FindIDorPwd_class = function() {};
Object.extend(FindIDorPwd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getTDPWD: function(_value, _type, code) {
		return this.invoke("getTDPWD", {"_value":_value, "_type":_type, "code":code}, this.getTDPWD.getArguments().slice(3));
	},
	url: '/ajaxpro/FindIDorPwd,App_Web_fuaopve0.ashx'
}));
FindIDorPwd = new FindIDorPwd_class();

