if(typeof ucSltCar3 == "undefined") ucSltCar3={};
ucSltCar3_class = function() {};
Object.extend(ucSltCar3_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	loadBrand: function(strCountry) {
		return this.invoke("loadBrand", {"strCountry":strCountry}, this.loadBrand.getArguments().slice(1));
	},
	loadType: function(strBrand) {
		return this.invoke("loadType", {"strBrand":strBrand}, this.loadType.getArguments().slice(1));
	},
	url: '/ajaxpro/ucSltCar3,02Car.ashx'
}));
ucSltCar3 = new ucSltCar3_class();

