var fDesc=new Array(); fDesc[0] = "HWPipe is the Hazen Williams Hydraulic Design Software. The Hazen-Williams equation was developed in 1902 and is probably the most commonly used equation for calculating water flow in closed conduits. Use of this equation should be limited to water and other
similar liquids. Conduits containing thick sludge, gases, oils, and slurries should be designed using other methods. The Hazen-Williams equation was developed in 1902 and is probably the most commonly used equation for calculating water flow in closed conduits. Use of this equation should be limited to water and other
similar liquids. Conduits containing thick sludge, gases, oils, and slurries should be designed using other methods."; 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 = ''; } }