var fDesc=new Array(); fDesc[0] = "3D Text to Flash/PNG is a 3D effect creation tool. It helps you impressive your own 3D text and effects anywhere! Choose a font, colorize it, size it, and choose effects -- then save it. You also can import output file to Macromedia Flash(SWF) and Photoshop(PNG), it is without a lot of design work.
Features:
- GPU accelerated (OpenGL)
- Reduce file size with SWF animation
- More than 20 Text Effects
- 8bits transparence alpha color layer
- Window Turetype Fonts available."; 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 = ''; } }