	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#ffffff';			// Background color when mouse is over
	var HighSubBgColor='#cccccc';			// Background color when mouse is over on subs
	var FontLowColor='#666666';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#333333';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,verdana,arial,sans-serif"	// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=240;				// 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=4;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='_top';			// Frame where first level appears
	var SecLineFrame='_top';			// Frame where sub levels appear
	var DocTargetFrame='_top';			// Frame where target documents appear
	var TargetLoc='menu';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['../pocket/sym-arow1.gif',5,10,'../pocket/spacer.gif',10,5,'../pocket/sym-arow3.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("Main Page","../welcome/","",0,20,95);

 Menu2=new Array("Vehicle Inventory","","",4,20,119);
	Menu2_1=new Array("Corvettes","../inventory/corvette.html","",3,20,130);
		Menu2_1_1=new Array("Coupes","../inventory/coupe.html","",0,20,80);
		Menu2_1_2=new Array("Hardtops","../inventory/hardtop.html","",0);
		Menu2_1_3=new Array("Convertibles","../inventory/convertible.html","",0);
	Menu2_2=new Array("Specialty Cars/Trucks","../inventory/specialty.html","",0);
	Menu2_3=new Array("Complete List","../inventory/","",0);
	Menu2_4=new Array("Search Inventory","../inventory/search.html","",0);

 Menu3=new Array(" Corvette Boutique","","",5,20,123);
	Menu3_1=new Array("Books/Literature","../boutique/","",0,20,130);
	Menu3_2=new Array("Clothing","../boutique/","",0);
	Menu3_3=new Array("Accessories","../boutique/","",0);
	Menu3_4=new Array("Owner's Manuals","../boutique/","",0);
	Menu3_5=new Array("Wheels","../boutique/","",0);

 Menu4=new Array(" Services","","",3,20,85);
	Menu4_1=new Array("Car Buyer","../services/buyer.html","",0,20,90);
	Menu4_2=new Array("Appraisals","../services/appraisals.html","",2);
		Menu4_2_1=new Array("Classic Chevrolets","../services/appraisals.html#classic","",0,20,110);
		Menu4_2_2=new Array("Corvettes","../services/appraisals.html#corvette","",0);
	Menu4_3=new Array("Referrals","../services/referral.html","",3);
		Menu4_3_1=new Array("Mechanic Referral","../services/referral.html#mechanic","",0,20,130);
		Menu4_3_2=new Array("Body/Paint Referral","../services/referral.html#body","",0);
		Menu4_3_3=new Array("Parts Referal","../services/referral.html#parts","",0);	

Menu5=new Array(" Information","","",4,20,91);
	Menu5_1=new Array("Contact Us","../information/contact.html","",0,20,105);
	Menu5_2=new Array("Store Location","../information/location.html","",0);
	Menu5_3=new Array("Site Index","../information/siteindex.html","",0);
	Menu5_4=new Array("Legal Information","../information/legal.html","",2);
		Menu5_4_1=new Array("© Copyright","../information/legal.html#copyright","",0,20,120);
		Menu5_4_2=new Array("Privacy Statement","../information/legal.html#privacy","",0);