addNamespace("uc_CompareProduct");
uc_CompareProduct_class = function() {};
Object.extend(uc_CompareProduct_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	calculationData: function(ItemID, CategoryID, Featured, SessionLCID, sitePath, ClientIPAddress) {
		return this.invoke("calculationData", {"ItemID":ItemID, "CategoryID":CategoryID, "Featured":Featured, "SessionLCID":SessionLCID, "sitePath":sitePath, "ClientIPAddress":ClientIPAddress}, this.calculationData.getArguments().slice(6));
	},
	RemoveItemfromSession: function(ItemsID) {
		return this.invoke("RemoveItemfromSession", {"ItemsID":ItemsID}, this.RemoveItemfromSession.getArguments().slice(1));
	},
	GetFormatItemDataForPopUp: function() {
		return this.invoke("GetFormatItemDataForPopUp", {}, this.GetFormatItemDataForPopUp.getArguments().slice(0));
	},
	SetItemDataForPopUp: function(ItemsIDs, FeaturedIds, CategoryID, compareValue) {
		return this.invoke("SetItemDataForPopUp", {"ItemsIDs":ItemsIDs, "FeaturedIds":FeaturedIds, "CategoryID":CategoryID, "compareValue":compareValue}, this.SetItemDataForPopUp.getArguments().slice(4));
	},
	GetItemInformationForPopUp: function(ItemID) {
		return this.invoke("GetItemInformationForPopUp", {"ItemID":ItemID}, this.GetItemInformationForPopUp.getArguments().slice(1));
	},
	removeSession: function(ItemsID) {
		return this.invoke("removeSession", {"ItemsID":ItemsID}, this.removeSession.getArguments().slice(1));
	},
	url: '/ajaxpro/uc_CompareProduct,App_Web_ebe4tfp1.ashx'
}));
uc_CompareProduct = new uc_CompareProduct_class();


