var MakeModelExtender={FillModel:function(b,e,c){var d=this.GetModels(b);e.options.length=0;this.AddOption(e,null,b,c);for(var a=0;a<d.length;a++){this.AddOption(e,d[a],b,c)}this.CurrentMakeID=b},GetModels:function(b){if(typeof(__makeModelJSON)!="undefined"){for(var a=0;a<__makeModelJSON.M.length;a++){if(__makeModelJSON.M[a].M==b){return __makeModelJSON.M[a].O}}}return[]},AddOption:function(e,d,a,b){var c=document.createElement("option");if(d!=null){c.text=d.N;c.value=d.D;c.setAttribute("title",d.N)}else{c.text=(a=="0")?__makeModelJSON.T:__makeModelJSON.A;c.value="0";c.setAttribute("title",c.text)}if(b!="0"&&c.value==b){c.selected=true}e.options.add(c)},CurrentMakeID:0};