
<!--//
function FotoOkno(popis,soubor,sirka,vyska) 
{

   msg=window.open('','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width='+(sirka*1+20)+',height='+(vyska*1+60)+'');

   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 - "+popis+"</TITLE></HEAD>");

   msg.document.write("<BODY bgcolor=\"#FFFFFF\"><CENTER><B>"+popis+"</B><br><br>");

   msg.document.write("<img border=\"0\" src=\""+soubor+"\" align=\"center\" width=\""+sirka+"\" height=\""+vyska+"\" alt=\"foto\"></CENTER></body><html>");

}
//-->
