// *** javascripts var okno = null; function HideWindow() { if (okno!=null) if (typeof(okno.document) == "object") okno.close(); } function otvor(par1,par2,par3) { okno = window.open(par1,par2,"height=150, width=350"); } onFocus=HideWindow(); function grabObject (id) { //var view = eval(id); var view = document.getElementById(id); return view; } function show_hide(id) { var hdn_div = document.getElementById(id); if (window.opera) hdn_div.style.display = "table-row"; else if (navigator.appName!="Microsoft Internet Explorer") hdn_div.style.display = "table-row"; else hdn_div.style.display = "block"; } function show_hide2() { show_hide("hform"); show_hide_hide("hlink"); } function show_hide_hide(id) { var th=grabObject (id); th.style.display = "none"; } function checknick(xx) { var re = new RegExp("^[ \f\n\r\t]{1,}|[ \f\n\r\t]{1,}$", "g"); newString = xx.replace(re, ""); if (("a"=="ADMIN" || newString.toUpperCase()=="GOJA") && xx!="") show_hide("rheslo"); else show_hide_hide("rheslo"); } function zkontroluj_email(adresa) { re = /^[^.]+(\.[^.]+)*@([^.]+[.])+[a-z]{2,4}$/; return adresa.search(re) == 0; } function FORM_PRISPEVOK_onsubmit() { if (document.FORM_PRISPEVOK.idm.value == "") { document.FORM_PRISPEVOK.idm.focus(); alert("Please enter your name!"); return false; } var em = document.FORM_PRISPEVOK.ide.value; if ((em != "") && (em != "@")) if (!zkontroluj_email(em)) { //document.FORM_PRISPEVOK.ide.value = ""; document.FORM_PRISPEVOK.ide.focus(); alert("Incorrect email address"); return false; } if (document.FORM_PRISPEVOK.idp1.value == "") { document.FORM_PRISPEVOK.idp1.focus(); alert("Please enter a subject!"); return false; } if (document.FORM_PRISPEVOK.idp2.value == "") { document.FORM_PRISPEVOK.idp2.focus(); alert("Please enter a text!"); return false; } return true; } // *** end javascripts document.write('');document.write('');document.write('
Kniha návštev bola dočasne zastavená
Informujte sa u autora tejto stránky.
');document.write('
');