var fDesc=new Array(); fDesc[0] = "EnerVista P485/D485 Setup is a PC-based configuration software used to describe the protocol and communication properties for a serial network. When the configuration is finished and the functionality is tested, it is possible to send memory allocation information to a printer using EnerVista P485/D485 Setup.

EnerVista P485/D485 Setup can also be used for troubleshooting and diagnostic of the D485 and the serial network during runtime."; 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 = ''; } }