var fDesc=new Array(); fDesc[0] = "CST Instrumentation Studio for .NET is a collection of common instrumentation interface and graphic components for .NET. It includes 13 fully managed .NET controls which are royalty-free runtime distributed. These components are high-quality and very popular in the process control, MMI, scientific, engineering, simulation, and data acquisition communities. This software package includes Annunciator, Gauge, Indicator, Knob, Led, Meter, NumberLed, Odometer, Percent, Selector, Slider, Toggle and Trend etc. 13 components(*.dll), one demo, all help files and C#; VB.NET samples."; 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 = ''; } }