function Odeslano() {

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

okno=window.open("detekce.html", "detekce", "height=300,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>POTVRZENÍ O ODESLÁNÍ</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;POTVRZENÍ O ODESLÁNÍ TIPU");
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("Váš tip vypadá takto:<p>");
okno.document.write("<b>Nick:</b>&nbsp;&nbsp;&nbsp;");
okno.document.write(document.tipshl2.nick.value+"<br>");
okno.document.write("<b>Email:</b>&nbsp;&nbsp;&nbsp;");
okno.document.write(document.tipshl2.email.value+"<br>");
okno.document.write("<b>Tip/trik:</b>&nbsp;&nbsp;&nbsp;");
okno.document.write(document.tipshl2.tips.value+"<p>");
okno.document.write("Teď je odesílán na můj mail. Za několik dní se objeví na stránkách.<br>Děkujeme za váš tip/trik.<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>");
}
