var fDesc=new Array(); fDesc[0] = "The UCS Plug-in for Mitsubishi provides real-time data access between OPC-enabled applications (such as Historians and HMIs) and Mitsubishi PLCs. This plugin integrates easily into the Universal Connectivity Server and supports a wide range of Mitsubishi devices 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."; 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 = ''; } }