addNamespace("Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules");
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductSearchModule_class = Class.create();
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductSearchModule_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GenerateWarrantyDropDown: function(id, ParentPriceForWarranty, productid, ddlWarrantyClientID) {
		return this.invoke("GenerateWarrantyDropDown", {"id":id, "ParentPriceForWarranty":ParentPriceForWarranty, "productid":productid, "ddlWarrantyClientID":ddlWarrantyClientID}, this.GenerateWarrantyDropDown.getArguments().slice(4));
	},
	initialize: function() {
		this.url = '/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductSearchModule,Ignify.eCommerce.Web.Store.ashx';
	}
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductSearchModule = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductSearchModule_class();


