var fDesc=new Array(); fDesc[0] = "Cognex In-Sight OPC Server is a program that can be used to publish the OPC tags to an OPC Client. The program supports OPC Data Access clients based on versions 1.0, 2.0 or 3.0 of the OPC Specification. It also allows HMI, SCADA and programming environments to access various data from In-Sight sensors."; 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 = ''; } }