function pic(bild) {
        newWin = window.open("oeffner.html?" + bild, "Bauchronik", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=400,height=300");
}
function tafel(bild) {
        newWin = window.open("tafel.html?" + bild, "Tafel", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=800,height=500");
}
function lageplan(bild) {
		 newWin = window.open("lageplan.html?" + bild, "Lageplan", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=352,height=300");
}
function pano() {
        newWin = window.open("pano/pano1.htm", "Pano", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=350,height=250");
}