<!--//
function FotoOknoSK(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>LOAP SPORT - "+nazev+"</TITLE></HEAD>");
   msg.document.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"../css08-l/styl.css\">");

msg.document.write("<BODY style=\"background: url(\'../obr08-l/podklad-body-okno.gif\') repeat-x ;\"  topmargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" bottommargin=\"0\">");

msg.document.write("<div style=\"float: left;\"><img border=\"0\" src=\"../obr08-l/logo-loap1.gif\" style=\"position: absolute; z-index: 1000; margin:5px 0 0 10px;\"></div><div style=\"color: white; text-align:left; background: url('../obr08-l/okno-podnadpis.gif') no-repeat; font-size:14px; font-weight:bold; padding: 15px 0 15px 350px;\">"+nazev+"</div>");
msg.document.write("<div style=\"text-align: left;\"><img border=\"0\" src=\""+soubor+"\" style=\"margin:0 10px 0 100px;\" ></div>");
msg.document.write("</body><html>");
  

}
//-->