function reservation(hotelid){
window.open("https://welcomenet.ch/onlinebooking/sites/angebotunddaten.php?hotelid="+hotelid+"&sprache=d","Reservationsfenster","width=680 height=600, scrollbars=yes");
}
function reservatione(hotelid){
window.open("https://welcomenet.ch/onlinebooking/sites/angebotunddaten.php?hotelid="+hotelid+"&sprache=e","Reservationsfenster","width=680 height=600, scrollbars=yes");
}
function reservationf(hotelid){
window.open("https://welcomenet.ch/onlinebooking/sites/angebotunddaten.php?hotelid="+hotelid+"&sprache=e","Reservationsfenster","width=680 height=600, scrollbars=yes");
}


function windowopen(theurl,breite,hoehe){
	txt='width='+ breite +', height='+ hoehe;
	window.open(theurl,'popup',txt);
	}
	
var winvar=null;
function OpenWindow(url, width, height) { 
if (winvar && (navigator.appName == "Microsoft Internet Explorer" || winvar.document))
         winvar.close();
winvar = open(url,"","width="+width+",height="+height+",menubar=no,toolbar=no,location=no,resizable=no");
                winvar.moveTo(screen.width/2-width/2,screen.height/2-height/2);
        winvar.focus();
        }
	
//function OpenWindow(theurl,breite,hoehe){
//	txt='width='+ breite +', height='+ hoehe;
//	window.open(theurl,'popup',txt);
//	}
	
function anfahrtpopup(theurl,breite,hoehe){
	window.open('/sites/plan.php','popup','width=757 height=600');
	}	
function belegungpopup(loveroomid){
adresse="belegung.php?id="+loveroomid;
window.open(adresse,"Belegungsfenster","width=580, 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');
}