	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#008040';			// Background color when mouse is not over
	var LowSubBgColor='#008040';			// Background color when mouse is not over on subs
	var HighBgColor='#d8ebd8';			// Background color when mouse is over
	var HighSubBgColor='#d8ebd8';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffff80';			// Font color subs when mouse is not over
	var FontHighColor='#ffff80';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#008040';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, tahoma"	// Font family menu items
	var FontSize=9;				// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=66;				// 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=0;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// 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

function BeforeStart(){;
	}

function AfterBuild(){;
	}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);

Menu1=new Array("Home","javascript:top.document.location.href='index.asp';","graphics/menutab01.gif",0,20,110);
Menu2=new Array("About Us","","graphics/menutab01.gif",4);
	Menu2_1=new Array("Profile","javascript:top.document.location.href='aboutus.asp?display=profile';","",0,20,140);	
	Menu2_2=new Array("Hours & Locations","javascript:top.document.location.href='aboutus.asp?display=hours';","",0);
	Menu2_3=new Array("Sales Policy","javascript:top.document.location.href='aboutus.asp?display=policy';","",0);
	Menu2_4=new Array("John Deere History","javascript:top.document.location.href='johndeere.asp';","",0);
Menu3=new Array("Products","","graphics/menutab01.gif",4);
	Menu3_1=new Array("Merchandise and Parts","","",5,20,210);
		Menu3_1_1=new Array("Online Shopping","javascript:top.document.location.href='shopping.asp';","",0,20,180);
		Menu3_1_2=new Array("New Equipment","javascript:top.document.location.href='newprod.asp';","",0);
		Menu3_1_3=new Array("Parts Catalogue CD","javascript:top.document.location.href='shoppartscd.asp';","",0);
		Menu3_1_4=new Array("Toys","javascript:top.document.location.href='shopping.asp?mode=promos&cid=32';","",0);
		Menu3_1_5=new Array("On Sale Items","javascript:top.document.location.href='shopping.asp?mode=promos';","",0);
	Menu3_2=new Array("Used Equipment","javascript:top.document.location.href='usedproduct.asp'","",0);
	Menu3_3=new Array("Online Auction","","",3);
		Menu3_3_1=new Array("View Auction List","javascript:top.document.location.href='auctionlist.asp';","",0,20,180);
		Menu3_3_2=new Array("Check In","javascript:top.document.location.href='auctionlogin.asp';","",0);
		Menu3_3_3=new Array("Register","javascript:top.document.location.href='auctionreg.asp';","",0);
	Menu3_4=new Array("Parts Country","javascript:top.document.location.href='shoppartsco.asp';","",0);
Menu4=new Array("Services","","graphics/menutab01.gif",2);
	Menu4_1=new Array("Ready To Mow","javascript:top.document.location.href='rtm.asp';","",0,20,140);
	Menu4_2=new Array("e-Services Program","","",2);
		Menu4_2_1=new Array("Login","javascript:NewWin=window.open('http://ht-exeter.dyndns.org/eservices','NWin');window['NewWin'].focus()","",0,20,180);
		Menu4_2_2=new Array("Join","javascript:top.document.location.href='eservices.asp';","",0);
Menu5=new Array("Information","","graphics/menutab01.gif",4);
	Menu5_1=new Array("Press","javascript:top.document.location.href='press.asp'","",0,20,180);
	Menu5_2=new Array("Weather","","",2);
		Menu5_2_1=new Array("Local","javascript:NewWin=window.open('http://weatheroffice.ec.gc.ca/radar/index_e.html?id=WSO','NWin');window['NewWin'].focus()","",0,20,130);
		Menu5_2_2=new Array("National","javascript:NewWin=window.open('http://images.intellicast.com/WxImages/RadarLoop/usa_None_anim.gif','NWin');window['NewWin'].focus()","",0);
	Menu5_3=new Array("Futures Quotes","javascript:NewWin=window.open('http://www.farms.com/markets.cfm','NWin');window['NewWin'].focus()","",0);
	Menu5_4=new Array("Homeowner Tips","javascript:top.document.location.href='tips.asp';","",0);
Menu6=new Array("Contact","","graphics/menutab01.gif",1);
	Menu6_1=new Array("General Information","javascript:top.document.location.href='contact.asp';","",0,20,140);
