if(typeof WebChatApp == "undefined") WebChatApp={};
WebChatApp_class = function() {};
Object.extend(WebChatApp_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckRequestStaus: function(ReceiverId) {
		return this.invoke("CheckRequestStaus", {"ReceiverId":ReceiverId}, this.CheckRequestStaus.getArguments().slice(1));
	},
	getConferenceRequest: function(memberId) {
		return this.invoke("getConferenceRequest", {"memberId":memberId}, this.getConferenceRequest.getArguments().slice(1));
	},
	processRequest: function(memberId, senderId, flag) {
		return this.invoke("processRequest", {"memberId":memberId, "senderId":senderId, "flag":flag}, this.processRequest.getArguments().slice(3));
	},
	processConferenceRequest: function(memberId, expertId, ConferenceId, flag) {
		return this.invoke("processConferenceRequest", {"memberId":memberId, "expertId":expertId, "ConferenceId":ConferenceId, "flag":flag}, this.processConferenceRequest.getArguments().slice(4));
	},
	AddToFriendsList: function(expertIdEncrypted, clientIdEncrypted) {
		return this.invoke("AddToFriendsList", {"expertIdEncrypted":expertIdEncrypted, "clientIdEncrypted":clientIdEncrypted}, this.AddToFriendsList.getArguments().slice(2));
	},
	url: '/ajaxpro/ASP.controls_expertprofilecard_ascx,App_Web_gxojuyhb.ashx'
}));
WebChatApp = new WebChatApp_class();

