function pop(url, title)
{
 with(open('','fotka','width=200,height=100,left=100,top=100'))
 {
  document.write('<html><head><title>'+title+'</title>'+
  '<script type="text/javascript">function L(I){'+
  'I.parentNode.style.visibility="visible";'+
  'focus();resizeTo(I.width+16,I.height+35)}<\/script></head>'+
  '<body style="background-color:white;'+
  'border:0px;font: bold 12px Verdana">'+
  '<p>Loading</p><div style="overflow:hidden;'+
  'position:absolute;visibility:hidden;left:0;top:0">'+
  '<a href=\"javascript:close()\">'+
  '<img onerror="L=parentNode.previousSibling;L.innerHTML='+
  '\'Brak fotografii\';L.style.backgroundColor=\'red\';'+
  'window.focus()" onload="L(this)" src="'+url+'" border="0"></a></div></body></html>')
  document.close()
 }
}