var fDesc=new Array();
fDesc[0] = "LoopWinPlus is a Water Reticulation Analysis and Design Software. It uses the latest computing technologies to provide a computational environment that is both user friendly, simple, fast and efficient.
LoopWinPlus is designed and developed for the engineers by the engineers.
It has some great features, such as:
- Graphical nodes and pipes input with the latest GUI technology.
- Looping and Branching design for peak flow and fire flow.
- Follow Malaysia Local Authorities requirement.
- Auto calculates water demand for each node.
- Auto iteration for the most economical pipes diameter.
- Auto generates graphical outputs with all information needed by local authorities.
- Multiple separated water reticulation networks.
- Pump system and reservoir design.";
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 = '';
}
}