var fDesc=new Array(); fDesc[0] = "Hydroflo is a powerful software tool that assists piping system designers in the modeling and analysis of single source/single discharge, re-circulating and gravity flow piping systems. These systems are commonly found in industrial process, water supply, wastewater treatment, fire protection, chemical process, mine de-watering, irrigation and HVAC applications among others.

The models created with HYDROFLO can consist of up to 10 parallels and hundreds of elements (pipes, valves, fittings, pumps and tanks). Virtually any type of system element can be described from the wide variety of available elements available on HYDROFLO's menus. Element head losses can be described using flow vs. head loss curves, fixed head loss curves and custom friction coefficients."; 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 = ''; } }