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

	var NoOffFirstLineMenus=8;
	var LowBgColor='d30505';
	var LowSubBgColor='white';
	var HighBgColor='d30505';
	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=.65;
	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=0;
	var Arrws=['triRED.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(">Online Ordering","https://ebiz.herculestire.com/eserv-us/eclipse.ecl?FORMNAME=FX&amp;TRACKNO=0","",0);

Menu3=new Array(">Product Lines","catalogIndex.html","",0);
		
Menu4=new Array(">Tire Support","","",2);
      Menu4_1=new Array("Plus Sizing Guide","fitmentGuideIndex.html","",0,20,150);
	  Menu4_2=new Array("Tire Tech Basics","tireBasics.html","",0);
      
	
Menu5=new Array(">Marketing Support","","",4);
      Menu5_1=new Array("Vendor Catalogs","vendorCatalogs.html","",0,20,150);
	  Menu5_2=new Array("Tire Registration","tireReg.html","",0);
	  Menu5_3=new Array("Assoc Dealer Programs","associateDealers.html","",0);
      Menu5_4=new Array("Merchandising","merchandising.html","",0);
	  
Menu6=new Array(">TDW Forms","forms.html","",0);
	  
			
Menu7=new Array(">About TDW","","",4);
      Menu7_1=new Array("Locate TDW","locateTDW.html","",0,20,150);
	  Menu7_2=new Array("About TDW","aboutTDW.html","",0);
      Menu7_3=new Array("Career Opportunities","careerOpportunities.html","",0);
      Menu7_4=new Array("About Hercules Tire","herculesHistory.html","",0);


Menu8=new Array(">Links and Contact","","",5);
	  Menu8_1=new Array("Contact","contact.html","",0,20,150);
	  Menu8_2=new Array("Feedback","feedbackForm.html","",0,20,150);
      Menu8_3=new Array("Hercules USA","http://www.herculestire.com","",0);
      Menu8_4=new Array("Hercules Canada","http://www.herculestire.ca","",0);
      Menu8_5=new Array("Hercules International","http://www.treadwayexports.com","",0);
