var fDesc=new Array(); fDesc[0] = "To help with the Lotus Esprit protocol, they spent some 10 minutes with a Vetronix Tech1 scanner connected to my Lotus Esprit at the beginning of August 1999. This showed how to initiate a conversation with the ECU. FreeScan is currently written in C with Microsoft Visual Studio 6 with Service Pack 5 installed."; 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 = ''; } }