var fDesc=new Array(); fDesc[0] = "VAG-COM is a software package for Windows that emulates the functions of the dealers' very expensive proprietary scan tools.
VAG-COM is the first aftermarket VAG-Tool.
Is fully compatible with all VW, Audi, Seat and Skoda models through 2009, including models using a direct CAN connection for diagnostics.
Has a database of more than 12000 fault-codes and measuring-block texts.
Can use the new 7-Digit PIN/SKC codes to match new keys in all immobilizer equipped VW/Audi/Seat/Skoda models.
Allows you to view, log, and graph 3 groups of Measuring Blocks at on
Can access all control modules which require proprietary VAG modes running the KWP-2000 protocols (2001+ Teves Mk.60 ABS, numerous 2002+ modules), KWP6000 (CAN) and/or KWP7000 (UDS).
Can display critical timing information on TDI engines in graphic form"; 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 = ''; } }