	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#D71A01';			// Background color when mouse is over
	var HighSubBgColor='#D71A01';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFC6';			// Font color when mouse is over
	var FontSubHighColor='#FFFFC6';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// 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=3;				// Left padding
	var TopPaddng=2;				// 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=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='menu';				// 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=1;			// 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 highlighted
	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","index.shtml","",0,17,100);

Menu2=new Array("Products","","",21,17,100);

	Menu2_1=new Array("Aerial Platforms","","",2,20,250);	
		Menu2_1_1=new Array("Boom Lifts","","",2,20,120);
			Menu2_1_1_1=new Array("Articulating Boom Lifts","articulatingboom.shtml","",0,20,170);
			Menu2_1_1_2=new Array("Straight Boom Lifts","straightboom.shtml","",0);
		Menu2_1_2=new Array("Scissor Lifts","","",2,20,120);
			Menu2_1_2_1=new Array("Electric","scissorelectric.shtml","",0,20,170);
			Menu2_1_2_2=new Array("Rough Terrain","scissorrough.shtml","",0);		
	Menu2_2=new Array("Air","","",2);
		Menu2_2_1=new Array("Compressors","aircompressors.shtml","",0,20,120);
		Menu2_2_2=new Array("Tools","airtools.shtml","",0);
	Menu2_3=new Array("Bins - Storage & Disp","","",2);
		Menu2_3_1=new Array("Disposal","","",2,20,120);
			Menu2_3_1_1=new Array("Disposal Bins","disposalbins.shtml","",0,20,120);
			Menu2_3_1_2=new Array("Refuse Collection","","",2);
				Menu2_3_1_2_1=new Array("Small","disposalrefusesmall.shtml","",0,20,120);
				Menu2_3_1_2_2=new Array("Large","disposalrefusebin.html","",0);
		Menu2_3_2=new Array("Storage","siteboxes.shtml","",0);
	Menu2_4=new Array("Chutes","chutes.shtml","",0);
	Menu2_5=new Array("Compaction","","",5);	
		Menu2_5_1=new Array("Asphalt Rollers","","",2,20,120);
			Menu2_5_1_1=new Array("Pneumatic Rollers","pneumatic.shtml","",0,20,190);
			Menu2_5_1_2=new Array("Tandem Steel drums Rollers","tandemsteel.shtml","",0);
		Menu2_5_2=new Array("Jumping Jacks","jumpingjacks.shtml","",0);
		Menu2_5_3=new Array("Plate Tampers","","",2);
			Menu2_5_3_1=new Array("Plate Tampers (Gas)","platetampersgas.shtml","",0,20,160);
			Menu2_5_3_2=new Array("Reversible (Diesel)","platetampersdiesel.shtml","",0);
		Menu2_5_4=new Array("Ride On Rollers","","",2);
			Menu2_5_4_1=new Array("Padfoot","rideonrollerspadfoot.shtml","",0,20,120);
			Menu2_5_4_2=new Array("Smooth Drums","rideonrollerssmoothdrum.shtml","",0);
		Menu2_5_5=new Array("Trench Rollers","trenchrollers.shtml","",0);
	Menu2_6=new Array("Concrete Equipment","","",8);	
		Menu2_6_1=new Array("Breakers & Drills","concretebreakers.shtml","",0,20,120);
		Menu2_6_2=new Array("Dumpers","concretedumpers.shtml","",0);
		Menu2_6_3=new Array("Grinders","concretegrinders.shtml","",0);
		Menu2_6_4=new Array("Mixers","concretemixers.shtml","",0);
		Menu2_6_5=new Array("Repairs","concreterepairs.shtml","",0);
		Menu2_6_6=new Array("Saws","concretesaws.shtml","",0);
		Menu2_6_7=new Array("Trowels","","",2);
			Menu2_6_7_1=new Array("Ride On","concretetrowelrideon.shtml","",0,20,120);
			Menu2_6_7_2=new Array("Walk Behind","concretetrowelwalk.shtml","",0); 
		Menu2_6_8=new Array("Vibrators","concretevibrators.shtml","",0);
	Menu2_7=new Array("Conveyor Belts","conveyorbelts.shtml","",0);
	Menu2_8=new Array("Dozers","","",2);
		Menu2_8_1=new Array("Track","dozerstrack.shtml","",0,20,120);
		Menu2_8_2=new Array("Wheel","dozerswheel.shtml","",0);
	Menu2_9=new Array("Excavating","","",5);
		Menu2_9_1=new Array("Attachments","excavatorattachments.shtml","",0,20,140);
		Menu2_9_2=new Array("Backhoes","backhoes.shtml","",0);
		Menu2_9_3=new Array("Excavators (track)","excavatortrack.shtml","",0);
		Menu2_9_4=new Array("Mini Excavators","miniexcavators.shtml","",0);
		Menu2_9_5=new Array("Vacuum Truck","vactruck.shtml","",0);
	Menu2_10=new Array("Forklifts","","",2);
		Menu2_10_1=new Array("Industrial","forkliftsindustrial.shtml","",0,20,140);
		Menu2_10_2=new Array("Rough Terrain","","",2);
			Menu2_10_2_1=new Array("Straight Mast","forkliftsstraightmast.shtml","",0,20,120);
			Menu2_10_2_2=new Array("Telescopic","forkliftstelescopic.shtml","",0);
	Menu2_11=new Array("Generators & Lights","","",3);
		Menu2_11_1=new Array("Generators (Gas)","generatorsgas.shtml","",0,20,140);
		Menu2_11_2=new Array("Generators (Diesel)","generatorsdiesel.shtml","",0);
		Menu2_11_3=new Array("Tower Lights","towerlights.shtml","",0);
	Menu2_12=new Array("Heating","","",4);
		Menu2_12_1=new Array("Dehumidifiers","heatingdehumidifiers.shtml","",0,20,120);
		Menu2_12_2=new Array("Electric","heatingelectric.shtml","",0);
		Menu2_12_3=new Array("Natural Gas","heatinggas.shtml","",0);
		Menu2_12_4=new Array("Propane","heatingpropane.shtml","",0);
	Menu2_13=new Array("Levels & Lasers","levels.shtml","",0);
	Menu2_14=new Array("Loaders","","",4);
		Menu2_14_1=new Array("Mini Loaders","loadersmini.shtml","",0,20,200);
		Menu2_14_2=new Array("Compact","loaderscompact.shtml","",0);
		Menu2_14_3=new Array("Loaders & Tool Carriers","loaders.shtml","",0);
		Menu2_14_4=new Array("Skidsteers","skidsteers.shtml","",1);
			Menu2_14_4_1=new Array("Attachments","skidsteerattachments.shtml","",0,20,160);
	Menu2_15=new Array("Misc.","","",6);
		Menu2_15_1=new Array("Fans","fans.shtml","",0,20,160);
		Menu2_15_2=new Array("Floor Equip","","",2);
			Menu2_15_2_1=new Array("Carpet","","",0,20,120);
			Menu2_15_2_2=new Array("Wood","woodfloor.shtml","",0);
		Menu2_15_3=new Array("Jacks","jacks.shtml","",0);
		Menu2_15_4=new Array("Ladders","ladders.shtml","",0);
		Menu2_15_5=new Array("Lawn Equip","lawn.shtml","",0);
		Menu2_15_6=new Array("Road Plates","roadplates.shtml","",0);
	Menu2_16=new Array("Pressure Washers & Testers","","",3);
		Menu2_16_1=new Array("Cold","pressurewashercold.shtml","",0,20,120);
		Menu2_16_2=new Array("Hot","pressurewasherhot.shtml","",0);
		Menu2_16_3=new Array("Pressure Testers","","",0);
	Menu2_17=new Array("Pumps","pumps.shtml","",0);
	Menu2_18=new Array("Scaffolding, Shoring & Fence","","",3);
		Menu2_18_1=new Array("Fence","","",0,20,150);
		Menu2_18_2=new Array("Scaffolding","scaffolding.shtml","",0,20,120);
		Menu2_18_3=new Array("Shoring","","",2);
			Menu2_18_3_1=new Array("Pole & Frame Shoring","shoringsinglepole.shtml","",0,20,150);
			Menu2_18_3_2=new Array("Trench Shoring","shoringtrench.shtml","",0);
	Menu2_19=new Array("Sweepers","sweepers.shtml","",0);
	Menu2_20=new Array("Traffic","","",1);
		Menu2_20_1=new Array("Detour Boards","trafficdetourboards.shtml","",0,20,120);
	Menu2_21=new Array("Welders","","",2);
		Menu2_21_1=new Array("Electric","welderselectric.shtml","",0,20,120);
		Menu2_21_2=new Array("Gas","weldersgas.shtml","",0);

Menu3=new Array("Services","","",2);
	Menu3_1=new Array("Repairs","repairs.shtml","",0,20,150);
	Menu3_2=new Array("Operators","operators.shtml","",0,20,150);

Menu4=new Array("Contact","","",4);
	Menu4_1=new Array("Corporate Address","contact.html","",0,20,150);
	Menu4_2=new Array("Email","mailto:info@blackroserentals.ca","",3);
		Menu4_2_1=new Array("Sales","mailto:sales@blackroserentals.ca","",0,20,120);
		Menu4_2_2=new Array("Service","mailto:service@blackroserentals.ca","",0);
		Menu4_2_3=new Array("General","mailto:general@blackroserentals.ca","",0);
	Menu4_3=new Array("Credit Application","brcredit.doc","",0);
	Menu4_4=new Array("Careers", "careers.php","",0);
		
Menu5=new Array("About Us","aboutus.html","",0);

Menu6=new Array("Sales & Specials","","",3,17,120);
	Menu6_1=new Array("Coupon","getcoupon.shtml","",0,20,150);
	Menu6_2=new Array("New Equipment","specialsnew.html","",0,20,150);
	Menu6_3=new Array("Used Equipment","specialsused.html","",0,20,150);	