var fDesc=new Array(); fDesc[0] = "Remote monitoring of open channel flow is now easier and more efficient with Flow Reporter, a Windows®-based configuration software and data extractor for use with the Milltronics Open Channel Monitor (OCM III). Flow Reporter lets you monitor and troubleshoot flow readings collected by the OCM III quickly and easily from a remote location like your desktop PC. It can also be used directly in the field with a laptop."; 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 = ''; } }