<!--//
function FotoOkno(nazev,soubor,sirka,vyska) 
{

   msg=window.open('','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width='+(sirka*1+16)+',height='+(vyska*1+0)+'');

   msg.document.write(" <html><head>");
   msg.document.write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\">");
   msg.document.write(" <meta http-equiv=\"Content-Language\" content=\"cs\">");   
   msg.document.write(" <TITLE>HAMAX - "+nazev+"</TITLE></HEAD>");
   msg.document.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"../css-l06/styl.css\">");

msg.document.write("<BODY style=\"background: white ;\"  topmargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" bottommargin=\"0\">");

msg.document.write("<div style=\"color: white; text-align:right; background: black; font-size:14px; font-weight:bold; padding: 15 15 15 0;\"><div style=\"float: left;\"><img border=\"0\" src=\"../obr-l06/logo-m.gif\" style=\"position: absolute; z-index: 1000; margin:0 0 0 10;\"></div>"+nazev+"</div>");
msg.document.write("<img border=\"0\" src=\""+soubor+"\" style=\"margin:0 0 0 0;\" >");
msg.document.write("</body><html>");
  

}
//-->
