	var NoOffFirstLineMenus=5;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#990000";			// Background color when mouse is not over
	var HighBgColor="#ffffff";			// Background color when mouse is over
	var FontLowColor="#ffffff";			// Font color when mouse is not over
	var FontHighColor="#990000";			// Font color when mouse is over
	var BorderColor="#990000";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="verdana,arial,technical";	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// 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="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="center";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	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="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;
	var BottomUp=0;
	var UnfoldsOnClick=0;
	var BaseHref="";

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
	var MenuUsesFrames=1;
	var RememberStatus=1;
	var PartOfWindow=.8;
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="1";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=70)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}


Menu1=new Array("Home","homepage.htm","",0,20,133,"","","","","","",-1,1,-1,"center","MtM Home page");
Menu2=new Array("About","","",3,20,133,"","","","","","",-1,1,-1,"center","");
	Menu2_1=new Array("History","historyindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Mission Statement","missionindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Environmental Policy","environmentindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("Products","","",5,20,170,"","","","","","",-1,1,-1,"center","MtM Products menu");
	Menu3_1=new Array("Autoshifts","autoshiftindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Doorchecks","doorchecksindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Door handles","","",2,20,190,"","","","","","",-1,-1,-1,"","");	
		Menu3_3_1=new Array("Interior handles","inthandlesindex.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2=new Array("Exterior handles","exthandlesindex.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Parkbrakes","parkbrakesindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Steering columns","scolumnindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Capabilities","","",3,20,200,"","","","","","",-1,1,-1,"center","");
	Menu4_1=new Array("Quality","qualityindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Manufacturing","mfgindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Design Capability","cadindex.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Contact","homepage.htm","",2,20,150,"","","","","","",-1,1,-1,"center","Contact Menu");
	Menu5_1=new Array("Email us","mailto:inquiries@mtmauto.com","",0,20,200,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Contact details","contactindex.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");