var fDesc=new Array(); fDesc[0] = "This packaged set of 32-bit ActiveX controls includes:
- The Slider(An extremely flexible ActiveX slider control, with properties that let you use your own background bitmap and thumb)
- VUGauge(A round gauge that uses a needle to display the current value within a low and high limit)
- VUMeter(A VU meter just like those you see on stereo equipment)
- Knob(An ActiveX Control that you can modify to look like knobs on all kinds of electronic and industrial equipment)
- Digital and Analog LED (Display your digital data with this great looking LED readout)
- Gauge(A round gauge that uses a needle inside color bands to display the current value within a low and high limit)
- PID Controller (An ActiveX control that does Proportional-Integral-Derivative output just like real industrial controllers)
- Gradient Panel (A panel gauge that scrolls an internal drum containing a scale that indicates the value of the control0
- Round LED(A round LED control with a transparent background)
- Rectangular LED(An ActiveX control that looks like a square led as used on some more modern equipment)
- Recorder(A strip chart recorder that scrolls right, left, up, or down)
All at a special price far below combined individual prices."; 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 = ''; } }