var fDesc=new Array(); fDesc[0] = "The Mitsubishi OPC Server from MatrikonOPC provides real-time data access between OPC-enabled applications (such as Historians and HMIs) and Mitsubishi PLCs. This OPC Server supports a wide range of Mitsubishi PLCs such as Q Series, A Series, and FX Series (Both Net Serial and Direct) PLCs connected via the AJ7E71 family of communication cards in a real-time based communication. This OPC Server for Mitsubishi PLCs automatically finds those devices and sets up connections for them – making configuration a snap!"; 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 = ''; } }