if(typeof ProductSearch == "undefined") ProductSearch={};
ProductSearch_class = function() {};
Object.extend(ProductSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RequestProductList: function(attributeSet, productsPerPage, firstResultNumber, categoryId, passedFreeform, sortBy, isAscending) {
		return this.invoke("RequestProductList", {"attributeSet":attributeSet, "productsPerPage":productsPerPage, "firstResultNumber":firstResultNumber, "categoryId":categoryId, "passedFreeform":passedFreeform, "sortBy":sortBy, "isAscending":isAscending}, this.RequestProductList.getArguments().slice(7));
	},
	url: '/ajaxpro/ProductSearch,App_Web_tzzyqtki.ashx'
}));
ProductSearch = new ProductSearch_class();

