var fDesc=new Array(); fDesc[0] = "This software is a useful Key programming tool for some european cars. Communicate through OBD connector and makes it possible to read the secret code (PIN) which is needed for the key programming. Some of its basic features are: fast identification of the control unit, reading / erasing of immobilisers trouble codes, reading of the actual transponder state, checking of the remote control signal and much more."; 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 = ''; } }