function popfenster(platzhalter,breite,hoehe) {
        scriptpfad="/";
        templatedatei="tmpl_de.html";
        window.open(scriptpfad+"bild.php?wwidth="+breite+"&wlength="+hoehe+"&tmpl="+templatedatei+"&datei="+platzhalter, "BILD", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+breite+",height="+hoehe+"");
}

