var fDesc=new Array(); fDesc[0] = "MTX DTC Remover allows you to turn off the MIL light on your dash; this is done by disabling the relative OBD P-Code from internal ECU logic. This application is compatible with a variety of ECU models including that of Bosch, Marelli, Continental, and Siemens.

DTC Remover is quite easy to use. Simple select the ECU model from the list, 2. load the file that was read by OBD, insert the OBD P-Code or manufacturer specific fault code that your diagnostic tool is showing, and press DTC OFF. MTX USB dongle must stay connected to the computer during application use."; 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 = ''; } }