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