var fDesc=new Array(); fDesc[0] = "H2OMAP Water provides the most powerful and practical GIS platform for water utility solutions. As a stand-alone GIS-based program, H2OMAP Water combines spatial analysis tools and mapping functions with sophisticated and accurate network modeling for complete infrastructure (asset) management and business planning. It performs fast, reliable and comprehensive hydraulic and dynamic water quality modeling, energy management (with true variable speed pumping), real-time simulation and control with on-line SCADA interface, complete fire flow analysis, and unidirectional flushing. The program can also be effectively used to analyze pressurized sewer collection system."; 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 = ''; } }