var fDesc=new Array(); fDesc[0] = "OPC Modbus Serial Server is an OPC-compliant multi-threaded Windows based device driver, that provides connectivity to Modicon PLCs and Modbus Compatible Devices via Modbus RTU/ASCII Serial, Modbus Plus (SA-85, SA85-002, AT-984 Cards) networks, or TCP/IPEthernet connections. It supports Modicon x84,Modicon Quantum, Modicon Momentum, any other Modbus compatible device."; 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 = ''; } }