function createjsDOMenu() {
   tourMenu = new jsDOMenu(143, "static", "staticMenu", true);
   with (tourMenu) {
     addMenuItem(new menuItem("Foreword", "", "index.html"));
     addMenuItem(new menuItem("Download Forms", "", "youth.zip"));
	 addMenuItem(new menuItem("Contact","","",0,"headerItem","headerItem"));
	 addMenuItem(new menuItem("Contact", "", "../contact.html"))
     show();
   }
}
