function form2Kunden(){
var URL = document.form2.sites.options[document.form2.sites.selectedIndex].value;
window.location.href = URL;
}

