function form1Gewerbe(){
var URL = document.form1.site.options[document.form1.site.selectedIndex].value;
window.location.href = URL;
}
