// -------------------------------------------------------------------
// MENU CONFIG
//
// Filename:	menu_config.js
// Description:	Configuration preferences for the menu
// Revision:	1.0
// Author:		Jeremy Van Staalduine
// Created:		June 16 / 2003
// Comments:	**NOTE** All configuration changes must be done in
//				this file.
// -------------------------------------------------------------------

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#B8B8B7';			// Font color when mouse is over
	var FontSubHighColor='#B8B8B7';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='#B8B8B7';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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 (0 -> 1)
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent (0 -> 1)
	var StartTop=161;				// 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=3;				// Left padding
	var TopPaddng=0;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='space';			// 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=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['Images/TRI.GIF',5,10,'Images/TRIDOWN.GIF',10,5,'Images/TRILEFT.GIF',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


//  ** ADD MENU ITEMS HERE **
//	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"
//	Width defines the width of each menu element
//	Height defines the height of each menu element

Menu1=new Array("HOME","index.html","",0,20,135);

Menu2=new Array("PARTS ONLINE","","",2,20,132);
	Menu2_1=new Array("Online Parts Request","parts.html","",0,20,160);
	Menu2_2=new Array("New Product Showcase","","",2,20,160);
		Menu2_2_1=new Array("Bully Dog","bullydog.html","",0,20,100);
          	Menu2_2_2=new Array("Diablosport","diablosport.html","",0,20,100);
		

Menu3=new Array("PRODUCTS","","",5,20,160);
	Menu3_1=new Array("Performance Packages","","",3,20,160);
		Menu3_1_1=new Array("Dodge","","",2,20,100);
			Menu3_1_1_1=new Array("Gas Engine","dodgegasperformance.html","",0,20,100);
			Menu3_1_1_2=new Array("Diesel Engine","dodgedieselperformance.html","",0,20,100);
		Menu3_1_2=new Array("Ford","","",2,20,160);
			Menu3_1_2_1=new Array("Gas Engine","fordgasperformance.html","",0,20,100);
			Menu3_1_2_2=new Array("Diesel Engine","forddieselperformance.html","",0,20,100);
		Menu3_1_3=new Array("Chev/GMC","","",2,20,160);
			Menu3_1_3_1=new Array("Gas Engine","chevgasperformance.html","",0,20,100);
			Menu3_1_3_2=new Array("Diesel Engine","chevdieselperformance.html","",0,20,100);

	Menu3_2=new Array("Trucks/SUV'S","","",6,20,170);
		Menu3_2_1=new Array("Mileage/Performance","truckmileage.html","",0,20,150);
		Menu3_2_2=new Array("Engine/Transmission","truckengine.html","",0,20,150);
		Menu3_2_3=new Array("Suspension/Brakes","trucksuspension.html","",0,20,150);
		Menu3_2_4=new Array("Exhaust/Headers","truckexhaust.html","",0,20,150);
		Menu3_2_5=new Array("Wheels/Tires","truckwheels.html","",0,20,150);
		Menu3_2_6=new Array("Accessories","truckaccessories.html","",0,20,150);

	Menu3_3=new Array("RV'S","","",4,20,170);
		Menu3_3_1=new Array("Mileage/Performance","rvmileage.html","",0,20,150);
		Menu3_3_2=new Array("Suspension/Brakes","rvsuspension.html","",0,20,150);
		Menu3_3_3=new Array("Exhaust/Headers","rvexhaust.html","",0,20,150);
		Menu3_3_4=new Array("Accessories","rvaccessories.html","",0,20,150);


	Menu3_4=new Array("Cars","","",8,20,170);
		Menu3_4_1=new Array("Mileage/Performance","carmileage2.html","",0,20,150);
		Menu3_4_2=new Array("Exhaust/Headers","carexhaust.html","",0);
		Menu3_4_3=new Array("Engine/Transmission","carengine.html","",0);
		Menu3_4_4=new Array("Brakes/Safety","carbrakes.html","",0);
		Menu3_4_5=new Array("Suspension/Driveline","carsuspension.html","",0);
		Menu3_4_6=new Array("Wheels/Tires","carwheels.html","",0);
		Menu3_4_7=new Array("Lighting","carlighting.html","",0);
		Menu3_4_8=new Array("Accessories","caraccessories.html","",0);

	Menu3_5=new Array("Sport Compacts","","",8,20,170);
		Menu3_5_1=new Array("Mileage/Performance","importmileage2.html","",0,20,150);
		Menu3_5_2=new Array("Exhaust/Headers","importexhaust.html","",0);
		Menu3_5_3=new Array("Engine/Transmission","importengine.html","",0);
		Menu3_5_4=new Array("Brakes/Safety","importbrakes.html","",0);
		Menu3_5_5=new Array("Suspension/Driveline","importsuspension.html","",0);
		Menu3_5_6=new Array("Wheels/Tires","importwheels.html","",0);
		Menu3_5_7=new Array("Lighting","importlighting.html","",0);
		Menu3_5_8=new Array("Accessories","importaccessories.html","",0);


Menu4=new Array("CONTACT US","","",4,20,130);
	Menu4_1=new Array("Contact Information","contact.html","",0,20,145);
	Menu4_2=new Array("Parts Inquiry","parts.html","",0,20,145);
	Menu4_3=new Array("Performance Inquiry","pprequest.html","",0,20,145);
	Menu4_4=new Array("Feedback","feedback.html","",0,20,145);



Menu5=new Array("ABOUT US","","",5,20,154);
	Menu5_1=new Array("Sales","sales.html","",0,20,145);
	Menu5_2=new Array("Service","service.html","",0,20,145);
	Menu5_3=new Array("Employment","employment.html","",0,20,145);
	Menu5_4=new Array("History","history.html","",0,20,145);
	Menu5_5=new Array("Directions","directions.html","",0,20,145);

