var fDesc=new Array(); fDesc[0] = "WinADFM is designed to provide tools for programming the ADFM™ and accQmin™ flow meters, field deployment, diagnostic , testing, data collection, and data review.

WinADFM can be used in-house to create a station configuration file containing all parameters for setting up, programming, and starting the ADFM or accQmin. The software can also be used to program the flow meter in the field. WinADFM can test the ADFM and accQmin after installation,initiate meter start-up, and collect and view flow data."; 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 = ''; } }