function Validate_info_home() { errfound = false; if (!ValidateEmail(document.getElementById("info_home_email").value)) FormError(document.getElementById("info_home_email"),"Fill in: E-mail"); return !errfound; }