function gotoURL() {
  var Current =
    document.gameform.games.selectedIndex;
  parent.window.location.href =
  document.gameform.games.options[Current].value;
  return false;}

