if(typeof Nortech == "undefined") Nortech={};
if(typeof Nortech.Register == "undefined") Nortech.Register={};
Nortech.Register_class = function() {};
Object.extend(Nortech.Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(FirstName, LastName, Email, TelNo, Country, URL, Postal, Fax, Company, Username) {
		return this.invoke("SendMail", {"FirstName":FirstName, "LastName":LastName, "Email":Email, "TelNo":TelNo, "Country":Country, "URL":URL, "Postal":Postal, "Fax":Fax, "Company":Company, "Username":Username}, this.SendMail.getArguments().slice(10));
	},
	url: '/vbwrapper/Nortech.Register,Nortech.ashx'
}));
Nortech.Register = new Nortech.Register_class();

