function zone_but(cislo) {

iMyWidth = (screen.width/2) - (320 + 10)
iMyHeight = (screen.height/2) - (160 + 25)

okno=window.open("", "button", "height=320,width=640,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");


okno.document.write("<html>");
okno.document.write("<head>");
okno.document.write("<title>hl - ZONE Button "+cislo+"</title>");
okno.document.write("<link rel='stylesheet' type='text/css' href='xfiles/style.css'>");
okno.document.write("</head>");
okno.document.write("<body style='overflow:auto;' topmargin='15' leftmargin='15' rightmargin='10'>");
okno.document.write("<table CLASS='borders' align='center' width='100%' cellspacing='0' cellpadding='5'>");
okno.document.write("<tr><td CLASS='borderhead' align='center' colspan='2'>");
okno.document.write("<img src='../global/img/logos/ventilico.gif' width='16' height='16' align='top'>&nbsp;hl - ZONE Button "+cislo+"");
okno.document.write("</td></tr>");
okno.document.write("<tr><td colspan='2' style='font-size:14;font-family:courier new;font-weight:bold;'>");
okno.document.write("<img src='global/img/hidden.gif' width='0' height='18' align='top'><br>");
okno.document.write("&lt;p&gt;<p>&lt;a href=&quot;http://www.hlzone.czechgamer.com/&quot; target=&quot;_blank&quot;&gt;<p>&lt;img src=&quot;http://www.hlzone.czechgamer.com/global/img/logos/<span style='font-size:14;color:#ffffff;'>button"+cislo+".gif</span>&quot; border=&quot;0&quot; alt=&quot;hlZONE . CzechGamer . com&quot;&gt;&lt;/a&gt;<p>&lt/p&gt;");
okno.document.write("<center><p><a href='http://www.hlzone.czechgamer.com/' target='_blank'><img src='http://www.hlzone.czechgamer.com/global/img/logos/button"+cislo+".gif' border='0' alt='hlZONE . CzechGamer . com'></a></center>");
okno.document.write("<img src='global/img/hidden.gif' width='0' height='18' align='top'>");
okno.document.write("</td></tr>");
okno.document.write("<tr><td CLASS='borderhead' align='center' width='50%'>");
okno.document.write("<a CLASS='mailsv' title='Zavøít okno' href='javascript:self.close()'>OK</a></td>");
okno.document.write("<td CLASS='borderhead' align='center'>");
okno.document.write("<a CLASS='mailsv' title='Zavøít okno' href='javascript:self.close()'>CLOSE</a>");
okno.document.write("</td></tr>");
okno.document.write("</table>");
okno.document.write("</body>");
okno.document.write("</html>");
}