var fDesc=new Array(); fDesc[0] = "Aurora 3D Animation Maker will allow you to create beautiful and eye-catching 3D animations that will transform your text or logos into original and awesome looking creations. Using just a single timeline, you’ll be able to control all aspects of your animation, including its length, speed of playback, and much 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 = ''; } }