// Easy DHTML Menu
// Copyright (c) 2004 PerfectoMEDIA.  All rights reserved.
// www.PerfectoMEDIA.com

var menuItems = new Array();
	menuItems[0] = new Array(0, "AboutUsMenu",
		new menuItem("AboutUs", "", "About Us", "location='About-Us.php'"),
		new menuItem("Links", "", "Links", "location='Links.php'"));
	menuItems[1] = new Array(0, "BucketTrucksMenu",
		new menuItem("30-42", "", "30' to 42'", "location='Bucket-Trucks.php?HeightStart=30&HeightEnd=42'"),
		new menuItem("42-60", "", "43' to 60'", "location='Bucket-Trucks.php?HeightStart=43&HeightEnd=60'"),
		new menuItem("60-Up", "", "Over 60'", "location='Bucket-Trucks.php?HeightStart=61&HeightEnd=100'"),
		new menuItem("ViewAll", "", "View All", "location='Bucket-Trucks.php'"));
	loadMenus();