//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#010066';
	var HighBgColor='#5282B2';
	var FontLowColor='white';
	var FontHighColor='white';
	var BorderColor='#666666';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, sans-serif"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.3;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=6;
	var TopPaddng=0;
	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("Palm Springs Volvo Home","javascript:{top.location.href='http://www.palmspringsvolvo.com'}",0,16,180);
   	      
		
Menu2=new Array("New Vehicles","javascript:{top.location.href='http://www.hinkleautomotive.com/psv/nav_start_new.htm'}",7);
	Menu2_1=new Array("- New Vehicle Showroom","javascript:{top.location.href='http://www.hinkleautomotive.com/psv/nav_start_new.htm'}",0,16,170);
	Menu2_2=new Array("- New Vehicle Inventory","javascript:{top.location.href='nav_start_new_inventory.htm'}",0,16,175);
	Menu2_3=new Array("- Quick Quote","javascript:{top.main.location.href='nav_quote.htm'}",0,16,150);
	Menu2_4=new Array("- On Line Financing","javascript:{top.main.location.href='nav_credit.htm'}",0,16,150);
	Menu2_5=new Array("- Overseas Delivery","javascript:{top.main.location.href='nav_overseas.htm'}",0,16,150);
	Menu2_6=new Array("- Meet Sales Team","javascript:{top.main.location.href='nav_sales_team.htm'}",0,16,0);
	Menu2_7=new Array("","",0,16,130);
	
Menu3=new Array("Pre-Owned","javascript:{top.main.location.href='nav_preowned.htm'}",6);
    Menu3_1=new Array("- Pre Owned Department","javascript:{top.main.location.href='nav_preowned.htm'}",0,16,175);
	Menu3_2=new Array("- Search Inventory","javascript:{top.location.href='nav_start_preowned.htm'}",0,16,150);
	Menu3_3=new Array("- Quick Quote","javascript:{top.main.location.href='nav_quote.htm'}",0,16,150);
	Menu3_4=new Array("- On Line Financing","javascript:{top.main.location.href='nav_credit.htm'}",0,16,150);
	Menu3_5=new Array("- Meet Sales Team","javascript:{top.main.location.href='nav_sales_team.htm'}",0,16,0);
	Menu3_6=new Array("","",0,16,130);
		
Menu4=new Array("Service - Parts","javascript:{top.main.location.href='nav_service_department.htm'}",8);
	Menu4_1=new Array("- Service Department","javascript:{top.main.location.href='nav_service_department.htm'}",1,16,170);
	  	  Menu4_1_1=new Array("- Tire Wear Chart","javascript:{top.location.href='TIREWEAR_BK.pdf'}",0,16,170);
	Menu4_2=new Array("- Service Appointment","javascript:{top.main.location.href='nav_service_app.htm'}",0,16,150);
	Menu4_3=new Array("- Meet Service Team","javascript:{top.main.location.href='nav_service_team.htm'}",0,16,150);
	Menu4_4=new Array("- Parts Department","javascript:{top.main.location.href='nav_parts_department.htm'}",0,16,150);
	Menu4_5=new Array("- Parts Request","javascript:{top.main.location.href='nav_parts_req.htm'}",0,16,150);
	Menu4_6=new Array("- Meet Parts Team","javascript:{top.main.location.href='nav_parts_team.htm'}",0,16,0);
	Menu4_7=new Array("- Service/Parts Videos","javascript:{top.main.location.href='nav_whats_new.htm'}",0,16,0);
	Menu4_8=new Array("","",0,16,130);
			
	
			
	
