if(typeof Webcom == "undefined") Webcom={};
if(typeof Webcom.Configurator == "undefined") Webcom.Configurator={};
if(typeof Webcom.Configurator.Util == "undefined") Webcom.Configurator.Util={};
if(typeof Webcom.Configurator.Util.Dojo == "undefined") Webcom.Configurator.Util.Dojo={};
if(typeof Webcom.Configurator.Util.Dojo.AjaxMessenger == "undefined") Webcom.Configurator.Util.Dojo.AjaxMessenger={};
Webcom.Configurator.Util.Dojo.AjaxMessenger_class = function() {};
Object.extend(Webcom.Configurator.Util.Dojo.AjaxMessenger_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMessage: function(requestId, objectId, arrInfo, key) {
		return this.invoke("SendMessage", {"requestId":requestId, "objectId":objectId, "arrInfo":arrInfo, "key":key}, this.SendMessage.getArguments().slice(4));
	},
	RefreshSession: function() {
		return this.invoke("RefreshSession", {}, this.RefreshSession.getArguments().slice(0));
	},
	url: '/ajaxpro/Webcom.Configurator.Util.Dojo.AjaxMessenger,Webcom.Configurator.Util.ashx'
}));
Webcom.Configurator.Util.Dojo.AjaxMessenger = new Webcom.Configurator.Util.Dojo.AjaxMessenger_class();

