function Display(which) {
em=document.getElementById("emai10");
if (which=="mail") em.style.display="none";
if (which=="emai10") em.style.display="block";
else em.style.display="none";}
function checkreq() {
path = document.form;
tmp = (path.xMessage.value == "");
if (path.xMessage.value.indexOf("[url")!= -1) tmp = true;       
path.Submit.disabled = tmp;
}
function latin() {
var Form = document.form;
Form.action = "http://www.reseditor.com/cgi-bin/rtc2back.cgi";
}