var fDesc=new Array(); fDesc[0] = "The Flo-Check USB represents the next generation of hydraulic test equipment. The device simultaneously measures flow, pressure, temperature and power within a hydraulic system. This data is displayed and logged through a custom Windows-based software application; data is received from the Analyzer through a standard USB cable (both software and cable are included with the unit)."; 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 = ''; } }