
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

version = "n3";

//jump to Page
function Go(x){ if(x == "nothing") {   document.forms[0].reset();   document.forms[0].elements[0].blur();   return; } else  {   document.forms[0].reset();   document.forms[0].elements[0].blur();   parent.location.href = x;  }}