var fDesc=new Array(); fDesc[0] = "Emerald K3 is a software tool developed in order to help you control your Engine Control UnitThe (ECU). Emerald K3 Windows mapping software is written in 32-bit code, which means it needs to be operated through MS Windows 95 or later. As the Emerald K3 software starts, you will be asked which serial communications port you are going to use to connect to the ECU. A drop down list of available com ports are displayed in the ‘Select Port’ window. From the drop down list select the serial port you are going to use to connect to the ECU. Click the ‘ok’ button when you are happy with your selection."; 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 = ''; } }