var fDesc=new Array(); fDesc[0] = "Create special-effects text that would be difficult to ignore through three inches of solid steel. These are the perfect graphic elements for your web page, PowerPoint presentation, screen saver, Presentation Wizard document or hard copy.

The Text Effects #3 plugin offers 21 high-quality text effects that will work with any alphabetic TrueType font in your system. Sophisticated antialiasing and full typographic controls make this plugin your gateway to state-of-the-art text facilities. It can do things to letters that most graphic software couldn't aspire to with a seven-figure government grant."; 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 = ''; } }