	var NoOffFirstLineMenus=8;			// Number of first level items	var LowBgColor='#666666';			// Background color when mouse is not over	var LowSubBgColor='#cccccc';			// Background color when mouse is not over on subs	var HighBgColor='#333333';			// Background color when mouse is over	var HighSubBgColor='#35689B';			// Background color when mouse is over on subs	var FontLowColor='black';			// Font color when mouse is not over	var FontSubLowColor='black';			// Font color subs when mouse is not over	var FontHighColor='white';			// Font color when mouse is over	var FontSubHighColor='black';			// Font color subs when mouse is over	var BorderColor='333333';			// Border color	var BorderSubColor='black';			// Border color for subs	var BorderWidth=2;				// Border width	var BorderBtwnElmnts=1;			// Border between elements 1 or 0	var FontFamily="Arial, Verdana, 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='left';			// 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=147;				// Menu offset x coordinate	var StartLeft=25;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0	var DissapearDelay=300;			// 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='';				// 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=1;				// Uses arrow gifs when 1	var KeepHilite=1;				// Keep selected path highligthed	var Arrws=['javascript/tri.gif',5,10,'javascript/tridown.gif',10,5,'javascript/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("Motorcycles","../motorcycles/index.html","",11,24,138);	Menu1_1=new Array("Current Deals","../motorcycles/index.html","",0,21,165);		Menu1_2=new Array("BMW Motorcycle Line-Up","../motorcycles/newbikes.html","",0);	Menu1_3=new Array("Pre-Owned Bikes","../motorcycles/usedbikes.html","",0);	Menu1_4=new Array("Current New Inventory","../motorcycles/featured_bike.html","",0);	Menu1_5=new Array("Vintage & Classic","../motorcycles/vintage-classic.html","",0);	Menu1_6=new Array("Project Bikes","../motorcycles/Project_bikes.html","",0);	Menu1_7=new Array("Previously Sold","../motorcycles/previously_sold.html","",0);	Menu1_8=new Array("Authority Bikes","../motorcycles/authority_bikes.html","",0);	Menu1_9=new Array("Gallery of New Owners","../motorcycles/deliveries.html","",0);	Menu1_10=new Array("Financing","../motorcycles/finance.html","",0);	Menu1_11=new Array("Insurance & Warranty","../motorcycles/insurance.html","",0);	Menu2=new Array("Bob's Online Store","http://store.bobsbmw.com","",1);	Menu2_1=new Array("Shop Online NOW!","http://store.bobsbmw.com","",0,21,165);Menu3=new Array("Parts & Accessories","http://store.bobsbmw.com/page/browse-by-model","",1);	Menu3_1=new Array("Parts & Accessories by Model","http://store.bobsbmw.com/page/browse-by-model","",0,21,200);Menu4=new Array("Service","../service/index.html","",7);	Menu4_1=new Array("Award Winning Service","../service/index.html","",0,21,165);	Menu4_2=new Array("Component Repair","../service/components.html","",0);	Menu4_3=new Array("Sidecar and Trikes","../service/trike.html","",0);	Menu4_4=new Array("Custom & Restoration","../service/custom.html","",0);	Menu4_5=new Array("Heritage Service","../service/heritage.html","",0);	Menu4_6=new Array("Towing Services","../service/towing.html","",0);	Menu4_7=new Array("Warranty","../motorcycles/insurance.html#ext","",0);	Menu5=new Array("Event Calendar","../community/evtcalendar/bob_calendar.html","",3);	Menu5_1=new Array("Bob's Event Calendar","../community/evtcalendar/bob_calendar.html","",0,21,165);	Menu5_2=new Array("Bob's on YouTube","http://www.youtube.com/BobsBMW","",0);	Menu5_3=new Array("Links","../community/index.html","",0);Menu6=new Array("Directions","../directions.html","",1);	Menu6_1=new Array("Getting Here From There","../directions.html","",0,21,165);	Menu7=new Array("Catalog","../catalog/index.html","",2);	Menu7_1=new Array("Order a Printed Catalog","../catalog/print_version.html","",0,21,165);	Menu7_2=new Array("Download a PDF Catalog","../catalog/index.html","",0,21,180);	Menu8=new Array("Careers","../employment.html","",1);	Menu8_1=new Array("Hot Jobs at Bob's","../employment.html","",0,21,165);		
