if(typeof Letangs == "undefined") Letangs={};
if(typeof Letangs.Requester == "undefined") Letangs.Requester={};
Letangs.Requester_class = function() {};
Object.extend(Letangs.Requester_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(FullName, Company, CustomerNo, TelNo, Cell, Fax, Email, comment) {
		return this.invoke("SendMail", {"FullName":FullName, "Company":Company, "CustomerNo":CustomerNo, "TelNo":TelNo, "Cell":Cell, "Fax":Fax, "Email":Email, "comment":comment}, this.SendMail.getArguments().slice(8));
	},
	url: '/vbwrapper/Letangs.Requester,LeTangs.ashx'
}));
Letangs.Requester = new Letangs.Requester_class();

