var fDesc=new Array(); fDesc[0] = "Plumber is a program specifically created for the calculation and design of water supply systems in buildings, for public (non-residential) or private (residential) use. With PLUMBER, it is possible to design the water supply system in any type of building, allowing you to import information from a drawing file and, additionally, you can generate plans and isometric drawings of the plumbing 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 = ''; } }