// jump to inside of the site

function MM_jumpMenu(targ,selObj,restore){ //v3.0

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}



// open a new window for links

function openNew(myForm,myMenu) 

{

 var myChoice=eval("document."+myForm+"."+myMenu+".selectedIndex"); 

 var url=eval("document."+myForm+"."+myMenu+".options["+myChoice+"].value");

 window.open(url); 

}



// copied from old pagetemplate for show message on status bar

function MM_displayStatusMsg(msgStr) { //v1.0

  status=msgStr;

  document.MM_returnValue = true;

}


