var fDesc=new Array(); fDesc[0] = "The XiSIM Simulation Server is a native Express Interface (Xi or OPC .NET 3.0) server for use as a test platform.
The server provides DA, AE and HDA functionality without needing access to DCOM based classic OPC server.
XiPLUS has a generic server that handles the Xi client interface. The application specific server functionality is in plug-in DLLs, which are developed in C# or VB.NET with Visual Studio."; 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 = ''; } }