addNamespace("Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules");
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.S_Disc_L3_SubCategories_class = Class.create();
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.S_Disc_L3_SubCategories_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getProductsTable: function(CatId, CatName) {
		return this.invoke("getProductsTable", {"CatId":CatId, "CatName":CatName}, this.getProductsTable.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.S_Disc_L3_SubCategories,Ignify.eCommerce.Web.Store.ashx';
	}
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.S_Disc_L3_SubCategories = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.S_Disc_L3_SubCategories_class();


