if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.DL == "undefined") Webscene.UI.DL={};
Webscene.UI.DL_class = function() {};
Object.extend(Webscene.UI.DL_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Send: function(contentId, toEmailAddresses, nodeId, toAliasses, fromEmailAddress, fromAlias, message) {
		return this.invoke("Send", {"contentId":contentId, "toEmailAddresses":toEmailAddresses, "nodeId":nodeId, "toAliasses":toAliasses, "fromEmailAddress":fromEmailAddress, "fromAlias":fromAlias, "message":message}, this.Send.getArguments().slice(7));
	},
	url: '/ajaxpro/Webscene.UI.DL,Webscene.UI.ashx'
}));
Webscene.UI.DL = new Webscene.UI.DL_class();

