function powieksz(ph,w,h)
{
var ff=window.open('','','width='+w+',height='+h+',left=50,top=20,resizable=0,directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
var s='<HTML><TITLE>Powiększenie</TITLE><BODY style="margin:0px;padding:0px;text-align:center" onClick="window.close()"><IMG SRC="galery/images/'+ph+'"></BODY></HTML>';
ff.document.clear();
ff.document.write(s);
ff.document.close();
}
