﻿function openAnfahrt() {
    fw_ha1=window.open("../aspx/anfahrt.aspx","fw_ha_anfahrt","HEIGHT=590,WIDTH=750,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
    fw_ha1.document.close();
}

function openPic(URL,alt,w,h)
{
newh=h+170;
neww=w+100;
if (neww<330) {neww=330;}
wuu1=window.open("../aspx/Bild.aspx?url="+URL+"&alt="+alt,"fw_ha_bild","HEIGHT="+newh+",WIDTH="+neww+",scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
wuu1.document.close();
}