function IsValidForm(theform) { if(!firstName2(theform))return; if(!lastName(theform))return; if(!valEmail(theform))return; theform.submit(); }
