if(typeof ctgpc == "undefined") ctgpc={};
if(typeof ctgpc.zz == "undefined") ctgpc.zz={};
ctgpc.zz.index_class = function() {};
Object.extend(ctgpc.zz.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPaperCataDs: function(cataName) {
		return this.invoke("getPaperCataDs", {"cataName":cataName}, this.getPaperCataDs.getArguments().slice(1));
	},
	url: '/ajaxpro/ctgpc.zz.index,ctgpc.ashx'
}));
ctgpc.zz.index = new ctgpc.zz.index_class();

