if(typeof StoreFront == "undefined") StoreFront={};
if(typeof StoreFront.StoreFront == "undefined") StoreFront.StoreFront={};
if(typeof StoreFront.StoreFront.CustTrack == "undefined") StoreFront.StoreFront.CustTrack={};
StoreFront.StoreFront.CustTrack_class = function() {};
Object.extend(StoreFront.StoreFront.CustTrack_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RequestOrderStatus: function(erpOrderId) {
		return this.invoke("RequestOrderStatus", {"erpOrderId":erpOrderId}, this.RequestOrderStatus.getArguments().slice(1));
	},
	OnButtonCustomerOnline: function(erpOrderId, language) {
		return this.invoke("OnButtonCustomerOnline", {"erpOrderId":erpOrderId, "language":language}, this.OnButtonCustomerOnline.getArguments().slice(2));
	},
	url: '/ajaxpro/StoreFront.StoreFront.CustTrack,StoreFront.ashx'
}));
StoreFront.StoreFront.CustTrack = new StoreFront.StoreFront.CustTrack_class();

