var fDesc=new Array(); fDesc[0] = "FuelTech Datalogger is a monitoring tool compatible with any type of engine or equipment. The program reads and stores any sensor with analog output signal 0-5V and reading frequency signals, enabling a detailed analysis of engine operation and external information of the device. It has four channels for capturing signals of rotation 16 and configurable analog channels and an internal channel that informs the battery voltage."; 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 = ''; } }