function createjsDOMenu() {
   tourMenu = new jsDOMenu(143, "static", "staticMenu", true);
   with (tourMenu) {
     addMenuItem(new menuItem("Foreword", "", "index.html"));
	 addMenuItem(new menuItem("Booking Conditions", "", "booking_cond.html"));
	 addMenuItem(new menuItem("Booking Forms", "", "book_forms.html"));	 
     addMenuItem(new menuItem("Tours","","",0,"headerItem","headerItem"));
	 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"));
	 addMenuItem(new menuItem("Adventure Activities","","",0,"headerItem","headerItem"));
 	 addMenuItem(new menuItem("Mountaineering", "", "abseiling.html"));
	 addMenuItem(new menuItem("Accommodation","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("5 Star Tented Camps", "", "tent_camps.html"));
 	 addMenuItem(new menuItem("Ablutions","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Mobile Toilets", "", "mobile_toilet.html"));
	 addMenuItem(new menuItem("Mobile Showers", "", "mobile_shower.html"));	 	 
	 addMenuItem(new menuItem("Communication","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Satelite Phone", "", "satcom.html"));
	 addMenuItem(new menuItem("Contact","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Contact", "", "../contact.html"))
     show();
   }
   
   transMenu = new jsDOMenu(143,"absolute");
   with (transMenu) {
   	 addMenuItem(new menuItem("Morroco to RSA", "", "trans-africa.html"));
   	 addMenuItem(new menuItem("Cape to London", "", "trans-africa-london.html"));
   }
   
   tourMenu.items.trans.setSubMenu(transMenu);
}
