function Auswahl(i) {
  document.form1.select1.options[i].selected = true;
}
