<!--//
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+80)+'');

   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>Central Group - "+popis+"</TITLE></HEAD>");
   msg.document.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"cg10-menu.css\">");

   msg.document.write("<BODY bgcolor=\"#FFFFFF\"><div style=\"text-align:CENTER\"><B><br>"+popis+"</B><br><br>");

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

}

function FotoOknoByty(popis,soubor,sirka,vyska) 
{

   msg=window.open('','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,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>Central Group - "+popis+"</TITLE></HEAD>");

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

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

}
//-->