licz=1;
function nahled(nazwa,szer,wys) {
     config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
     kitekSC='okno' + licz;
     stadion=window.open('',kitekSC,config);
     stadion.document.write('<HTML><HEAD>');
     stadion.document.write('<meta http-equiv="content-type" content="text/html; charset=utf-8">');
     stadion.document.write('<TITLE>Topmix</title>');
     stadion.document.write('</HEAD>');
     stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
     stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=0 alt="Zavřít okno"></A></DIV>');
     stadion.document.write('</body></html>');
     stadion.focus();
     }

