if(typeof OXX == "undefined") OXX={};
if(typeof OXX.BSC == "undefined") OXX.BSC={};
if(typeof OXX.BSC.Templates == "undefined") OXX.BSC.Templates={};
if(typeof OXX.BSC.Templates.Documents == "undefined") OXX.BSC.Templates.Documents={};
if(typeof OXX.BSC.Templates.Documents.BSCOverview == "undefined") OXX.BSC.Templates.Documents.BSCOverview={};
OXX.BSC.Templates.Documents.BSCOverview.Administration_class = function() {};
Object.extend(OXX.BSC.Templates.Documents.BSCOverview.Administration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetAssessmentDate: function(AreaId, AssessmentDateStr) {
		return this.invoke("SetAssessmentDate", {"AreaId":AreaId, "AssessmentDateStr":AssessmentDateStr}, this.SetAssessmentDate.getArguments().slice(2));
	},
	SendEmailToRecipient: function(AreaId, Subject, Message) {
		return this.invoke("SendEmailToRecipient", {"AreaId":AreaId, "Subject":Subject, "Message":Message}, this.SendEmailToRecipient.getArguments().slice(3));
	},
	url: '/ajaxpro/OXX.BSC.Templates.Documents.BSCOverview.Administration,OXX.BSC.ashx'
}));
OXX.BSC.Templates.Documents.BSCOverview.Administration = new OXX.BSC.Templates.Documents.BSCOverview.Administration_class();

