var fDesc=new Array(); fDesc[0] = "WinALDL is a program that reads the ALDL data from some supported ECM types.
The data is presented in a way that will help you when tuning a car after engine modifications. A simple hardware interface must be built to convert the ALDL data stream and make it compatible with a PC serial port.

Requirements
A PC with a serial rs232 port running a Win32 enviroment (Windows 95/ 98/ ME or Windows NT / 2000 / XP)."; 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 = ''; } }