function Checker(){
df=document.forms[0];
if (df._text.value.length > 500) {alert("Слишком длинный текст(не более 500 символов)!");
return false;}
if ((df._name.value=="") || (df.email.value=="") || (df.email.value.indexOf("@",0)<1) ||
(df.city.value=="") || (df.tema.value=="")) {
alert("Не все пол\я заполнены!");
return false;}
return true;
}
function insadd(ins) {
document.forum._text.value=document.forum._text.value+ins;
}
function sendm (em, mtitle) {
if ((em.indexOf("#")>-1) && (em.indexOf("*")>-1)) {em=em.replace("#","@"); em=em.replace(/\*/g,".");
sub = "?subject=Re:"+mtitle;
window.location = "mailto:" + em+sub;}
}

function Checkf(){
df=document.fndf;
if (df.str.value=="") {
alert("Ничего не введено!");
return false;}
}

function gotommoto(){
top.location.href="http://mmoto.org/bb/";
}

