if(typeof Service_Index == "undefined") Service_Index={};
Service_Index_class = function() {};
Object.extend(Service_Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowEuInfo: function() {
		return this.invoke("ShowEuInfo", {}, this.ShowEuInfo.getArguments().slice(0));
	},
	SendMessage: function(msg) {
		return this.invoke("SendMessage", {"msg":msg}, this.SendMessage.getArguments().slice(1));
	},
	ExitQueue: function(queueId) {
		return this.invoke("ExitQueue", {"queueId":queueId}, this.ExitQueue.getArguments().slice(1));
	},
	GetQueueInfo: function(queueId) {
		return this.invoke("GetQueueInfo", {"queueId":queueId}, this.GetQueueInfo.getArguments().slice(1));
	},
	url: '/Web1800/ajaxpro/Service_Index,App_Web_0tcvk7am.ashx'
}));
Service_Index = new Service_Index_class();

