var fDesc=new Array(); fDesc[0] = "PipeIQ LT is a convenient and powerful Windows based application, which can be used for configuring, monitoring, and designing networks of FAAST LT Fire Alarm Aspiration Sensing Technology devices. PipeIQ LT helps the users to quickly and accurately design and configure FAAST LT systems for optimal sensitivity and performance."; 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 = ''; } }