function weiter() {
url1 = 'anfrage.htm'
url2 = 'buchung.htm'
var Formulartyp = document.getElementById('go').value;
if (Formulartyp== "-"){
document.Typ.Art_der_Buchung.focus();
return
}
else{
if(Formulartyp== "1"){;parent.document.Buchung.Art_der_Buchung.value = "Buchungsanfrage";parent.seiten.location.href = url1}
else{
if(Formulartyp== "2"){;parent.document.Buchung.Art_der_Buchung.value = "Zimmerreservierung";parent.seiten.location.href = url2};};}
}



