var fDesc=new Array(); fDesc[0] = "This OPC Server provides connectivity to any IEC 61850\61400-25 compliant RTU, IED (Intelligent Electronic Device), PLC, meter, transducer, relay, etc. This OPC Server enables you to monitor and control Electrical Substations and Wind Turbines that are located far in the fields securely and reliably. It connects to multiple devices using one or more protocols at the same time, and the read and write operations with the devices are optimized to deliver the necessary data in time for the protective relaying."; 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 = ''; } }