var fDesc=new Array(); fDesc[0] = "Features:

- Over 4,000 animatable Graphics in 50 industrial categories
- Vector graphics scale up and down in size without loss in image quality
- Unlimited number of instances on a form
- Free Cutaway Control included for doing tank type fills
- 32-Bit ActiveX Build in Visual C for high performance
- Works with Visual Basic, Visual C , VB.NET and other ActiveX containers including popular HMIs
- Context sensitive help and examples
- Supported on Windows NT, 2000, XP, 2003

Animation Capabilities:

- Object color and fill style
- Rotation
- Size
- Fill type, color, and blinking tied to 5 analog setpoints or 5 digital process values
- Position on screen
- Background color
- Horizontal/vertical flip
- Visibility
- Blinking mode and speed"; 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 = ''; } }