/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='';				// Background color when mouse is not over
	var LowSubBgColor='#000000';			// Background color when mouse is not over on subs
	var HighBgColor='';				// Background color when mouse is over
	var HighSubBgColor='#E8E8E8';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='';				// Border color
	var BorderSubColor='';				// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=8;					// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=258;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=1;				// 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=1000;			// 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=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['hvmenu/tri2.gif',8,8,'hvmenu/tridown.gif',10,6,'hvmenu/trileft2.gif',8,8];	// 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("NEW VEHICLES","/newvehicle.htm","",6,17,100);
	Menu1_1=new Array("New Vehicle Search","/invsearch.htm","",0,18,140);
	Menu1_2=new Array("New Vehicle Pricing","/newvehprice.htm","",0,18,140);
	Menu1_3=new Array("Obtain A Quote","/vehquote.htm","",0,18,140);
	Menu1_4=new Array("Schedule A Test Drive","/testdrive.htm","",0,18,140);
	Menu1_5=new Array("Appraise Your Trade-In","/tradeappraise.htm","",0,18,140);
	Menu1_6=new Array("Our Sales Department","/newvehicle.htm","",0,18,140);

Menu2=new Array("ACCESSORIES","/accessories.htm","",3,17,97);
	Menu2_1=new Array("Accessories Pricing","/accpricing.htm","",0,18,140);
	Menu2_2=new Array("Accessories Information","javascript:NewWin=window.open('mailto:parts@mcgeorgescion.com','NWin');window['NewWin'].focus()","",0,18,140);
	Menu2_3=new Array("Optomize Pricing","","",3,18,140);
		Menu2_3_1=new Array("Optomize Accessories","/optpricing.htm","",0,18,140);
		Menu2_3_2=new Array("Optomize Boutique","/optboutique.htm","",0,18,140);
		Menu2_3_3=new Array("Optomize Car Care","/optcarcare.htm","",0,18,140);

Menu3=new Array("FINANCE","/finance.htm","",5,17,65);
	Menu3_1=new Array("Obtain A Quote","/vehquote.htm","",0,18,140);
	Menu3_2=new Array("Pricing","/financepricing.htm","",0,18,140);
	Menu3_3=new Array("Own","javascript:NewWin=window.open('http://www.scion.com/own/finance_lease/choosing/','NWin');window['NewWin'].focus()","",0,18,140);
	Menu3_4=new Array("Appraise Your Trade-In","/tradeappraise.htm","",0,18,140);
	Menu3_5=new Array("Our Finance Department","/finance.htm","",0,18,140);

Menu4=new Array("SERVICE","/service.htm","",4,17,70);
	Menu4_1=new Array("Service Pricing","/svcpricing.htm","",0,18,140);
	Menu4_2=new Array("Schedule Service","/svcappt.htm","",0,18,140);
	Menu4_3=new Array("Vehicle Repair Status","/svcstatus.htm","",0,18,140);
	Menu4_4=new Array("Our Service Department","/service.htm","",0,18,140);

Menu5=new Array("PARTS","/parts.htm","",4,17,60);
	Menu5_1=new Array("Parts Pricing","/ptspricing.htm","",0,18,140);
	Menu5_2=new Array("Request Parts","/orderparts.htm","",0,18,140);
	Menu5_3=new Array("Lookup Parts","/parts.htm","",0,18,140);
	Menu5_4=new Array("Our Parts Department","/parts.htm","",0,18,140);
	
Menu6=new Array("PRE-OWNED","/preowned.htm","",5,17,88);
	Menu6_1=new Array("Inventory Search","/preowned-search.htm","",0,18,140);
	Menu6_2=new Array("Obtain A Quote","/vehquote.htm","",0,18,140);
	Menu6_3=new Array("Schedule A Test Drive","/testdrive.htm","",0,18,140);
	Menu6_4=new Array("Appraise Your Trade-In","/tradeappraise.htm","",0,18,140);
	Menu6_5=new Array("Our Sales Department","/preowned.htm","",0,18,140);

Menu7=new Array("ABOUT US","/aboutus.htm","",3,17,80);
	Menu7_1=new Array("About Us","/aboutus.htm","",0,18,140);
	Menu7_2=new Array("Maps & Directions","/directions.htm","",0,18,140);
	Menu7_3=new Array("Privacy Statement","/privacy.htm","",0,18,140);
	
Menu8=new Array("CONTACT US","javascript:NewWin=window.open('/contactus.htm');window['NewWin'].focus()","",0,17,95);

Menu9=new Array("SCION.COM","javascript:NewWin=window.open('http://www.scion.com','NWin');window['NewWin'].focus()","",7,17,120);
	Menu9_1=new Array("Compare xB Automatic","javascript:NewWin=window.open('http://www.edmunds.com/apps/nvc/scion/VehicleComparison?basestyleid=100868013&styleid=100785740&styleid=100804559&styleid=100793852&styleid=100686348&op=9&tab=advantage','NWin');window['NewWin'].focus()","",0,18,140);
	Menu9_2=new Array("Compare xB Standard","javascript:NewWin=window.open('http://www.edmunds.com/apps/nvc/scion/VehicleComparison?basestyleid=100868014&styleid=100785739&styleid=100804558&styleid=100793805&styleid=100792476&op=9&tab=advantage','NWin');window['NewWin'].focus()","",0,18,140);
	Menu9_3=new Array("Compare xD Automatic","javascript:NewWin=window.open('http://www.edmunds.com/apps/nvc/scion/VehicleComparison?basestyleid=100903479&styleid=100692874&styleid=100786292&styleid=100777972&styleid=100759291&op=9&tab=advantage','NWin');window['NewWin'].focus()","",0,18,140);
	Menu9_4=new Array("Compare xD Standard","javascript:NewWin=window.open('http://www.edmunds.com/apps/nvc/scion/VehicleComparison?basestyleid=100903480&styleid=100692873&styleid=100786164&styleid=100777970&styleid=100759290&op=9&tab=advantage','NWin');window['NewWin'].focus()","",0,18,140);
	Menu9_5=new Array("Compare tC Automatic","javascript:NewWin=window.open('http://www.edmunds.com/apps/nvc/scion/VehicleComparison?basestyleid=100886206&styleid=100835561&styleid=100875098&styleid=100804551&op=9&tab=advantage','NWin');window['NewWin'].focus()","",0,18,140);
	Menu9_6=new Array("Compare tC Standard","javascript:NewWin=window.open('http://www.edmunds.com/apps/nvc/scion/VehicleComparison?basestyleid=100886207&styleid=100835560&styleid=100875097&styleid=100804550&op=9&tab=advantage','NWin');window['NewWin'].focus()","",0,18,140);
	Menu9_7=new Array("Scion.Com","javascript:NewWin=window.open('http://www.scion.com/','NWin');window['NewWin'].focus()","",0,18,140);
	
Menu10=new Array("HOME","http://www.mcgeorgescion.com","",0,17,80);

Menu11=new Array("Visit McGeorge Toyota","http://www.mcgeorgetoyota.com","",0,17,125);
