var fDesc=new Array(); fDesc[0] = "GasTrack can be used to make different types of measurements, with the ability to use COM ports. It can read all the data sent by major industrial measuring devices. It is know to be used with a gas finding device (Gasfinder) which is used in combination with a GPS and an anemometer. GasTrack synchronizes the data and stores it in a log file."; 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 = ''; } }