function zoom(picURL){
okno=window.open("","zoomer","left=300,top=200,width=300,height=160,noresizable,noscrollbars,menubar=no,status=no");
okno.document.writeln("<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><title>Zoom</title><script type='text/javascript'>window.open('', 'zoomer','resizable');self.focus();window.moveTo(300,200);var res1=300;var res2=160;window.resizeTo(res1,res2);var NS = (navigator.appName=='Netscape')?true:false;");
okno.document.writeln("function fitPic(){iWidth=(NS)?window.innerWidth:document.body.clientWidth;iHeight = (NS)?window.innerHeight:document.body.clientHeight;iWidth=document.images[0].width-iWidth;iHeight=document.images[0].height-iHeight;window.resizeBy(iWidth+20,iHeight+20);window.open('', 'zoomer','noresizable');");
okno.document.writeln("window.moveTo((screen.width-document.images[0].width)/2,(screen.height-document.images[0].height)/2);if (document.getElementById&&!document.all){document.getElementById('obrazek1Div').style.visibility='hidden';};if (document.all){document.all.obrazek1Div.style.visibility='hidden';}");
okno.document.writeln("if (document.layers){document.obrazek1Div.visibility='hidden';}self.focus();};</scr"+"ipt></head><bo"+"dy bgcolor='#ffffff' style='overflow:hidden;margin:9px;padding:0px;' onload='fitPic();'><div id='obrazek2Div'><table width='1' border='0' bgcolor='#111111' cellpadding='1' cellspacing='0' summary=''><tr><td><a href='javascript:close();'>");
okno.document.writeln("<img src='" +picURL+ "' border='0' alt='zamknij / close' title='zamknij/close' /></a></td></tr></table></div><div id='obrazek1Div' style='position:absolute;left:0px;top:0px;z-index:1;height:100%'><table style='width:300px;height:100%;' border='0' bgcolor='#eeeeee' summary=''><tr><td style='font-family:Arial;color:#333333;font-size:12px;' align='center' valign='middle' >ładuję / loading ...</td></tr></table></div></body></html>");
okno.document.close();
}

