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