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

