var fDesc=new Array(); fDesc[0] = "PowerLogic® PowerView™ software is an easy-to-use, entry-range power monitoring solution ideally suited for small system applications. Companies continually look for innovative solutions to cut power-related costs and optimize equipment use. PowerView power monitoring software simplifies system and device configuration by polling your network for compatible PowerLogic devices. Connection and data logging begins automatically at factory preset interval settings, which are user configurable. The software allows you to track real-time power conditions and perform remote monitoring of electrical equipment or installations at key distribution points across your electrical network."; 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 = ''; } }