function chkEintrag(){if(document.mytext.Text.value==""||document.mytext.Text.value=="Schreibe hier deinen Eintrag!"){alert("Vor dem Senden sollte auch ein entsprechender Beitrag geschrieben werden!");document.mytext.Text.focus();return false}}function sicher(){if(!confirm("Wirklich ALLE löschen?!")){return false}}function priv(){if(document.mytext.privat.checked){document.mytext.privat.checked=false}else{document.mytext.privat.checked=true}}function priv2(){if(document.gb.privat.checked){document.gb.privat.checked=false}else{document.gb.privat.checked=true}}function gb_options(){if(document.gb.option.value=="del_all"){if(!confirm("Wirklich alle Einträge im Gästebuch löschen??")){return 0}}if(document.gb.option.value=="del_sel"){if(!confirm("Wirklich alle markierten Einträge löschen??")){return 0}}if(document.gb.option.value=="prv_all"){if(!confirm("Wirklich alle Einträge im Gästebuch privat machen?")){return 0}}if(document.gb.option.value=="prv_sel"){if(!confirm("Wirklich alle markierten Einträge privat machen?")){return 0}}document.gb.submit()}function sendfastgb(){document.fastgb.p.value=document.gb.p.value;document.fastgb.Text.value=document.gb.Text.value;document.fastgb.topic.value=document.gb.topic.value;document.fastgb.privat.value=document.gb.privat.checked?1:0;document.fastgb.submit()}
