var fDesc=new Array(); fDesc[0] = "This software provides access to settings and data on the Bulletin 825-P Modular Protection Systems (MPS) for motors. It provides a user-friendly menu driven approach to configuration and data acquisition with an MPS connected to a PC via the serial communications port. Settings can be modified while connected to the MPS or in an offline mode for future downloading. Setting configurations can be saved and loaded to files. The software tool also allows real-time monitoring of metering data and provides access to diagnostic information. Data collected can be exported for use and manipulation in other software applications such as Microsoft® Excel."; 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 = ''; } }