/***********************************************************************************
*	(c) Ger Versluis 1700 version 5.411 24 December 1701 (updated Jan 31st, 1703 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#000080';			// Background color when mouse is not over
	var LowSubBgColor='#000080';			// Background color when mouse is not over on subs
	var HighBgColor='#FEDE08';			// Background color when mouse is over
	var HighSubBgColor='#FEDE08';			// Background color when mouse is over on subs
	var FontLowColor='#FEDE08';			// Font color when mouse is not over
	var FontSubLowColor='#FEDE08';			// Font color subs when mouse is not over
	var FontHighColor='#0000FF';			// Font color when mouse is over
	var FontSubHighColor='#0000FF';			// Font color subs when mouse is over
	var BorderColor='#000080';			// Border color
	var BorderSubColor='#FEDE08';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=4;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,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='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='bottom';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='MyFrameOne';			// Frame where first level appears
	var SecLineFrame='MyFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';			// 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
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=1;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	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("REGULAR WHEEL BOXES","","",2,20,170);
	Menu1_1=new Array("Boxes Main Page","mainboxes.htm","",0,20,170);	
	Menu1_2=new Array("Boxes, Boxes, Boxes!","","",7,20,160);	
		Menu1_2_1=new Array("A Boxes","","",2,20,160);
			Menu1_2_1_1=new Array("A Box Index","A BoxesIndex.htm","",0,20,170);
			Menu1_2_1_2=new Array("1 to 7","ABox1-7.html","",0,20,170);
		Menu1_2_2=new Array("B Boxes","","",6,20,170);
			Menu1_2_2_1=new Array("B Box Index","B BoxesIndex.htm","",0,20,170);
			Menu1_2_2_2=new Array("1 to 13","BBox1-13.html","",0,20,170);
			Menu1_2_2_3=new Array("14 to 25","BBox14-25.html","",0,20,170);
			Menu1_2_2_4=new Array("26 to 37","BBox26-37.html","",0,20,170);
			Menu1_2_2_5=new Array("38 to 50","BBox38-50.html","",0,20,170);
			Menu1_2_2_6=new Array("51 to 75","BBox51-75.html","",0,20,170);
		Menu1_2_3=new Array("C Boxes","","",4,20,170);
			Menu1_2_3_1=new Array("C Box Index","C BoxesIndex.htm","",0,20,170);
			Menu1_2_3_2=new Array("1 to 25","CBox1-25.html","",0,20,170);
			Menu1_2_3_3=new Array("26 to 50","CBox26-50.html","",0,20,170);
			Menu1_2_3_4=new Array("51 to 75","CBox51-75.html","",0,20,170);
		Menu1_2_4=new Array("D Boxes","","",4,20,170);
			Menu1_2_4_1=new Array("D Box Index","D BoxesIndex.htm","",0,20,170);
			Menu1_2_4_2=new Array("1 to 25","DBox1-25.html","",0,20,170);
			Menu1_2_4_3=new Array("26 to 50","DBox26-50.html","",0,20,170);
			Menu1_2_4_4=new Array("51 to 75","DBox51-75.html","",0,20,170);
		Menu1_2_5=new Array("E Boxes","","",4,20,170);
			Menu1_2_5_1=new Array("E Box Index","E BoxesIndex.htm","",0,20,170);
			Menu1_2_5_2=new Array("1 to 25","EBox1-25.html","",0,20,170);
			Menu1_2_5_3=new Array("26 to 50","EBox26-50.html","",0,20,170);
			Menu1_2_5_4=new Array("51 to 75","EBox51-75.html","",0,20,170);
		Menu1_2_6=new Array("F Boxes","","",4,20,170);
			Menu1_2_6_1=new Array("F Box Index","F BoxesIndex.htm","",0,20,170);
			Menu1_2_6_2=new Array("1 to 25","FBox1-25.html","",0,20,170);
			Menu1_2_6_3=new Array("26 to 50","FBox26-50.html","",0,20,170);
			Menu1_2_6_4=new Array("51 to 75","FBox51-75.html","",0,20,170);
		Menu1_2_7=new Array("Transitional F Box Boxes","","",4,20,170);
			Menu1_2_7_1=new Array("Transitional F Box Index","FT BoxesIndex.htm","",0,20,170);
			Menu1_2_7_2=new Array("1 to 25","FTBox1-25.html","",0,20,170);
			Menu1_2_7_3=new Array("26 to 50","FTBox26-50.html","",0,20,170);
			Menu1_2_7_4=new Array("51 to 75","FTBox51-75.html","",0,20,170);


Menu2=new Array("MATCHBOX ON THE WEB","","",2,20,170);
	Menu2_1=new Array("Dealers","","",6,20,170);	
		Menu2_1_1=new Array("USA","dealersusa.htm","",0,20,170);
		Menu2_1_2=new Array("UK","dealersuk.htm","",0,20,170);
		Menu2_1_3=new Array("Canada","dealerscan.htm","",0,20,170);
		Menu2_1_4=new Array("Rest of Europe","dealersroe.htm","",0,20,170);
		Menu2_1_5=new Array("Australia/New Zealand","dealersausnz.htm","",0,20,170);
		Menu2_1_6=new Array("Rest of the World","dealersrow.htm","",0,20,170);
	Menu2_2=new Array("More Links!","links.htm","",0,20,170);	

Menu3=new Array("MORE INFO","","",2,20,170);
	Menu3_1=new Array("Condition Ratings","conditionratings.htm","",0,20,170);	
	Menu3_2=new Array("Wheel Types","wheeltypes.htm","",0,20,170);	
	

Menu4=new Array("ABOUT THIS SITE","","",3,20,170);
	Menu4_1=new Array("Disclaimer","disclaimer.htm","",0,20,170);	
	Menu4_2=new Array("Credits","credits.htm","",0,20,170);	
	Menu4_3=new Array("Your Feedback","feedback.htm","",0,20,170);	
	

	
