function fenster(url) {
	neuesWindow=window.open("" + url + "","Suche","width=750,height=600,top=5,status=no,scrollbars=yes,location=no,resizable=yes,menubar=no,toolbar=no,directories=no");
	neuesWindow.focus();
}
function hotlinefenster() {
	neuesWindow=window.open("hotline.php","Buchen","width=540,height=520,top=5,status=no,scrollbars=yes,location=no,resizable=yes,menubar=no,toolbar=no,directories=no");
	neuesWindow.focus();
}
