var fDesc=new Array(); fDesc[0] = "the VB Styler is a suite of controls and tools that are used to create more visually appealing programs. for example the CustomButton has both a gradient background and border that you can customize. this project is geared to visual basic users.

the complete list of controls are below:

- animator a constantly animated box
- custom animation creates highly customizable versions of some of the listed controls
- flip timer a timer that will appear to flip a control
- shrink timer evenly shrinks a control
- grow timer opposite of shrink timer
- image button a button that displays a specified image on certain events
- scrolling text a label that scrolls it's text to the side
- Gradient base - root control
- Custom button - a button mimicking GBase
- Custom label - a label mimicking GBase
- Multi-color gradient style generator
- A fully customizable web browser with navigation"; 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 = ''; } }