function checkForm(){
	if(!validate({id:"MailCode",alerts:"Enter a mail code."})) return false;
	return true;
}

