var fDesc=new Array(); fDesc[0] = "TouchScan is an easy-to-use, touchscreen-friendly software package for monitoring vehicle data and diagnosing problems in modern vehicles. TouchScan works great with laptops, desktop PC's, touchscreens and car PC's.

TouchScan is designed to be simple to use, and with it's intuitive interface you will be up and running in a matter of seconds. Each TouchScan feature is integrated such that all you need to do is click on the page and TouchScan automatically reads the data from your vehicle.

Competitor products only allow you to use one feature at a time requiring you to "start" and "stop" each feature when you navigate to a new page.

Main features:

- Fuel economy MPG, l/100km or km/l calculation
- Real-time dashboard display including multiple trip meters
- Customizable dashboards with fast dashboard switching
- Real-time plotting of all PID values
- Record and playback monitored data
- Log data to csv format
- Read and clear diagnostic trouble codes
- Display battery voltage
- Read freeze frame data
- Day-time and night-time display
- Create custom day-time and night-time skins
- English and Metric units
- Statistical calculations including min, max, and mean values
- Over 90 supported PIDs
- Full control over polling rates and priorities
- OBD console for sending commands directly to the vehicle
- Displays vehicle information including VIN number and calibration ID
- Emissions readiness for each US state
- Oxygen Sensor Results (Mode $05)
- On-board Monitoring Tests (Mode $06)
- In-performance Tracking Counters (Mode $09)
- Free updates"; 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 = ''; } }