// JavaScript Document
//nowe okno
function openImage(x){
 with(open('','fotka','left=80,top=20,width=1,height=1,scrollbars=no')){
  document.write('<html><head><title>Netel Systemy Teleinformatyczne</title>'+
  '<script type="text/javascript">function L(I){'+
  'I.parentNode.style.visibility="visible";'+
  'focus();resizeTo(I.width+16,I.height+57)}<\/script></head>'+
  '<body style="background-color:#fff;'+
  'border:0px;font:normal 11px Tahoma">'+
  '<div>Ladowanie obrazu...</div><div style="overflow:hidden;'+
  'position:absolute;visibility:hidden;left:5px;top:5px">'+
  '<img onerror="L=parentNode.previousSibling;L.innerHTML='+
  '\'Obraz niedostepny\';L.style.backgroundColor=\'white\'" onload="L(this)" src="'+x+'"></div></body></html>')
  document.close()
 }
}

