<!--
function uklid_si() { if (window.okno) okno.close(); }

function wokno(imgsrc,imgwidth,imgheight,text) {

var textdelka = text.length;
var textradek = 20;
if ((textdelka > 50 && imgwidth < 319) || (textdelka > 65 && imgwidth < 349) || (textdelka > 75 && imgwidth < 470) || (textdelka > 92 && imgwidth < 600)|| (textdelka > 90 && imgwidth < 640)) textradek = 30;

var winwidth = imgwidth + 20;
var winheight = imgheight + 20 + textradek;

if (text=="") winheight = winheight - textradek;
 
if (window.okno) okno.close(); 

okno = window.open("","nove_okno", "width="+winwidth+",height="+winheight+",toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,copyhistory=0,left=0,top=12");

okno.document.open();
	okno.document.writeln ("<html><head><title>Klub deskových her - deskové hry ve filmu</title></head>");
	okno.document.writeln ("<body scroll=none bgcolor=#000000 text=#FFFFFF topmargin=10 leftmargin=0 bottommargin=0 marginwidth=0 marginheight=10>");
	okno.document.writeln ("<center><table border=0 cellpadding=0 cellspacing=0 width="+winwidth+">");
	okno.document.writeln ("<tr><td valign=top align=center height="+imgheight+" width="+winwidth+"><center><img src="+imgsrc+" width="+imgwidth+" height="+imgheight+"></center></td></tr>");
	okno.document.writeln ("<tr><td valign=bottom align=center height="+textradek+"><center><font face='arial ce, arial' size=2 style='position:relative; top:4px;'><B>"+text+"</B></font></center></td></tr></table>");
	okno.document.writeln ("</center></body></html>");
okno.document.close();
okno.focus();
}
//-->
