function resend_auth_mail(fo_obj) {
	var oFilter = new XmlJsFilter(fo_obj, "member", "procMemberResendAuthMail", completeResendAuthMail);
	oFilter.addFieldItem("email_address",true,0,0,"","email_address");
	oFilter.addResponseItem("error");
	oFilter.addResponseItem("message");
	return oFilter.proc();
}
alertMsg["email_address"] = "Email";
target_type_list["email_address"] = "email_address";
alertMsg["isnull"] = "Please input a value for %s";
alertMsg["outofrange"] = "Please align the text length of %s";
alertMsg["equalto"] = "The value of %s is invalid";
alertMsg["invalid_email"] = "The format of %s is invalid. ex) zbxe@zeroboard.com";
alertMsg["invalid_userid"] = "The format of %s is invalid.\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
alertMsg["invalid_user_id"] = "The format of %s is invalid.\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
alertMsg["invalid_homepage"] = "The format of %s is invalid. ex) http://www.zeroboard.com";
alertMsg["invalid_korean"] = "The format of %s is invalid. Please input Korean only";
alertMsg["invalid_korean_number"] = "The format of %s is invalid. Please input Korean or numbers";
alertMsg["invalid_alpha"] = "The format of %s is invalid. Please insert alphabets only";
alertMsg["invalid_alpha_number"] = "The format of %s is invalid. Please insert alphabets or numbers";
alertMsg["invalid_number"] = "The format of %s is invalid. Please insert numbers only";

