if(typeof InnerPage == "undefined") InnerPage={};
InnerPage_class = function() {};
Object.extend(InnerPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	loadSubCatgories: function(id) {
		return this.invoke("loadSubCatgories", {"id":id}, this.loadSubCatgories.getArguments().slice(1));
	},
	doLogOut: function() {
		return this.invoke("doLogOut", {}, this.doLogOut.getArguments().slice(0));
	},
	url: '/ajaxpro/InnerPage,App_Web_innerpage.master.cdcab7d2.ashx'
}));
InnerPage = new InnerPage_class();

