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