
function open_win(datei)
{
if(window.f && window.f.closed==false) window.f.close();
f=window.open("../zoom.php?file="+datei,"Zoom_Screenshot","width=10,height=10,menu=false,resizable=yes,status=yes,scrollbars=no");
}


