if(typeof Header == "undefined") Header={};
Header_class = function() {};
Object.extend(Header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LogonOut: function() {
		return this.invoke("LogonOut", {}, this.LogonOut.getArguments().slice(0));
	},
	Logon: function(name, pwd) {
		return this.invoke("Logon", {"name":name, "pwd":pwd}, this.Logon.getArguments().slice(2));
	},
	GetUserInfo: function() {
		return this.invoke("GetUserInfo", {}, this.GetUserInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/Header,App_Web_header.ascx.cdcab7d2.ashx'
}));
Header = new Header_class();

