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

	var NoOffFirstLineMenus=3;
	var LowBgColor='000000';
	var LowSubBgColor='000000';
	var HighBgColor='ffff00';
	var HighSubBgColor='ffff00';
	var FontLowColor='ffff00';
	var FontSubLowColor='ffff00';
	var FontHighColor='000000';
	var FontSubHighColor='000000';
	var BorderColor='0000ff';
	var BorderSubColor='0000ff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=66;
	var StartLeft=0;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=800;
	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","http://www.exhaustpros.com/index1.html","",1,20,55);
	Menu1_1=new Array("Privacy","http://www.exhaustpros.com/privacy.html","",0,20,55);

Menu2=new Array("Products","http://www.exhaustpros.com/products.html","",2,20,80);
	Menu2_1=new Array("Flo~Pro","http://www.exhaustpros.com/products/flopro/index.html","",2,20,80);
		Menu2_1_1=new Array("V  Force","http://www.exhaustpros.com/products/flopro/vforce/index.html","",0,20,80);
			Menu2_1_1_1=new Array("Cat Back","http://www.exhaustpros.com/products/flopro/vforce/cat.html","",0,20,80);
		Menu2_1_2=new Array("Diesel","http://www.exhaustpros.com/products/flopro/diesel/index.html","",3);
			Menu2_1_2_1=new Array("Cummins","http://www.exhaustpros.com/products/flopro/diesel/cummins.html","",0,20,80);
			Menu2_1_2_2=new Array("Duramax","http://www.exhaustpros.com/products/flopro/diesel/duramax.html","",0);
			Menu2_1_2_3=new Array("Powerstroke","http://www.exhaustpros.com/products/flopro/diesel/powerstroke.html","",0);

	Menu2_2=new Array("Max Speed","http://www.exhaustpros.com/products/maxspeed/index.html","",6);
		Menu2_2_1=new Array("Mufflers w/ Tips","http://www.exhaustpros.com/products/maxspeed/mufflers/index.html","",0,20,100);
		Menu2_2_2=new Array("Pedal covers","http://www.exhaustpros.com/products/maxspeed/pedals/index.html","",0,20,80);
		Menu2_2_3=new Array("Shift Knobs","http://www.exhaustpros.com/products/maxspeed/knobs/index.html","",0,20,80);
		Menu2_2_4=new Array("Spoilers","http://www.exhaustpros.com/products/maxspeed/spoilers/index.html","",0,20,80);
		Menu2_2_5=new Array("Tips","http://www.exhaustpros.com/products/maxspeed/tips/index.html","",0,20,80);
		Menu2_2_6=new Array("Wheels","http://www.exhaustpros.com/products/maxspeed/wheels/index.html","",0,20,80);

Menu3=new Array("Pro Mud Racing","http://www.exhaustpros.com/mud.html","",0,20,110);
	
Menu4=new Array("Bite Me Racing","http://www.exhaustpros.com/bite_me.html","",0,20,110);

Menu3=new Array("Contact","http://www.exhaustpros.com/contact.html","",3,20,70);
	Menu3_1=new Array("Email  Us","mailto:info@exhaustpros.com","",0,20,70);
	Menu3_2=new Array("Directions","http://www.exhaustpros.com/directions.html","",0);
	Menu3_3=new Array("Guestbook","http://www.exhaustpros.com/guestbook.html","",0);

