var fDesc=new Array(); fDesc[0] = "WebAnimator GO is a step-by-step toolkit for newbies and casual users wanting to instantly start creating animations, product presentations, and slideshows. The program comes with Template Collection 1 included and gives you full access to text transitions, sliders, and floating images. You can import images in any format, save and embed HTML5 code, export projects to WebAnimator Standard and Plus, 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 = ''; } }