var fDesc=new Array(); fDesc[0] = "AlphaPlugins introduces RichText plug-in for Adobe Photoshop and compatible programs. This filter lets you add multi-line text and/or paragraphs to Photoshop compositions and apply effects for impact and interest. Create the formatted text using the built-in text editor, copy and paste text from i.e. MSWord or load it from an RTF file. With a variety of powerful, built-in features, RichText makes it easy to add, decorate and randomize text in Photoshop to full effect. If Photoshop's composition has a selection then the formatted text be accurately filled inside this area."; 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 = ''; } }