if(typeof CSWeb == "undefined") CSWeb={};
if(typeof CSWeb.reg == "undefined") CSWeb.reg={};
if(typeof CSWeb.reg.login_class == "undefined") CSWeb.reg.login_class={};
CSWeb.reg.login_class = function() {};
Object.extend(CSWeb.reg.login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserOut: function() {
		return this.invoke("UserOut", {}, this.UserOut.getArguments().slice(0));
	},
	UserLogin: function(UName, UPwd) {
		return this.invoke("UserLogin", {"UName":UName, "UPwd":UPwd}, this.UserLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/CSWeb.reg.login,CSWeb.ashx'
}));
CSWeb.reg.login = new CSWeb.reg.login_class();

