if(typeof Letangs == "undefined") Letangs={};
if(typeof Letangs.ContactPage == "undefined") Letangs.ContactPage={};
Letangs.ContactPage_class = function() {};
Object.extend(Letangs.ContactPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(FullName, Email, TelNo, Country, Subject, comment) {
		return this.invoke("SendMail", {"FullName":FullName, "Email":Email, "TelNo":TelNo, "Country":Country, "Subject":Subject, "comment":comment}, this.SendMail.getArguments().slice(6));
	},
	url: '/vbwrapper/Letangs.ContactPage,LeTangs.ashx'
}));
Letangs.ContactPage = new Letangs.ContactPage_class();

