if(typeof Pyco == "undefined") Pyco={};
if(typeof Pyco.Mitsubishi4WD == "undefined") Pyco.Mitsubishi4WD={};
if(typeof Pyco.Mitsubishi4WD.UI == "undefined") Pyco.Mitsubishi4WD.UI={};
if(typeof Pyco.Mitsubishi4WD.UI.Users_Register_class == "undefined") Pyco.Mitsubishi4WD.UI.Users_Register_class={};
Pyco.Mitsubishi4WD.UI.Users_Register_class = function() {};
Object.extend(Pyco.Mitsubishi4WD.UI.Users_Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCarModelByCarID: function(carMakeID) {
		return this.invoke("GetCarModelByCarID", {"carMakeID":carMakeID}, this.GetCarModelByCarID.getArguments().slice(1));
	},
	url: '/ajaxpro/Pyco.Mitsubishi4WD.UI.Users_Register,Pyco.Mitsubishi4WD.Web.ashx'
}));
Pyco.Mitsubishi4WD.UI.Users_Register = new Pyco.Mitsubishi4WD.UI.Users_Register_class();


