var BodySizeComponent;
BodySelectionComponent=mrm.$.inherit(AbstractComponent,{PROVIDER_URL:"bodySelection",INSERT_CACHE:true,init:function(){this._requestProvider(false,true,null);
},_updateJSON:function(A){this._updateSelectionJSON(A);
}});

var BodySizeComponent;
BodySizeComponent=mrm.$.inherit(AbstractComponent,{PROVIDER_URL:"allDimensionSelection",INSERT_CACHE:true,SORT_ASC:"asc",SORT_DESC:"desc",SORT_DEFAULT:"asc",SORT_TABLE_CLASS:"mds-vc-sort-table",SORT_LINK_CLASS:"mds-vc-sort-lnk",SORT_ATTR_NAME:"abbr",BODYSTYLE_ID_PREFIX:"mds-vc-bodystyle-",BODYSTYLE_CNT_CLASS:"mds-vc-bodystyle-cnt",_tableSort:{"row":null,"order":null},init:function(){this._requestProvider(false,true,null);
},insert:function(A){this.__base(A=false);
},sortTable:function(D){var H=mrm.$(this._getEventTarget(D));
var E=H.parents("."+this.BODYSTYLE_CNT_CLASS+":eq(0)");
var C=mrm.$("."+this.SORT_TABLE_CLASS,E);
var G=null;
var B=this;
mrm.$.each(mrm.$("."+B.SORT_LINK_CLASS,C),function(I){if(!mrm.$(this).not(H).length){G=I;
return false;
}});
var A=this.SORT_DEFAULT;
if(this._tableSort.order!=null&&G==this._tableSort.row&&G!=null){if(this._tableSort.order==this.SORT_DESC){A=this.SORT_ASC;
}if(this._tableSort.order==this.SORT_ASC){A=this.SORT_DESC;
}}var F=false;
F=this._sortTables(G,A);
if(F==true){this._tableSort.order=A;
this._tableSort.row=G;
}},onOptionChange:function(A){this.__base(A);
this.information(A);
},_updateJSON:function(A){this._updateSelectionJSON(A);
this._afterUpdate(A,false);
},_afterUpdate:function(D,B){this.__base(D,B);
if(B==true){this._initTableSort();
}else{if(this._dataObject.payload){var A=this;
var C=null;
var E=null;
mrm.$.each(this._dataObject.payload.featureSelectionSet.featureSelection,function(){if(this["selection-state"]==A.SELECTED_STATE||this["selection-state"]==A.DEFAULT_STATE){C=this["selection-control-id"];
if(this.subFeatureSelection!=null&&this.subFeatureSelection!=undefined){mrm.$.each(this.subFeatureSelection,function(){if(this["selection-state"]==A.SELECTED_STATE||this["selection-state"]==A.DEFAULT_STATE){E=this["selection-control-id"];
return false;
}});
}return false;
}});
this._applySelection(E);
this._initBodystyle(C,E);
}}},_applySelection:function(B){if(B!=null&&B!=undefined&&B!=""){var A=mrm.$("#"+B);
if(A.length==1){A.attr("checked",true);
this.onOptionChange(A);
}}},_initBodystyle:function(A,B){if(A!=null&&A!=undefined&&A!=""){mrm.$("#"+this.BODYSTYLE_ID_PREFIX+A).removeClass(this.HIDE_CSS_CLASS).siblings("."+this.BODYSTYLE_CNT_CLASS).addClass(this.HIDE_CSS_CLASS);
}if(B!=null&&B!=undefined&&B!=""){mrm.$("#"+this.INFO_CNT_ID_PREFIX+B).removeClass(this.HIDE_CSS_CLASS).siblings("."+this.INFO_CNT_CLASS).addClass(this.HIDE_CSS_CLASS);
}},_addLocalEvents:function(){var B=mrm.$("#"+this._domId);
var A=this;
this.__base();
mrm.$("."+this.SORT_LINK_CLASS,mrm.$("."+this.SORT_TABLE_CLASS,B)).unbind("click").click(function(){return false;
}).click(function(C){A.sortTable(C);
});
},_initTableSort:function(){if(this._tableSort.row!=null&&this._tableSort.row!=undefined&&this._tableSort.row!="undefined"){this._sortTables(this._tableSort.row,this._tableSort.order);
}},_sortTables:function(G,A){if(G!=null&&G!=undefined&&A!=null&&A!=undefined){var B=this;
var F=mrm.$("."+this.SORT_TABLE_CLASS,mrm.$("#"+this._domId));
var E,C,D;
mrm.$.each(F,function(){D=new Array();
mrm.$.each(mrm.$("tbody > tr",this),function(){C=mrm.$(this);
mrm.$.each(mrm.$("td["+B.SORT_ATTR_NAME+"]:eq("+G+")",this),function(){E=new Array();
E["row"]=C;
E["value"]=mrm.$(this).attr(B.SORT_ATTR_NAME);
D.push(E);
});
});
D.sort(B._sortAttr);
if(A==B.SORT_DESC){D.reverse();
}var H=mrm.$("tbody",this);
mrm.$.each(D,function(I){H.append(mrm.$(D[I]["row"]));
});
});
return true;
}else{return false;
}},_sortAttr:function(C,B){var A=0;
C=C["value"];
B=B["value"];
if((typeof (C)=="number")&&(typeof (B)=="number")){A=C-B;
}else{if((typeof (C)=="string")&&(typeof (B)=="string")){if(C<B){A=-1;
}else{if(C>B){A=1;
}else{A=0;
}}}else{if(typeof (C)=="string"){A=1;
}else{A=-1;
}}}return A;
}});

var CompareBodystyleComponent;
CompareBodystyleComponent=mrm.$.inherit(AbstractCompareComponent,{PROVIDER_URL:"bodyCompare"});

var mds_vc_conf={"view":{"compare-bodystyles":{"viewId":"compare-bodystyles","active":false,"orderNo":1,"button":{"domId":null},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":1},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":1},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":false,"onInit":true,"priority":0},"compare-bodystyle":{"cmpId":"compare-bodystyle","domId":"mds-vc-cmp-compare","onViewChange":false,"onInit":false,"priority":0},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"legalpf":{"cmpId":"legalpf","domId":"mds-vc-cmp-legal-pf","onViewChange":false,"onInit":false,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"compare-trims":{"viewId":"compare-trims","active":false,"orderNo":2,"button":{"domId":null},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":1},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":1},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":false,"onInit":true,"priority":0},"compare-trim":{"cmpId":"compare-trim","domId":"mds-vc-cmp-compare","onViewChange":false,"onInit":false,"priority":0},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"legalpf":{"cmpId":"legalpf","domId":"mds-vc-cmp-legal-pf","onViewChange":false,"onInit":false,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"compare-engines":{"viewId":"compare-engines","active":false,"orderNo":3,"button":{"domId":null},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":1},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":1},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":false,"onInit":true,"priority":0},"compare-engine":{"cmpId":"compare-engine","domId":"mds-vc-cmp-compare","onViewChange":false,"onInit":false,"priority":0},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"legalpf":{"cmpId":"legalpf","domId":"mds-vc-cmp-legal-pf","onViewChange":false,"onInit":false,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"bodystyle":{"viewId":"bodystyle","active":false,"orderNo":4,"button":{"domId":"mds-vc-btn-bodystyle"},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":5},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":5},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":true,"onInit":true,"priority":5},"bodyselection":{"cmpId":"bodyselection","domId":"mds-vc-cmp-bodyselection","onViewChange":false,"onInit":true,"priority":5},"bodysize":{"cmpId":"bodysize","domId":"mds-vc-cmp-bodysize","onViewChange":false,"onInit":true,"priority":5},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"trim":{"viewId":"trim","active":false,"orderNo":5,"button":{"domId":"mds-vc-btn-trim"},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":5},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":5},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":true,"onInit":true,"priority":5},"trim":{"cmpId":"trim","domId":"mds-vc-cmp-trim","onViewChange":false,"onInit":true,"priority":5},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"engine":{"viewId":"engine","active":false,"orderNo":6,"button":{"domId":"mds-vc-btn-engine"},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":5},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":5},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":true,"onInit":true,"priority":5},"engine":{"cmpId":"engine","domId":"mds-vc-cmp-engine","onViewChange":false,"onInit":false,"priority":5},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"colour":{"viewId":"colour","active":false,"orderNo":7,"button":{"domId":"mds-vc-btn-colour"},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":5},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":5},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":true,"onInit":true,"priority":5},"colour":{"cmpId":"colour","domId":"mds-vc-cmp-colour","onViewChange":false,"onInit":false,"priority":4},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"options":{"viewId":"options","active":false,"orderNo":8,"button":{"domId":"mds-vc-btn-options"},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":5},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":5},"detailprice":{"cmpId":"detailprice","domId":"mds-vc-cmp-detailprice","onViewChange":false,"onInit":true,"priority":5},"options":{"cmpId":"options","domId":"mds-vc-cmp-options","onViewChange":false,"onInit":false,"priority":6},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}},"summary":{"viewId":"summary","active":false,"orderNo":9,"button":{"domId":"mds-vc-btn-summary"},"component":{"image":{"cmpId":"image","domId":"mds-vc-cmp-img","onViewChange":false,"onInit":true,"priority":0},"totalprice":{"cmpId":"totalprice","domId":"mds-vc-cmp-totalprice","onViewChange":false,"onInit":true,"priority":0},"summary":{"cmpId":"summary","domId":"mds-vc-cmp-sumdetail","onViewChange":false,"onInit":false,"priority":0},"legal":{"cmpId":"legal","domId":"mds-vc-cmp-legal","onViewChange":false,"onInit":true,"priority":0},"managedcontent":{"cmpId":"managedcontent","domId":"mds-vc-cmp-followup","onViewChange":false,"onInit":true,"priority":0},"tracking":{"cmpId":"tracking","domId":"mds-vc-cmp-omniture","onViewChange":true,"onInit":true,"priority":0}}}},"log":{"console":true,"service":true}};

mrm.$(document).ready(function(){mds_vc_ViewController.registerComponent("image",new ImageComponent());
mds_vc_ViewController.registerComponent("bodysize",new BodySizeComponent());
mds_vc_ViewController.registerComponent("bodyselection",new BodySelectionComponent());
mds_vc_ViewController.registerComponent("trim",new TrimsSeriesComponent());
mds_vc_ViewController.registerComponent("options",new OptionsComponent());
mds_vc_ViewController.registerComponent("totalprice",new TotalPriceComponent());
mds_vc_ViewController.registerComponent("detailprice",new DetailPriceComponent());
mds_vc_ViewController.registerComponent("colour",new ColourFabricComponent());
mds_vc_ViewController.registerComponent("engine",new EngineTransmissionComponent());
mds_vc_ViewController.registerComponent("summary",new SummaryComponent());
mds_vc_ViewController.registerComponent("managedcontent",new ManagedContentComponent());
mds_vc_ViewController.registerComponent("legal",new LegalInformationComponent());
mds_vc_ViewController.registerComponent("legalpf",new CompareLegalComponent());
mds_vc_ViewController.registerComponent("compare-trim",new CompareTrimComponent());
mds_vc_ViewController.registerComponent("compare-bodystyle",new CompareBodystyleComponent());
mds_vc_ViewController.registerComponent("compare-engine",new CompareEngineComponent());
mds_vc_ViewController.registerComponent("tracking",new TrackingComponent());
mds_vc_ErrorController.init();
mds_vc_ViewController.init();
});

