var fDesc=new Array(); fDesc[0] = "Proficy Driver Server is an SRTP OPC server that allows the communications to many of GEIP PLC’s including PACSystems (RX3i/RX7i), Series 90-30, Series 90-70 and Versamax. Proficy Driver Server can act as a stand alone OPC server, or can be selected as driver from within Proficy HMI SCADA Cimplicity."; 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 = ''; } }