var fDesc=new Array(); fDesc[0] = "Ulead® GIF Animator ™ 5 is the industry's most robust and affordable tool to create animated GIFs. Easily create fast-loading animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence. You can add videos or other animation as separate frame objects or image, text, animated text. Moreover, it includes a frame Panel with filmstrip view that allows you to easily create object animation. You also can apply various text effects, video effects, transitions and even Photoshop compatible filters . What is more, the optimization wizard ensure fast-loading animation to automate compression based on presets. You can enjoy a variety of output options by creating True Color AVI, QuickTime, MPEG and generate HTML files to display GIF animation in web browsers or save objects as multi-layered PhotoImpact and Photoshop files."; 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 = ''; } }