function OpenImg(src,alt,width,height) {

  image = window.open('','','left=50, top=50, toolbar=no, width='+width+', height='+height+', resizable=no, scrollbars=no, status=no');
  image.focus();
  image.document.write('<html><head><title>OSEL.CZ</title></head><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" style="background-image: url(\'images/cz/engine/iko_loading.gif\'); background-repeat: no-repeat; background-position: center center; "><a href="javascript: window.close();" title="zavøít okno"><img src="'+src+'" width="'+width+'" height="'+height+'" alt="'+alt+'" border="0"></a></body></html>');
  image.document.close();

}
