var fDesc=new Array(); fDesc[0] = "SewNet is a Sewerage Analysis, Design and Detailing software. It uses the latest computing technologies to provide a computational environment that is both user friendly, simple, fast and efficient.

SewNet is designed and developed for the engineers by the engineers. It comes with a rich and practical set of features that includes, but not limited to the following:
* Graphical manholes and pipes input with the latest GUI technology.
* Auto calculates Population Equivalent (PE).
* Auto proposes pipes diameter, gradient, invert level and drop manhole.
* Auto generates graphical outputs with all information needed by IWK.
* Auto generates longitudinal section, manhole detailing and quantity take off.
* Clash analysis is provided."; 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 = ''; } }