var fDesc=new Array(); fDesc[0] = "FXLib offers you a helpful set of components that enables you to create amazing splash screens, form and image transition effects, using all the power of its advanced rendering engine.

Over 70 families ofanimation and transition effects with hundreds of variations. Real-time rendering. WYSIWYG editing in both design-time and run-time, preview.

Here are some key features of "FXLib":

- Create great-looking splash screens or form transitions
- The unique feature enables you to animate your standard forms and controls using all the power of FXLib rendering engine
- Over 70 families of animation and transition effects with hundreds of variations
- WYSIWYG editing in both design-time and run-time
- Real-time rendering"; 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 = ''; } }