var fDesc=new Array(); fDesc[0] = "CADSIM Plus is a third-generation process modeling tool which features an advanced drawing and modeling interface. CADSIM Plus combines the power of CAD drawing with the ease-of-use of today's technical diagramming tools.
Standard CADSIM Plus package now includes these previously optional packages at no extra charge:
- Dynamic Data Reconciliation library
- OPC library"; 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 = ''; } }