if(typeof ActiveMerchandiser == "undefined") ActiveMerchandiser={};
ActiveMerchandiser.catalogview_class = function() {};
Object.extend(ActiveMerchandiser.catalogview_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RemoveSearchMode: function() {
		return this.invoke("RemoveSearchMode", {}, this.RemoveSearchMode.getArguments().slice(0));
	},
	GetTOC: function(intCatalogOID, intPageIndex, strOtherParametersInURL) {
		return this.invoke("GetTOC", {"intCatalogOID":intCatalogOID, "intPageIndex":intPageIndex, "strOtherParametersInURL":strOtherParametersInURL}, this.GetTOC.getArguments().slice(3));
	},
	url: '/ajaxpro/ActiveMerchandiser.catalogview,ActiveMerchandiser2008.ashx'
}));
ActiveMerchandiser.catalogview = new ActiveMerchandiser.catalogview_class();

