function createjsDOMenu() {
   CorpMenu = new jsDOMenu(143, "static", "staticMenu", true);
   with (CorpMenu) {
     addMenuItem(new menuItem("Services","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Team Building", "", "index.html"));
	 addMenuItem(new menuItem("Tours", "tour", "tour1.html"));
	 addMenuItem(new menuItem("Equipment", "ince", "equipment.html"));
 	 addMenuItem(new menuItem("Catering Menus", "", "../cater/function_menu.html"));	 
	 addMenuItem(new menuItem("Catering Gallery", "", "catering.html"));
     addMenuItem(new menuItem("Accomodation","","",0,"headerItem","headerItem"));
 	 addMenuItem(new menuItem("Camps", "", "camps.html"));
	 addMenuItem(new menuItem("Contact","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Contact", "", "../contact.html"))
     show();
   }
   
   incemenu = new jsDOMenu(143,"absolute");
   with (incemenu) {
   	 addMenuItem(new menuItem("Equipment", "", "equipment.html"));   
   	 addMenuItem(new menuItem("Abulutions", "abu", "mobile_shower.html"));
   	 addMenuItem(new menuItem("Camps", "", "race_village.html"));
   	 addMenuItem(new menuItem("Catering Equipment", "", "catering_equipment.html"));	 	 
   }

   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("Unit Trailer", "", "unit_trailor.html"));
   }
   
   tourmenu = new jsDOMenu(143,"absolute");
   with (tourmenu) {
     addMenuItem(new menuItem("Genral Info", "", "index.html"));
   	 addMenuItem(new menuItem("Bushmen", "", "bushman.html"));
 	 addMenuItem(new menuItem("Dorsland", "", "dorsland.html"));
	 addMenuItem(new menuItem("Kaufe", "", "kafue.html"));
	 addMenuItem(new menuItem("Murchinson Falls", "", "murchinson.html"));
 	 addMenuItem(new menuItem("Namibia", "", "namibian.html"));
	 addMenuItem(new menuItem("Namakwaland Flower Tour", "", "../naautjes/index.html"));	 
	 addMenuItem(new menuItem("Elephant", "", "elephant.html"));
	 addMenuItem(new menuItem("Trans-Africa", "trans", "",0));
     addMenuItem(new menuItem("Berg and Beach", "", "bergnbeach.html"));
	 addMenuItem(new menuItem("Okavango", "", "okovango.html"));
	 addMenuItem(new menuItem("Christmas Serengeti", "", "christmas.html"));
	 addMenuItem(new menuItem("Christmas Berg and Beach", "", "christmas_bergnbeach.html")); 	 	 	 	 	 	 
   }
   
   CorpMenu.items.ince.setSubMenu(incemenu);
   CorpMenu.items.tour.setSubMenu(tourmenu);   
   incemenu.items.abu.setSubMenu(abumenu);   
}
