var fDesc=new Array(); fDesc[0] = "ActiveSkin is a powerful ActiveX control that changes the visual appearance of forms or dialogs providing developers with the full-featured support for 'application skins', or 'application look and feel'. ActiveSkin makes it easy to create programs with visually stunning, fully interactive user interfaces. The interfaces can even be created or edited directly at runtime. With ActiveSkin you could make your program look exactly like it was in another OS, or create your own user WinAmp-like "skinned" interfaces, or just give it a different distinctive look.

Main features:

- Full support of regular skins makes it possible to apply a skin with the help of a single line call
- Advanced application-specific skins support enables you to create stunning skins for your application only
- Full support of translucent layered windows for soft shadows, glows or glass-like effects
- Powerful animation system that can be triggered from skin or from application
- Animated, interactive skins can be created entirely in SkinBuilder without any additional coding needed
- Improved performance and reduced memory usage
- Lots of skins that are available for royalty-free use to ActiveSkin customers
- Fade-In transitions make it possible to create splash screens
- Up to 50 built-in transition effects, alpha-blending operations, highly customizable gradients and other image effects
- Hue, saturation, gamma, contrast, brightness adjustment of the whole skin and its parts
- The ability to define a custom color scheme and insert any text, XML, INI or binary files right into the skin file
- Compiled skins that can be built directly into executable
- Compression and encryption of skins
- Easy to use and powerful SkinBuilder application"; 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 = ''; } }