function InfoMsg2() {
msg=window.open("","msg","height=250,width=150,left=120,top=120");
msg.document.write("<html><title>Informace</title>");
msg.document.write("<body bgcolor='white' onblur=window.close()>");
msg.document.write("<center>Odesilani pres smtp server docasne zablokovane!</center>");
msg.document.write("</body></html>");
}
