if(typeof MFTGatewayShopSite == "undefined") MFTGatewayShopSite={};
MFTGatewayShopSite.Degreesss_class = function() {};
Object.extend(MFTGatewayShopSite.Degreesss_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddTotalToBasket: function(all) {
		return this.invoke("AddTotalToBasket", {"all":all}, this.AddTotalToBasket.getArguments().slice(1));
	},
	AddToBasket: function(count, bookId) {
		return this.invoke("AddToBasket", {"count":count, "bookId":bookId}, this.AddToBasket.getArguments().slice(2));
	},
	IsValidCount: function(BookID, RequestCount) {
		return this.invoke("IsValidCount", {"BookID":BookID, "RequestCount":RequestCount}, this.IsValidCount.getArguments().slice(2));
	},
	url: '/ajaxpro/MFTGatewayShopSite.Degreesss,MFTGatewayShopSite.ashx'
}));
MFTGatewayShopSite.Degreesss = new MFTGatewayShopSite.Degreesss_class();

