WebControls_ProductsCompare_class = function() {};
Object.extend(WebControls_ProductsCompare_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToCompareList: function(args) {
		return this.invoke("AddToCompareList", {"args":args}, this.AddToCompareList.getArguments().slice(1));
	},
	RemoveFromList: function(args) {
		return this.invoke("RemoveFromList", {"args":args}, this.RemoveFromList.getArguments().slice(1));
	},
	ClearCompareList: function() {
		return this.invoke("ClearCompareList", {}, this.ClearCompareList.getArguments().slice(0));
	},
	GetSelectedItemsCount: function() {
		return this.invoke("GetSelectedItemsCount", {}, this.GetSelectedItemsCount.getArguments().slice(0));
	},
	url: '/ajaxpro/WebControls_ProductsCompare,TriTim.Web.ashx'
}));
WebControls_ProductsCompare = new WebControls_ProductsCompare_class();


