if(typeof BayUnion == "undefined") BayUnion={};
if(typeof BayUnion.ContactPage == "undefined") BayUnion.ContactPage={};
BayUnion.ContactPage_class = function() {};
Object.extend(BayUnion.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/BayUnion.ContactPage,BayUnion.ashx'
}));
BayUnion.ContactPage = new BayUnion.ContactPage_class();

