if(typeof AjaxHelper == "undefined") AjaxHelper={};
AjaxHelper_class = function() {};
Object.extend(AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNumberOfProductsFound: function(sComposition, sDesign, sColour, sWeight, sContextCultureName) {
		return this.invoke("GetNumberOfProductsFound", {"sComposition":sComposition, "sDesign":sDesign, "sColour":sColour, "sWeight":sWeight, "sContextCultureName":sContextCultureName}, this.GetNumberOfProductsFound.getArguments().slice(5));
	},
	GetInformation: function(sComposition, sDesign, sColour, sWeight, sContextCultureName) {
		return this.invoke("GetInformation", {"sComposition":sComposition, "sDesign":sDesign, "sColour":sColour, "sWeight":sWeight, "sContextCultureName":sContextCultureName}, this.GetInformation.getArguments().slice(5));
	},
	url: '/ajaxpro/Fuse8.Websites.JohnFoster.Web.Modules.fine_cloths.AjaxHelper,Fuse8.Websites.JohnFoster.Web.ashx'
}));
AjaxHelper = new AjaxHelper_class();

