var fDesc=new Array(); fDesc[0] = "Text-Osterone is an extremely easy program to generate eye-popping animated text effects in seconds. Choose from over 200 customizable effects. Outputs Macromedia Flash FLA and SWF files, HTML, self-executables, and QuickTime movies. Work with your installed TrueType and Postscript fonts. Add multiple lines of text, and mix and match effects on different blocks of text in a single file. Add on click actions to launch web pages or load other SWF movies files. Save project files so you can work on your text effects later."; 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 = ''; } }