var fDesc=new Array(); fDesc[0] = "This software provides a text editor, which allows you to create appealing text with color effects that can be used for websites, forums, etc. Text coloring offers three types of color effects: Rainbow, Custom Gradient, and Random Settings. It is also possible to convert an image into text resulting in a cool piece of art. In addition, you can easily convert font text to text."; 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 = ''; } }