function createjsDOMenu() {
   tourMenu = new jsDOMenu(143, "static", "staticMenu", true);
   with (tourMenu) {
     addMenuItem(new menuItem("Equipment","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Outdoor Equipment", "", "index.html"));
 	 addMenuItem(new menuItem("Home Appliances", "", "appliances.html"));
	 addMenuItem(new menuItem("Power Tools", "", "powertools.html"));
	 addMenuItem(new menuItem("Generators and Compressors", "", "handling.html"));
	 addMenuItem(new menuItem("Mobile Units", "abu", "",0));
	 addMenuItem(new menuItem("Terms of Service","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Terms", "", "terms.html")) 	 
	 addMenuItem(new menuItem("Contact","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Contact", "", "../contact.html"))
     show();
   }
   
   abumenu = new jsDOMenu(143,"absolute");
   with (abumenu) {
     addMenuItem(new menuItem("Mobile Toilets", "", "mobile_toilet.html"));
     addMenuItem(new menuItem("Mobile Showers", "", "mobile_shower.html"));
     addMenuItem(new menuItem("Mobile Kitchen", "", "mobile_kitchen.html"));
     addMenuItem(new menuItem("Mobile Unit Trailer", "", "unit_trailor.html"));
   }
   
   tourMenu.items.abu.setSubMenu(abumenu);
}
