function validate(theform) {
if (theform.domain.value == "") { alert("Nincs domain megadva!"); return false; }
return true;
}