var fDesc=new Array(); fDesc[0] = "Panopticum AnimaText is a very convenient and powerful tool for Adobe After Effects, that lets you create fascinating effects and apply them to your text. Using different fonts and styles, positioning letters and applying animation to the whole text or to its individual characters you can achieve amazing results with your text. With Panopticum AnimaText it's easy to manipulate with character contours, draw characters over the frames, and more!"; 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 = ''; } }