function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

document.write("<form name=frmCombo>");
document.write("<select name=menu1 onChange=MM_jumpMenu(" + "'parent'" + ",this,0)>");
document.write("<option value=../../index.html selected>Explore slokas.com</option>");
document.write("<option value=../../cybertemple/index.html>Cyber Temple</option>");
document.write("<option value=../../vedichymns/vedichymns.html>Vedic Slokas</option>");
document.write("<option value=../../vedictext/vedictext.html>Vedas</option>");
document.write("<option value=../../vedicrituals/vedicrituals.asp>Vedic Rituals</option>");
document.write("<option value=../../kids/index.html>Kids Section</option>");
document.write("<option value=../../photogallery/temples.html>Photo Gallery</option>");
document.write("<option value=../../jukebox/index.asp>Juke Box</option>");
document.write("<option value=../../donations/index.asp>Online Donations</option>");
document.write("<option value=#>Reminders</option>");
document.write("<option value=../../calendar/index.html>Calendar</option>");
document.write("<option value=../../messageboard/index.asp>Message Board</option>");
document.write("<option value=../../search/index.html>Search</option>");
document.write("<option value=#>Shopping</option>");
document.write("</select>");
document.write("</form>");
