/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#C8CAD3';			// Background color when mouse is not over
	var LowSubBgColor='#C8CAD3';			// Background color when mouse is not over on subs
	var HighBgColor='#63697f';			// Background color when mouse is over
	var HighSubBgColor='#63697f';			// Background color when mouse is over on subs
	var FontLowColor='#23293b';			// Font color when mouse is not over
	var FontSubLowColor='#23293b';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#23293b';			// Border color
	var BorderSubColor='#23293b';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right' was left
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent   .2
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=306;				// Menu offset x coordinate  was 302
	var StartLeft=0;				// Menu offset y coordinate -8 for netscape  was 10
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding  was 3
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in  //////////was 1000
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='adams1';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0 //////////was 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0  ////////////was 1
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover ////////////was 0
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0   //////////was 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted     ////////was 1
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//Menu1=new Array("Home","home.html","",2,20,60);
//	Menu1_1=new Array("Map","map.html","",0,20,90);
//	Menu1_2=new Array("FREE Gift!","survey.html","",0,20,90);

Menu1=new Array("Info Center","","",9,20,93);
	Menu1_1=new Array("Contact Us","contact.html","",0,20,120);
	Menu1_2=new Array("Map","map.html","",0,20,120);
	Menu1_3=new Array("FREE Gift!","survey.html","",0,20,90);
	Menu1_4=new Array("History","history.html","",0,20,120);
	Menu1_5=new Array("Our People","people.html","",0,20,120);
	Menu1_6=new Array("Testimonials","testim.html","",0,20,120);
	Menu1_7=new Array("Printable Coupons","coupons.html","",0,20,120);
	Menu1_8=new Array("Tread & Retread","treadretread.html","",9,20,120);
		Menu1_8_1=new Array("T&R Show Podcasts","","",6,20,150);
	    	Menu1_8_1_1=new Array("2005 Shows","podcast05.html","",0,20,90);
    		Menu1_8_1_2=new Array("2004 Shows","podcast04.html","",0,20,90);
    		Menu1_8_1_3=new Array("2003 Shows","podcast03.html","",0,20,90);
    		Menu1_8_1_4=new Array("2002 Shows","podcast02.html","",0,20,90);
    		Menu1_8_1_5=new Array("2001 Shows","podcast01.html","",0,20,90);
    		Menu1_8_1_6=new Array("2000 Shows","podcast00.html","",0,20,90);
		Menu1_8_2=new Array("Ask Tread & Retread!","treadretread.html","",0,20,150);
		Menu1_8_3=new Array("Tire Failures","failures.html","",0,20,150);
		Menu1_8_4=new Array("Trivia Challenge","trivia.html","",0,20,150);
		Menu1_8_5=new Array("Automotive Icons","icons.html","",0,20,150);
		Menu1_8_6=new Array("Honorary Members","honmem.html","",0,20,150);
		Menu1_8_7=new Array("Report on Fuel","fuel.html","",0,20,150);
		Menu1_8_8=new Array("Report on Mobile","mobile.html","",0,20,150);
		Menu1_8_9=new Array("Report on Airbags","airbags.html","",0,20,150);
	Menu1_9=new Array("General Info","","",6,20,120);
	    Menu1_9_1=new Array("Services","services.html","",0,20,120);
	    Menu1_9_2=new Array("Warranties","warran.html","",0,20,120);
	    Menu1_9_3=new Array("Employment","employment.html","",0,20,120);
	    Menu1_9_4=new Array("Ethics","ethics.html","",0,20,120);
	    Menu1_9_5=new Array("Privacy Statement","privacy.html","",0,20,120);
        Menu1_9_6=new Array("Get Credit!","http://www.accconline.com/AboutUs/ACCCCreditCard/Apply.php","",0,20,80);

Menu2=new Array("Tire Prices/Quotes","tqp.html","",0,20,120);

Menu3=new Array("Appointments","appts.html","",0,20,100);

Menu4=new Array("Restorations","restore.html","",0,20,112);
//	Menu4_1=new Array("Custom Muffler","custom.html","",0,20,140);
//	Menu4_2=new Array("Special Vehicle Services","svs.html","",3,35,140);
//		Menu4_2_1=new Array("Restorations","restore.html","",0,20,110);
//		Menu4_2_2=new Array("Car Showroom","showroom.html","",0,20,150);
//		Menu4_2_2=new Array("ATVs","atv.html","",0,20,150);
//		Menu4_2_3=new Array("Motorcycles","cycles.html","",0,20,150);

//	Menu4_3=new Array("Penske Truck Rental","penske.html","",0,20,140);
//	Menu4_4=new Array("RV, Boat, and Vehicle Storage Buildings","buildings.html","",0,35,140);
//	Menu4_5=new Array("Computer Guys","cghome.html","",0,20,140);

Menu5=new Array("Other Services","","",3,20,120);
	Menu5_1=new Array("Custom Muffler","custom.html","",0,20,140);
//	Menu4_2=new Array("Special Vehicle Services","svs.html","",3,35,140);
//		Menu4_2_1=new Array("Restorations","restore.html","",0,20,110);
//		Menu4_2_2=new Array("Car Showroom","showroom.html","",0,20,150);
//		Menu4_2_2=new Array("ATVs","atv.html","",0,20,150);
//		Menu4_2_3=new Array("Motorcycles","cycles.html","",0,20,150);

	Menu5_2=new Array("Penske Truck Rental","penske.html","",0,20,140);
	Menu5_3=new Array("VehicleStor Buildings","buildings.html","",0,20,160);
//	Menu4_5=new Array("Computer Guys","cghome.html","",0,20,140);


