if(typeof WebControl_showContent_wc_usLogin == "undefined") WebControl_showContent_wc_usLogin={};
WebControl_showContent_wc_usLogin_class = function() {};
Object.extend(WebControl_showContent_wc_usLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	isExistPassport: function(user) {
		return this.invoke("isExistPassport", {"user":user}, this.isExistPassport.getArguments().slice(1));
	},
	chkValidCodeEnter: function(txtValidCode, szid) {
		return this.invoke("chkValidCodeEnter", {"txtValidCode":txtValidCode, "szid":szid}, this.chkValidCodeEnter.getArguments().slice(2));
	},
	ValidatePass: function(user, pass) {
		return this.invoke("ValidatePass", {"user":user, "pass":pass}, this.ValidatePass.getArguments().slice(2));
	},
	url: '/ajaxpro/WebControl_showContent_wc_usLogin,App_Web_pxmdzwvh.ashx'
}));
WebControl_showContent_wc_usLogin = new WebControl_showContent_wc_usLogin_class();


