AjaxProductClientScript_class = function() {};
Object.extend(AjaxProductClientScript_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxTabList: function(Id, moduleId, portalId) {
		return this.invoke("AjaxTabList", {"Id":Id, "moduleId":moduleId, "portalId":portalId}, this.AjaxTabList.getArguments().slice(3));
	},
	url: '/ajaxpro/Ecommerce.Product.ProductAjaxList,PapaCMPS.Ecommerce.ashx'
}));
AjaxProductClientScript = new AjaxProductClientScript_class();

