var fDesc=new Array(); fDesc[0] = "InstrumentLab is a set of visual instruments and controls based on GDI .

The Delphi / C Builder version is a set of native VCL components.

Here are some examples of the included controls:

LED Controls:

ILLedImage

On/Off and multicolor LED indicators.

Progress Bar control:

ILProgressBarImage

Progress bar with multiple discrete or transitional colors, displaying with or without bars, and customizable borders.
The progress bar can be rotated.

Angular Gauge control:"; 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 = ''; } }