function OpenImg2(src,datum,nazev,popis,width,height) {

  image = window.open('','','left=50, top=20, toolbar=no, width='+width+', height='+height+', resizable=no, scrollbars=no, status=no');
  w = width-15;	
  h = height-40;
  tdh = height-91;
  image.focus();


  image.document.write('<html><head><title>Fotogalerie | SCC Semily</title><META HTTP-EQUIV="imagetoolbar" CONTENT="no"><meta http-equiv="Content-Type" content="text/html; charset=windows-1250">'+
		       '<link rel="stylesheet" href="/style.css" type="text/css" media="all">'+
		       '</head><body class="body-obrazek"><table width="'+width+'" border="0" cellspacing="0" cellpadding="0" style="height: '+height+'px; background-color: F4F4F4;">'+
		       '<tr><td align="left"><a href="javascript: window.close();" title="Kliknutim zavrete okno"><img src="'+src+'" width="'+w+'" height="'+h+'" alt="Kliknutím zavřete okno" border="0" ></a></td>'+
  		       '</tr><tr><td style="background-color: F4F4F4;; height: 50px; vertical-align: top;"><div style="height: 50px; width: auto; overflow: auto;"><div style="margin: 0px 20px 0px 6px; text-align: justify; width: auto; height: 50px; display: block;"><span style="color: #000; font-weight: bold; font-size: 12px; font-family: arial;"><span class = "big_gallery_title">'+nazev+'</span></span></div></div></td>'+
		       '</tr></table></body></html>');
  image.document.close();

}
