function gotoURL() {
     var Current = document.navigation.auswahl.selectedIndex;
     location.href =
document.navigation.auswahl.options[Current].value;
     return false;
 }

