function otworz(w,h,f){
okno=window.open('','','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,height='+h+',width='+w);
okno.document.write('<html><body style="margin: 0px;"><img src="resize2.php?file=pliki/'+f+'" style="margin: 0px; cursor: pointer;" onclick="window.close()" /></body></html>');
}
