function goMenu(targ,choice,restore)
{
  //eval(targ+".location='"+location+"/digmaster2/index.php?mode=tree&id="+choice.options[choice.selectedIndex].value+"'");
  eval(targ+".location='"+location.pathname+"?id="+choice.options[choice.selectedIndex].value+"'");
  if (restore) choice.selectedIndex=0;
}

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