
/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;
	var LowBgColor='ffa500';
	var LowSubBgColor='ffa500';
	var HighBgColor='ff4500';
	var HighSubBgColor='ff4500';
	var FontLowColor='ffffff';
	var FontSubLowColor='ffffff';
	var FontHighColor='ffff00';
	var FontSubHighColor='ffff00';
	var BorderColor='000000';
	var BorderSubColor='000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial";
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=.1;
	var StartTop=100;
	var StartLeft=1;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=600;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;

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","index.html","",5,20,50);
	Menu1_1=new Array("Tour","tour.html","",0,20,110);
	Menu1_2=new Array("About Us","about.html","",0);
	Menu1_3=new Array("Privacy Statement","privacy.html","",0);
	Menu1_4=new Array("Site Home","http://www.denverfordpartsltd.com","",0);
	Menu1_5=new Array("Denver Home","http://www.denverfordpartsltd.com/denver","",0);

Menu2=new Array("Vehicles For Sale","vehicles.html","",1,20,120);
	Menu2_1=new Array("We Buy Cars","vehicles_buy.html","",0,20,120);
	
Menu3=new Array("Request A Part","request.html","",0,20,110);

Menu4=new Array("Recent Aquisitions","recent.html","",0,20,130);

Menu5=new Array("Links","links.html","",0,20,50);

Menu6=new Array("Contact","contact.html","",1,20,60);
	Menu6_1=new Array("Email  Us","mailto:allarizonaford&#064;netscape&#046;com","",0,20,80);

