basket_class = function() {};
Object.extend(basket_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetOrderExtraOption: function(OptionValue, Checked) {
		return this.invoke("SetOrderExtraOption", {"OptionValue":OptionValue, "Checked":Checked}, this.SetOrderExtraOption.getArguments().slice(2));
	},
	getGrandTotal: function() {
		return this.invoke("getGrandTotal", {}, this.getGrandTotal.getArguments().slice(0));
	},
	url: '/ajaxpro/Basket,App_Web_rwgcx6-d.ashx'
}));
basket = new basket_class();

