var fDesc=new Array(); fDesc[0] = "PowerLogic Meter Configuration Utility is a device setup utility application. The PMCU is a stand-alone software package used to set up the onboard configuration of PowerLogic devices. With PMCU you can:
-add RS485 Serial or Modbus TCP communication connections
-add devices for onboard configuration
-perform phasor diagram analysis using the Fundamental Phasors Diagnostic table
-create a backup of the PMCU database,wich contains communication instructions."; 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 = ''; } }