if(typeof Nortech == "undefined") Nortech={};
if(typeof Nortech.SupportCountry == "undefined") Nortech.SupportCountry={};
Nortech.SupportCountry_class = function() {};
Object.extend(Nortech.SupportCountry_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangeDealer: function(Country) {
		return this.invoke("ChangeDealer", {"Country":Country}, this.ChangeDealer.getArguments().slice(1));
	},
	url: '/vbwrapper/Nortech.SupportCountry,Nortech.ashx'
}));
Nortech.SupportCountry = new Nortech.SupportCountry_class();

