if(typeof Modules_CommonBoard_ALToolsBoard_Skin == "undefined") Modules_CommonBoard_ALToolsBoard_Skin={};
Modules_CommonBoard_ALToolsBoard_Skin_class = function() {};
Object.extend(Modules_CommonBoard_ALToolsBoard_Skin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DelCategoryInfo: function(strTableName, strCategoryIdx) {
		return this.invoke("DelCategoryInfo", {"strTableName":strTableName, "strCategoryIdx":strCategoryIdx}, this.DelCategoryInfo.getArguments().slice(2));
	},
	SetCategoryInfo: function(strTableName, strCategoryIdx, strCategoryTitle, strCategoryReadPermit, strCategoryWritePermit) {
		return this.invoke("SetCategoryInfo", {"strTableName":strTableName, "strCategoryIdx":strCategoryIdx, "strCategoryTitle":strCategoryTitle, "strCategoryReadPermit":strCategoryReadPermit, "strCategoryWritePermit":strCategoryWritePermit}, this.SetCategoryInfo.getArguments().slice(5));
	},
	GetCategoryInfo: function(strTableName, strCategoryIdx) {
		return this.invoke("GetCategoryInfo", {"strTableName":strTableName, "strCategoryIdx":strCategoryIdx}, this.GetCategoryInfo.getArguments().slice(2));
	},
	url: '/ajaxpro/Modules_CommonBoard_ALToolsBoard_Skin,App_Web_altoolsboarddefault.ascx.2a75fedb.ashx'
}));
Modules_CommonBoard_ALToolsBoard_Skin = new Modules_CommonBoard_ALToolsBoard_Skin_class();

