//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#2E578C';
	var HighBgColor='#000000';
	var FontLowColor='white';
	var FontHighColor='white';
	var BorderColor='#999999';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, sans-serif"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=6;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='header';
	var SecLineFrame='main';
	var DocTargetFrame='main';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus
//Menu1=new Array("Home","javascript:top.location.href='default.htm'",0,20,138);


Menu1=new Array("","",0,16,170);
			
Menu2=new Array("ABOUT US","javascript:{top.main.location.href='nav_about.htm'}",3);   
	Menu2_1=new Array("DIRECTIONS","javascript:{top.main.location.href='nav_directions.htm'}",0,16,175);
	Menu2_2=new Array("STORE HOURS","javascript:{top.main.location.href='nav_hours.htm'}",0,16,175);
	Menu2_3=new Array("PRIVACY POLICY","javascript:{top.main.location.href='nav_privacy.htm'}",0,16,175);
				
Menu3=new Array("VEHICLE SALES","javascript:{top.location.href='frame_models.htm'}",6);
    Menu3_1=new Array("BUILD YOUR JEEP CHRYSLER","javascript:{top.location.href='frame_models.htm'}",0,16,170);
    Menu3_2=new Array("SALES SPECIALS","javascript:{top.main.location.href='nav_specials.htm'}",0,16,175);
	Menu3_3=new Array("PRE-OWNED INVENTORY","javascript:{top.location.href='preowned_list.htm'}",0,16,175);
	Menu3_4=new Array("INTERNET DEPARTMENT","javascript:{top.main.location.href='nav_internet.htm'}",0,16,150);
	Menu3_5=new Array("FINANCE ON-LINE","javascript:{top.location.href='fnav_financing.htm'}",0,16,150);
	Menu3_6=new Array("QUICK QUOTE","javascript:{top.main.location.href='https://secure.netsolhost.com/midwayjeep.com/nav_quote.htm'}",0,16,150);
	
				
Menu4=new Array("SERVICE / PARTS","javascript:{top.main.location.href='nav_service.htm'}",6);
	Menu4_1=new Array("SCHEDULED MAINTENANCE","javascript:{top.main.location.href='nav_service.htm'}",0,16,170);
	Menu4_2=new Array("SERVICE APPOINTMENT","javascript:{top.main.location.href='https://secure.netsolhost.com/midwayjeep.com/nav_service.htm'}",0,16,150);
	Menu4_3=new Array("SERVICE HOURS","javascript:{top.main.location.href='nav_hours.htm'}",0,16,150);
	Menu4_4=new Array("PARTS & ACCESSORIES","javascript:{top.main.location.href='https://secure.netsolhost.com/midwayjeep.com/nav_parts.htm'}",0,16,170);
	Menu4_5=new Array("PARTS REQUEST","javascript:{top.main.location.href='https://secure.netsolhost.com/midwayjeep.com/nav_parts.htm'}",0,16,150);
	Menu4_6=new Array("PARTS HOURS","javascript:{top.main.location.href='nav_hours.htm'}",0,16,150);
						
Menu5=new Array("COLLISION CENTER","javascript:{top.main.location.href='nav_collision.htm'}",5);
	Menu5_1=new Array("GET A FREE ESTIMATE","javascript:{top.main.location.href='https://secure.netsolhost.com/midwayjeep.com/nav_free_estimates.htm'}",0,16,150);
	Menu5_2=new Array("MOBILE ESTIMATES","javascript:{top.main.location.href='nav_collision_mobile.htm'}",0,16,150);
	Menu5_3=new Array("MONTHLY SPECIALS","javascript:{top.main.location.href='nav_collision_specials.htm'}",0,16,150);
	Menu5_4=new Array("FAQ'S","javascript:{top.main.location.href='nav_collision_faqs.htm'}",0,16,150);	
	Menu5_5=new Array("BEFORE & AFTER PHOTOS","javascript:{top.main.location.href='nav_collision_photos.htm'}",0,16,150);		
	