var fDesc=new Array(); fDesc[0] = "Local IO is an object oriented .NET assembly that supports the development of OPC DA 2.0 clients by encapsulating all of the OPC communications details in one assembly. Not just an OPC wrapper; you never have to deal with COM to .NET interop issues. Focus your efforts on your application's functionality and avoid the costs of man-months of developing and testing thousands of lines of tedious communications code. The installation includes several examples in VB.NET and C# demonstrating acquiring data via polled and event driven data. Great for quickly developing any application where you need to use process data with the powerful Microsoft .NET framework capabilities or for embedding in commercial products."; 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 = ''; } }