function formGamegroups(gamegroups) {
  var URL = document.gamegroups.gamegroup.options[document.gamegroups.gamegroup.selectedIndex].value;
  window.location.href = URL;
}