if(typeof WebJx0573 == "undefined") WebJx0573={};
if(typeof WebJx0573.Ajax == "undefined") WebJx0573.Ajax={};
if(typeof WebJx0573.Ajax.User == "undefined") WebJx0573.Ajax.User={};
WebJx0573.Ajax.User_class = function() {};
Object.extend(WebJx0573.Ajax.User_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Exists_byUserId: function(user_Id) {
		return this.invoke("Exists_byUserId", {"user_Id":user_Id}, this.Exists_byUserId.getArguments().slice(1));
	},
	Exists_byEmail: function(email) {
		return this.invoke("Exists_byEmail", {"email":email}, this.Exists_byEmail.getArguments().slice(1));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	UserLoginValid: function(strId, passWord, isRemember, logintype) {
		return this.invoke("UserLoginValid", {"strId":strId, "passWord":passWord, "isRemember":isRemember, "logintype":logintype}, this.UserLoginValid.getArguments().slice(4));
	},
	UserRegedit: function(userId, passWord, phone, email) {
		return this.invoke("UserRegedit", {"userId":userId, "passWord":passWord, "phone":phone, "email":email}, this.UserRegedit.getArguments().slice(4));
	},
	url: '/ajaxpro/WebJx0573.Ajax.User,Ajax.ashx'
}));
WebJx0573.Ajax.User = new WebJx0573.Ajax.User_class();

