if(typeof com == "undefined") com={};
if(typeof com.pctopp == "undefined") com.pctopp={};
com.pctopp.Mail_class = function() {};
Object.extend(com.pctopp.Mail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMailFromTemplate: function(from, subject, template, values) {
		return this.invoke("SendMailFromTemplate", {"from":from, "subject":subject, "template":template, "values":values}, this.SendMailFromTemplate.getArguments().slice(4));
	},
	SendMail: function(from, subject, message) {
		return this.invoke("SendMail", {"from":from, "subject":subject, "message":message}, this.SendMail.getArguments().slice(3));
	},
	url: '/ajaxpro/com.pctopp.Mail,App_Code.arzrholx.ashx'
}));
com.pctopp.Mail = new com.pctopp.Mail_class();

