var fDesc=new Array(); fDesc[0] = "DryCal Pro allows you to monitor and capture data from DryCal gas flow instruments. With this app, you can capture flow data from your DryCal directly to a PC and export the data to a Microsoft environment. Also, you can enter flow rates from sampling pumps or other flow source and calibrate the flow source, upload the latest version of the firmware to your DryCal instrument, and more."; 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 = ''; } }