if(typeof JuLang == "undefined") JuLang={};
if(typeof JuLang.sc == "undefined") JuLang.sc={};
JuLang.sc.Investigate_class = function() {};
Object.extend(JuLang.sc.Investigate_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAttr: function(key) {
		return this.invoke("GetAttr", {"key":key}, this.GetAttr.getArguments().slice(1));
	},
	ToMail: function(body) {
		return this.invoke("ToMail", {"body":body}, this.ToMail.getArguments().slice(1));
	},
	url: '/ajaxpro/JuLang.sc.Investigate,JuLang.ashx'
}));
JuLang.sc.Investigate = new JuLang.sc.Investigate_class();

