var fDesc=new Array(); fDesc[0] = "PC Software Suite can be used to set up, calibrate, clone, or download data from a range of Pulsar equipment. It includes Ultra PC, a set of tools that work with Pulsar’s Ultra 3 and Ultra 5, plus the core control software for several other Pulsar controllers, including the two-channel UltraTWIN, the self-contained IMP, the level and volume control Blackbox, Sludge Finder 2 sludge interface monitor, and the dBi HART protocol's ‘intelligent’ transducers."; 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 = ''; } }