if(typeof buscatube == "undefined") buscatube={};
buscatube.bxcategorias_class = function() {};
Object.extend(buscatube.bxcategorias_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	reportesupercategoria: function() {
		return this.invoke("reportesupercategoria", {}, this.reportesupercategoria.getArguments().slice(0));
	},
	reportecategoria: function(Id) {
		return this.invoke("reportecategoria", {"Id":Id}, this.reportecategoria.getArguments().slice(1));
	},
	reportesubcategoria: function(Id) {
		return this.invoke("reportesubcategoria", {"Id":Id}, this.reportesubcategoria.getArguments().slice(1));
	},
	url: '/ajaxpro/buscatube.bxcategorias,buscatube.ashx'
}));
buscatube.bxcategorias = new buscatube.bxcategorias_class();

