if(typeof decoration_DecorationHeader == "undefined") decoration_DecorationHeader={};
decoration_DecorationHeader_class = function() {};
Object.extend(decoration_DecorationHeader_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/decoration_DecorationHeader,App_Web_decorationheader.ascx.cb8b6e9f.ashx'
}));
decoration_DecorationHeader = new decoration_DecorationHeader_class();

