// JavaScript Document

function fenster(name) {
   var breite = 800;
   var hoehe  = 600;

   NewWin = window.open("ausgabe.php?file="+name, "Foto", "width="+breite+", height="+hoehe+", top=0, left=0, location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=yes");
}
