if(typeof TlanticB2C == "undefined") TlanticB2C={};
if(typeof TlanticB2C.UserControls == "undefined") TlanticB2C.UserControls={};
if(typeof TlanticB2C.UserControls.Catalogs == "undefined") TlanticB2C.UserControls.Catalogs={};
if(typeof TlanticB2C.UserControls.Catalogs.ProductsMain == "undefined") TlanticB2C.UserControls.Catalogs.ProductsMain={};
TlanticB2C.UserControls.Catalogs.ProductsMain_class = function() {};
Object.extend(TlanticB2C.UserControls.Catalogs.ProductsMain_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	StoreQuantity: function(listId, productId, quantity) {
		return this.invoke("StoreQuantity", {"listId":listId, "productId":productId, "quantity":quantity}, this.StoreQuantity.getArguments().slice(3));
	},
	isAuthenticated: function() {
		return this.invoke("isAuthenticated", {}, this.isAuthenticated.getArguments().slice(0));
	},
	InsertProductNoteUser: function(SKU, Note) {
		return this.invoke("InsertProductNoteUser", {"SKU":SKU, "Note":Note}, this.InsertProductNoteUser.getArguments().slice(2));
	},
	DeleteProductNoteUser: function(SKU) {
		return this.invoke("DeleteProductNoteUser", {"SKU":SKU}, this.DeleteProductNoteUser.getArguments().slice(1));
	},
	url: '/ajaxpro/TlanticB2C.UserControls.Catalogs.ProductsMain,TlanticB2C.ashx'
}));
TlanticB2C.UserControls.Catalogs.ProductsMain = new TlanticB2C.UserControls.Catalogs.ProductsMain_class();


