var fDesc=new Array(); fDesc[0] = "The power to create your own professional-grade graphics is now within your reach. You can apply cool styles that give your graphics the extra “oomph” they need with a single click. Take light blue text and apply a dark blue stroke to give it a sharp-looking border. Apply a shadow to make the words stick up off the page. For a final touch, give it a yellow glow so it has a nice backlight. Your plain text just came to life!

Want to stretch, flip, and rotate text or other creations? You can do that too, of course!"; 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 = ''; } }