// JavaScript Documentfunction mmLoadMenus() {  if (window.mm_menu_0621141029_0) return;window.mm_menu_0621141029_0 = new Menu("root",210,14,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#CCCCCC","","","left","middle",0,0,1000,-5,7,true,false,true,7,true,true);  mm_menu_0621141029_0.addMenuItem("TREKKING","window.open('../../trekking/nepal/trekkingnepal.html', '_self');");  mm_menu_0621141029_0.addMenuItem("MOUNTAINEERING","window.open('../../mountaineering/mountaineering.html', '_self');");  mm_menu_0621141029_0.addMenuItem("WHITE&nbsp;WATER&nbsp;RAFTING","window.open('../../rafting/rafting.html', '_self');");  mm_menu_0621141029_0.addMenuItem("SAFARI&nbsp;&&nbsp;WILDLIFE","window.open('../../wildlife_safari/wildlifeandsafari.html', '_self');");  mm_menu_0621141029_0.addMenuItem("MOUNTAINBIKING","window.open('../../mountainbiking/mountainbiking.html', '_self');");  mm_menu_0621141029_0.addMenuItem("COMBINATION&nbsp;TOURS","window.open('../../combination/combination.html', '_self');");  mm_menu_0621141029_0.addMenuItem("CREATE&nbsp;YOUR&nbsp;OWN&nbsp;TRIP","window.open('../../create_your_own/createyourown.html', '_self');");  mm_menu_0621141029_0.addMenuItem("OTHER&nbsp;ACTIVITIES","window.open('../../other_activities/otheractivites.html', '_self');");   mm_menu_0621141029_0.hideOnMouseOut=true;   mm_menu_0621141029_0.bgColor='#555555';   mm_menu_0621141029_0.menuBorder=0;   mm_menu_0621141029_0.menuLiteBgColor='';   mm_menu_0621141029_0.menuBorderBgColor='#FFFFFF';mm_menu_0621141029_0.writeMenus();} // mmLoadMenus()function MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}