function createjsDOMenu() {
   tourMenu = new jsDOMenu(143, "static", "staticMenu", true);
   with (tourMenu) {
	 addMenuItem(new menuItem("Forword", "", "index.html"));
	 addMenuItem(new menuItem("Packages", "", "packages.html"));
	 addMenuItem(new menuItem("Gallery 1", "", "gallery1.html"));
	 addMenuItem(new menuItem("Gallery 2", "", "gallery2.html"));
	 addMenuItem(new menuItem("Gallery 3", "", "gallery3.html"));
	 addMenuItem(new menuItem("Gallery 4", "", "gallery4.html"));
	 addMenuItem(new menuItem("Contact","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Contact", "", "../contact.html"))
     show();
   }
}
