/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#00539F';				// Background color when mouse is not over
	var LowSubBgColor='#ff3333';			// 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='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"	// 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='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// 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
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;					// 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=5;				// Left padding
	var TopPaddng=8;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='navcell';				// 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=['tri.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","default.htm","",0,30,170);

Menu2=new Array("Agriculture & Landscape Products","","",10,45,170);
	Menu2_1=new Array("Massey Ferguson","massey.htm","",0,30,170);
	
	
	Menu2_2=new Array("Ferris","","",3,30,170);
		Menu2_2_1=new Array("Three-Wheel Riders","ferris-three-wheel.htm","",0,30,170);
		Menu2_2_2=new Array("Walk Behind","ferris-walk-behind.htm","",0,30,170);
		Menu2_2_3=new Array("Zero-Turn","ferris-zero-turn.htm","",0,30,170);
				
	
	
	Menu2_3=new Array("Snapper Pro","","",3,30,170);
		Menu2_3_1=new Array("Zero Turn Mowers","","",3,30,170);
			Menu2_3_1_1=new Array("S50X","s50x.htm","",0,30,170);
			Menu2_3_1_2=new Array("S150X","s150x.htm","",0);
			Menu2_3_1_3=new Array("S200X","s200x.htm","",0);
			
		Menu2_3_2=new Array("Walk Behind Mowers","","",1,30,170);
			Menu2_3_2_1=new Array("SW20","sw20.htm","",0,30,170);
		Menu2_3_3=new Array("Accessories","accessories.htm","",0,30,170);

			
			
	Menu2_4=new Array("Pequea","","",4,30,170);
		Menu2_4_1=new Array("Manure Spreaders","","",3,30,170);
			Menu2_4_1_1=new Array("Compact Manure Spreaders","comp_manu_spreader.htm","",0,30,170);
			Menu2_4_1_2=new Array("Manure Spreaders","manu_spreader.htm","",0);
			Menu2_4_1_3=new Array("Horse Drawn Spreaders","horsedrawn_manu_spreader.htm","",0);
			
		Menu2_4_2=new Array("Tedders","","",2,30,170);
			Menu2_4_2_1=new Array("Turbo Tedders","turbo_tedder.htm","",0,30,170);
			Menu2_4_2_2=new Array("Fluffer Tedders","fluffer_tedder.htm","",0);
			
		Menu2_4_3=new Array("Rakes","","",2,30,170);
			Menu2_4_3_1=new Array("Rotary Rakes","rotary_rake.htm","",0,30,170);
			Menu2_4_3_2=new Array("Wheel Rakes","wheel_rake.htm","",0);
		
		Menu2_4_4=new Array("Transports & Wagons","","",4,30,170);
			Menu2_4_4_1=new Array("Round Bale Transports","round_bale_trans.htm","",0,30,170);
			Menu2_4_4_2=new Array("Wagon Gear","wagon_gear.htm","",0);
			Menu2_4_4_3=new Array("Portable Bunk Feeders","port_bunk_feeder.htm","",0);
			Menu2_4_4_4=new Array("Bale Rack","bale_rack.htm","",0);


	Menu2_5=new Array("Goossen","","",3,30,170);
		Menu2_5_1=new Array("Small Straw Blowers","sm_straw_blower.htm","",0,30,170);
		Menu2_5_2=new Array("Large Straw Blowers","lg_straw_blower.htm","",0);
		Menu2_5_3=new Array("Debris Blowers","debris_blower.htm","",0);
		
	Menu2_6=new Array("Woods","","",16,30,170);
		Menu2_6_1=new Array("Aerators","aerator.htm","",0,30,170);
		Menu2_6_2=new Array("Backhoes","backhoe.htm","",0);
		Menu2_6_3=new Array("Box Scrapers","box_scraper.htm","",0);
		Menu2_6_4=new Array("Center Drive Flail Shredders","cent_drive_flail_shredder.htm","",0);
		Menu2_6_5=new Array("Disc Harrows","disc_harrow.htm","",0);
		Menu2_6_6=new Array("Loaders","loader.htm","",0);
		Menu2_6_7=new Array("Mowers","woods_mower.htm","",0);
		Menu2_6_8=new Array("Post Hole Diggers","post_hole_digger.htm","",0);
		Menu2_6_9=new Array("Pulverizers","pulverizer.htm","",0);
		Menu2_6_10=new Array("Quick Hitch","quick_hitch.htm","",0);
		Menu2_6_11=new Array("Rakes & Power Rakes","rakes.htm","",0);
		Menu2_6_12=new Array("Rear Blades","rear_blades.htm","",0);
		Menu2_6_13=new Array("Renovator-seeder","renovator_seeder.htm","",0);
		Menu2_6_14=new Array("Rotary Cutters","rotary_cutter.htm","",5);
			Menu2_6_14_1=new Array("Single Spindle Cutters","single_spindle.htm","",0,30,170);
			Menu2_6_14_2=new Array("Multi-Spindle Cutters","multi_spindle.htm","",0);
			Menu2_6_14_3=new Array("Flex-Wing Cutters","flex_wing.htm","",0);
			Menu2_6_14_4=new Array("Ditch Bank Cutters","ditch_bank.htm","",0);
			Menu2_6_14_5=new Array("Belt-Drive Cutters","belt_drive.htm","",0);
		Menu2_6_15=new Array("Rotary Tillers","rotary_tiller.htm","",0);
		Menu2_6_16=new Array("Stump Grinder","stump_grinder.htm","",0);

	
	Menu2_7=new Array("Alitec","javascript:WindowOpenUp('http://www.alitec.org/')","",0,30,170);
	
	Menu2_8=new Array("Bradco","javascript:WindowOpenUp('http://www.bradcoattachments.com/')","",0,30,170);
	
	Menu2_9=new Array("Echo","echo.htm","",16,30,170);
		Menu2_9_1=new Array("Augers","echo_auger.htm","",0,30,170);
		Menu2_9_2=new Array("Brush Cutters","echo_brushcutter.htm","",0); 
		Menu2_9_3=new Array("Chain Saws","echo_chainsaw.htm","",0); 
		Menu2_9_4=new Array("Cut-Off Saws","echo_cutoffsaw.htm","",0); 
		Menu2_9_5=new Array("Engine Drills","echo_enginedrill.htm","",0); 
		Menu2_9_6=new Array("Hedge Trimmers","echo_hedgetrimmer.htm","",0); 
		Menu2_9_7=new Array("Power Blowers","echo_blower.htm","",0); 
		Menu2_9_8=new Array("Power Edgers","echo_edger.htm","",0); 
		Menu2_9_9=new Array("Power Pruners","echo_pruner.htm","",0); 
		Menu2_9_10=new Array("Pro Attachments","echo_attachment.htm","",0); 
		Menu2_9_11=new Array("Pumps","echo_pump.htm","",0); 
		Menu2_9_12=new Array("Quick Vents","echo_vent.htm","",0); 
		Menu2_9_13=new Array("Shred 'N' Vacs","echo_shredvac.htm","",0); 
		Menu2_9_14=new Array("Sprayers","echo_sprayer.htm","",0); 
		Menu2_9_15=new Array("Tillers","echo_tiller.htm","",0); 
		Menu2_9_16=new Array("Trimmers","echo_trimmer.htm","",0); 
		
	Menu2_10=new Array("Farmi","","",4,30,170);
		Menu2_10_1=new Array("JL501","farmi_jl501.htm","",0,30,170);
		Menu2_10_2=new Array("JL601","farmi_jl601.htm","",0); 
		Menu2_10_3=new Array("JL290 Skidding Winch","farmi_skid_winch.htm","",0); 
		Menu2_10_4=new Array("Farmi Winches","farmi_winch.htm","",0); 
	



Menu3=new Array("Construction Products","","",9,30,170);
	Menu3_1=new Array("Gannon","javascript:WindowOpenUp('http://www.woodsequipment.com/')","",0,30,170);
	Menu3_2=new Array("WainRoy","javascript:WindowOpenUp('http://www.woodsequipment.com/content.aspx?id=12581')","",0);
	Menu3_3=new Array("Geith","javascript:WindowOpenUp('http://www.geith.com/')","",0);
	Menu3_4=new Array("ProTec","javascript:WindowOpenUp('http://www.pro-tecequipment.com/')","",0);
	Menu3_5=new Array("Silt Fence","javascript:WindowOpenUp('http://www.siltfenceplow.com/')","",0);
	Menu3_6=new Array("Okada","javascript:WindowOpenUp('http://www.okada-aiyon.com/')","",0);
	Menu3_7=new Array("Felco","javascript:WindowOpenUp('http://www.felco-ind.com/')","",0);
	Menu3_8=new Array("Central Fabricators","javascript:WindowOpenUp('http://www.woodsonline.com')","",0,30,170);
	Menu3_9=new Array("Husqvarna ","husqvarna.htm","",0,30,170);

	
		
Menu4=new Array("Rentals","rentals.htm","",0,30,170);

Menu5=new Array("Used Equipment For Sale","inventory.htm","",0,30,170);

Menu6=new Array("State of the Art Hose Facility","hose_facility.htm","",0,30,170);

Menu7=new Array("About Us","about.htm","",0,30,170);

Menu8=new Array("Contact Us","contact.htm","",0,30,170);

Menu9=new Array("Parts","parts.htm","",0,30,170);
