if(typeof SysCategory == "undefined") SysCategory={};
SysCategory_class = function() {};
Object.extend(SysCategory_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFloor: function() {
		return this.invoke("GetFloor", {}, this.GetFloor.getArguments().slice(0));
	},
	GetParentFCateList: function(floor) {
		return this.invoke("GetParentFCateList", {"floor":floor}, this.GetParentFCateList.getArguments().slice(1));
	},
	GetFCateList: function(floor, parent) {
		return this.invoke("GetFCateList", {"floor":floor, "parent":parent}, this.GetFCateList.getArguments().slice(2));
	},
	url: '/ajaxpro/SysCategory,App_Code.ashx'
}));
SysCategory = new SysCategory_class();

