function Spring() {
    var welcherLink = document.sprache.URLs.selectedIndex;
    document.sprache.URLs.selectedIndex = "0";
    if(welcherLink > "0"){
       top.location.href = document.sprache.URLs.options[welcherLink].value;
    }
}

