function chyba() {

iMyWidth = (screen.width/2) - (200 + 10)
iMyHeight = (screen.height/2) - (90 + 25)

okno=window.open("", "chyba", "height=180,width=400,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");


okno.document.write("<html>");
okno.document.write("<head>");
okno.document.write("<title>VE VÝSTAVBĚ</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;'>");
okno.document.write("<table CLASS='borders' align='center' width='100%' cellspacing='0' cellpadding='1'>");
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;VE VÝSTAVBĚ");
okno.document.write("</td></tr>");
okno.document.write("<tr><td align='center' colspan='2'>");
okno.document.write("<img src='../global/img/hidden.gif' width='0' height='18' align='top'><br>");
okno.document.write("Stránky, které se pokoušíte otevřít jsou momentálně ve výstavbě. Vyčkejte několik dní a zkuste to znovu.<br>");
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>");
}
