function windowopen(theurl,breite,hoehe){
	txt='width='+ breite +' height='+ hoehe;
	window.open(theurl,'popup',txt);
	}
function belegungpopup(loveroomid){
adresse="belegung.php?id="+loveroomid;
window.open(adresse,"Belegungsfenster","width=600, height=250");
}	
function angebotpopup(loveroomid){
adresse="angebot.php?loveroomid="+loveroomid;
window.open(adresse,"Angebotssfenster","width=530, height=500, scrollbars=yes");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function impressumzeigen(theUrl){
window.open(theUrl,'','width=500 height=550');
}
function reservation(hotelid){
window.open("https://welcomenet.ch/onlinebooking/sites/angebotunddaten.php?hotelid="+hotelid+"&sprache=d","Reservationsfenster","width=680 height=600, scrollbars=yes");
}