	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#345980';			// Background color when mouse is not over
	var LowSubBgColor='#345980';			// Background color when mouse is not over on subs
	var HighBgColor='lime';			// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#CCCCCC';			// Font color when mouse is over
	var FontSubHighColor='#CCCCCC';			// Font color subs when mouse is over
	var BorderColor='#30637A';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=112;				// Menu offset x coordinate
	var StartLeft=193;				// 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=5;				// 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=200;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='NavigationBar';		// 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=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	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("KARTING","#.htm","",3,31,153);
	Menu1_1=new Array("Kart Gloves","kgloves.htm","",2,31,153);
		Menu1_1_1=new Array("Page # 1","kgloves.htm","",0,31,153);
		Menu1_1_2=new Array("Page # 2","kgloves2.htm","",0,31,153);
	Menu1_2=new Array("Kart Shoes","kshoes.htm","",3,31,153);
		Menu1_2_1=new Array("Page # 1","kshoes.htm","",0,31,153);
		Menu1_2_2=new Array("Page # 2","kshoes2.htm","",0,31,153);
		Menu1_2_3=new Array("Page # 3","kshoes3.htm","",0,31,153);
	Menu1_3=new Array("Kart Overalls","koveralls.htm","",3,31,153);
		Menu1_3_1=new Array("Page # 1","koveralls.htm","",0,31,153);
		Menu1_3_2=new Array("Page # 2","koveralls2.htm","",0,31,153);
		Menu1_3_3=new Array("Page # 3","koveralls3.htm","",0,31,153);

Menu2=new Array("MOTORBIKE","#","",3,31,153);
	Menu2_1=new Array("Motorbike Gloves","mbgloves.htm","",3,31,153);
		Menu2_1_1=new Array("Page # 1","mbgloves.htm","",0,31,153);
		Menu2_1_2=new Array("Page # 2","mbgloves2.htm","",0,31,153);
		Menu2_1_3=new Array("Page # 3","mbgloves3.htm","",0,31,153);
	Menu2_2=new Array("Motorbike Boots","mbboots.htm","",0,31,153);
	Menu2_3=new Array("Motorbike Jackets","#","",2,31,153);
		Menu2_3_1=new Array("Cordura Jackets","cjackets.htm","",3,31,153);
			Menu2_3_1_1=new Array("Page # 1","cjackets.htm","",0,31,153);
			Menu2_3_1_2=new Array("Page # 2","cjackets2.htm","",0,31,153);
			Menu2_3_1_3=new Array("Page # 3","cjackets3.htm","",0,31,153);

		Menu2_3_2=new Array("Leather Jackets","ljackets.htm","",0,31,153);

Menu3=new Array("MOTOCROSS","#","",3,31,153);
	Menu3_1=new Array("Motocross Gloves","mcgloves.htm","",2,31,153);
		Menu3_1_1=new Array("Page # 1","mcgloves.htm","",0,31,153);
		Menu3_1_2=new Array("Page # 2","mcgloves2.htm","",0,31,153);
	Menu3_2=new Array("Motocross Boots","mcboots.htm","",0,31,153);
	Menu3_3=new Array("Motocross Wears","#","",2,31,153);
		Menu3_3_1=new Array("Motocross Shirts","mcwears.htm","",0,31,153);
		Menu3_3_2=new Array("Motocross Trousers","mcwears.htm","",0,31,153);

Menu4=new Array("ACCESSORIES","#","",4,31,153);
	Menu4_1=new Array("Team Accessories","#","",2,31,153);
		Menu4_1_1=new Array("Team Caps","tacc.htm","",0,31,153);
		Menu4_1_2=new Array("Tam Shirts","tacc.htm","",0,31,153);
	Menu4_2=new Array("Mechanic Accessories","#","",1,31,153);
		Menu4_2_1=new Array("Mechanic Gloves","mech.htm","",0,31,153);
	Menu4_3=new Array("Kart Accessories","#","",4,31,153);
		Menu4_3_1=new Array("Neck Braces","kacc.htm","",0,31,153);
		Menu4_3_2=new Array("Rib Protectors","kacc2.htm","",0,31,153);
		Menu4_3_3=new Array("Rain Suit","kacc3.htm","",0,31,153);
		Menu4_3_4=new Array("Balaclavas","kacc4.htm","",0,31,153);
	Menu4_4=new Array("Motorbike Accessories","#","",4,31,153);
		Menu4_4_1=new Array("Back Protectors","sbacks.htm","",0,31,153);
		Menu4_4_2=new Array("Safety Jackets","sjackets.htm","",0,31,153);
		Menu4_4_3=new Array("Kidney Belts","kbelts.htm","",0,31,153);
		Menu4_4_4=new Array("Safety Pads","bacc.htm","",2,31,153);
			Menu4_4_4_1=new Array("Page # 1","bacc.htm","",0,31,153);
			Menu4_4_4_2=new Array("Page # 2","bacc2.htm","",0,31,153);