 function pic(bild) {

var img = new Image();
img.src = bild;

var dwidth = img.width + 20;
var dheight = img.height + 25;

        newWin = window.open("popup.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width="+ dwidth +",height="+ dheight +"");
}

 function stat() {
     window.defaultStatus="Freizeitbad-Erdmannsdorf";
return
}


function picsite(bild) {

  bild = bild.replace(/_1.jpg/,".JPG");

 var x = bild.width;
 var y = bild.height;


        newWin = window.open("popup.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=475,height=335");
}




 function picflyer(bild) {

var img = new Image();
img.src = bild;

var dwidth = img.width + 20;
var dheight = img.height + 25;

        newWin = window.open("popup_flyer.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width="+ dwidth +",height="+ dheight +"");
}

 function stat() {
     window.defaultStatus="Freizeitbad-Erdmannsdorf";
return
}


function picsite(bild) {

  bild = bild.replace(/_1.jpg/,".JPG");

 var x = bild.width;
 var y = bild.height;


        newWin = window.open("popup_flyer.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=475,height=335");
}
