var fDesc=new Array(); fDesc[0] = "DataPro works with any J2534 or ELM based Scantool And now works with Innovate Motorsports Wide Band O2 and Data Loggers.

Works with any vehicle '96 or newer

Run diagnostic scans for trouble codes
Clear DTC's on your vehicle
Read freeze frame data
O2 sensor test
Log, analyze, and save performance data
View and compare data in interactive, real-time displays
Create easy-to-read interactive analysis graphs and reports at the click of a button
Overlay up to 3 runs of data simultaneously on the same graph for easy comparison
Apply Math Channels"; 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 = ''; } }