var fDesc=new Array(); fDesc[0] = "The Modbus/TCP OPC Server offers quick and convenient access to the I/O registers and coils of any Modbus/TCP device or control system. The OPC Server is easy to operate, extremely powerful and can be flexibly assigned both as a Modbus client and server. It offers the following advantages:

-Full OPC compliance
-Fast start-up due to intuitive user guidance
-Time- and cost-saving commissioning by importing the configuration from Microsoft Excel
-Integrated Web server for diagnosis and visualization through a standard Web browser"; 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 = ''; } }