var fDesc=new Array(); fDesc[0] = "This diagnostics software allows you to perform various diagnostics of the supported modules.

Diagnostics is performed via k-line (VagCom) or ELM 327 interface connection to the vehicle's OBD connector (which is located near steering wheel) or to a manufacturer-specific connector (for older, pre-2000 cars).

You need to have a k-line (VagCom), ELM 327 v1.3 (or later) or OBDKey v1.40 interface cable in order to use this program.

Bluetooth interfaces are NOT RECOMMENDED!

Requirements:

- Any hardware that runs Windows XP, Windows Vista, Windows 7
- Microsoft .NET Framework Version 2.0 SP1. Free, available from www.microsoft.com.
- K-line connection cable connected to USB/PCMCIA/OnBoard serial port, ELM 327 v1.3 or OBDKey 1.40 interface
- 1.5GHz CPU and better required"; 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 = ''; } }