var fDesc=new Array(); fDesc[0] = "PINReader is the software for reading and calculating the PIN code for different models:
- VW Golf IV VDO 2000-2004 ;
- VW Golf IV Bosch/MotorMeter petrol/diesel 2000-2004 ;
- VW Passat VDO B6 2000-2004;
- VW Passat Bosch/MotorMeter petrol/diesel 2000-2004 ;
- VW Bora - Jetta VDO 2000-2004 ;
- VW Bora - Jetta Bosch/MotorMeter petrol/diesel 2000-2004 ;
- VW Polo VDO 2002-2004 ;
- VW Beetle Magnetti Mareli 2001-2004 ;
- VW BEETLE Magnetti Mareli 1998-2005 ;
- AUDI A3, A4, A6, TT 2000 & TT USA Magnetti Mareli ;
- AUDI A3 VDO 2001-2003 ;
- AUDI A4 VDO 2000-2004 ;
- AUDI A4 Bosch/MotorMeter petrol/diesel 2001-2004 ;
- AUDI A6 VDO 2000-2004 ;
- AUDI A8 VDO 2000-2003 ;
- AUDI A8 External Immo Box (system 1) 1995-1998 ;
- SKODA Fabia VDO 2000-2004 ;
- SKODA Octavia VDO 2000-2004 ;
For customers with COM PINReader cable/Dongle you must manually choose from Options(2) -> COM Number (20), the number of the COM Port where the COM PINReder cable/Dongle is plugged in. After choosing the right number of the Com port press IE(23) and the setting of the COM port is done."; 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 = ''; } }