/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	modified by webvues for forbes		          *
*		          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;
	var LowBgColor='black';
	var LowSubBgColor='white';
	var HighBgColor='white';
	var HighSubBgColor='black';
	var FontLowColor='white';
	var FontSubLowColor='black';
	var FontHighColor='black';
	var FontSubHighColor='white';
	var BorderColor='d30505';
	var BorderSubColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial,helvetica"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=0;
	var StartLeft=0;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='menuPos';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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(">Home","home.html","",0,20,197);

Menu2=new Array(">Parts","partsIndex.html","",0);

Menu3=new Array(">Cars For Sale","carsForSale.html","",0);
		
Menu4=new Array(">Restoration Services","restoration.html","",0);
	
Menu5=new Array(">Coming Events","comingEvents.html","",0);
	
Menu6=new Array(">Featured Customer Cars","featuredCars.html","",0);
	
Menu7=new Array(">Links and Contact","","",2);
	Menu7_1=new Array("Links","links.html","",0,20,150);
	Menu7_2=new Array("Contact","contact.html","",0);
	
Menu8=new Array(">Forbes GM Website","http://www.forbesauto.com/weber/weberIndex.html","",0);

Menu9=new Array(">Forbes Waterloo Toyota Site","http://www.forbesauto.com/toyota/toyotaIndex.html","",0);

Menu10=new Array(">Forbes Waterloo Mazda Site","http://www.forbesauto.com/mazda/mazdaIndex.html","",0);