function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='/games.php?id="+document.jumpmenu.gamelist.value + "'");
   if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) 
{
     window.open(theURL,winName,features);
}