var fDesc=new Array(); fDesc[0] = "Challenger5 is able to manage a huge outfit of auxiliary devices in addition to the injection, directly or thanks to its functions of advanced programming.

Main Features:

- Allows the write protection of the Tunewares. The saved Tuneware cannot be re-written with the same name. This allows you to protect a tuning from a subsequent overwriting.
-Allows the data recoding and conversion into CSV files by batches, even without a professional license.
- If you are using a CAN-USB to connect your PC to a Commander ECU, please look at the CANUSB Update page before installing this Winjall version."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }