   function oknoIMG(x,y,img)
{
if(y>100){
o=window.open("","","width="+x+",height="+y+",scrollbars=no,status=no, left=10, top=10");
o.document.write("<body leftmargin=0 topmargin=0><a href='javascript:self.close();'><img src="+img+" width='"+x+"' height='"+y+"' border=0></a>\n</body>"); }
else{
o=window.open("","","width="+x+",height="+y+",scrollbars=no");
o.document.write("<title>Foto</title>\n<style><!--\nbody{background-repeat:no-repeat}\n--></style><body background='"+img+"'><a href='www.nrm.pl'>aa</a></body>");
}
}


