var fDesc=new Array(); fDesc[0] = "PipePac® Software helps you select the right material for buried infrastructure systems and lets you determine the real cost of materials over the design life of the project. Integrated analysis is offered using three independent programs: (3EB) to select pipe class, CAPE (Cost Analysis of Pipe Envelope) and LCA (Life Cycle Analysis)."; 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 = ''; } }