if(typeof ShowASP_Control_leftusercol == "undefined") ShowASP_Control_leftusercol={};
ShowASP_Control_leftusercol_class = function() {};
Object.extend(ShowASP_Control_leftusercol_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowUserInfo: function(name, id) {
		return this.invoke("ShowUserInfo", {"name":name, "id":id}, this.ShowUserInfo.getArguments().slice(2));
	},
	leftLogin: function(name, pwd) {
		return this.invoke("leftLogin", {"name":name, "pwd":pwd}, this.leftLogin.getArguments().slice(2));
	},
	GetUserIdByName: function(name) {
		return this.invoke("GetUserIdByName", {"name":name}, this.GetUserIdByName.getArguments().slice(1));
	},
	UserExit: function() {
		return this.invoke("UserExit", {}, this.UserExit.getArguments().slice(0));
	},
	url: '/ajaxpro/ShowASP_Control_leftusercol,App_Web_w_qo-bpx.ashx'
}));
ShowASP_Control_leftusercol = new ShowASP_Control_leftusercol_class();


