if(typeof products == "undefined") products={};
products_class = function() {};
Object.extend(products_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getProductSort: function(parentSortID) {
		return this.invoke("getProductSort", {"parentSortID":parentSortID}, this.getProductSort.getArguments().slice(1));
	},
	getPagination: function(pageno, cls, cls2) {
		return this.invoke("getPagination", {"pageno":pageno, "cls":cls, "cls2":cls2}, this.getPagination.getArguments().slice(3));
	},
	url: '/ajaxpro/products,App_Web_-lpumoq8.ashx'
}));
products = new products_class();

