function Go (x) {
  location.href = x;
  document.auswahl.reset();
  document.auswahl.auswahlliste.blur();
}

