<!--
function echk() {
txt=document.mai.ma.value;
if (txt.indexOf("@")<3){
alert("Wpisany adres jest niepoprawny!");
return false;
}
if ((txt.indexOf(".com")<5)&&(txt.indexOf(".org")<5)
&&(txt.indexOf(".info")<5)&&(txt.indexOf(".edu")<5)
&&(txt.indexOf(".fm")<5)&&(txt.indexOf(".net")<5)
&&(txt.indexOf(".eu")<5)&&(txt.indexOf(".cc")<5)
&&(txt.indexOf(".pl")<5)&&(txt.indexOf(".pl")<5)){
alert("Wpisany adres jest niepoprawny!");
return false;
}
}

function fchk() {
txt3=document.mf.dlaczego.value;
if (txt3.length<5){
alert("Wpisany tekst jest niepoprawny!");
return false;
}
}
//-->