var fDesc=new Array(); fDesc[0] = "Advanced GIF Animator is a powerful tool for creating animated GIF images. With this outstanding software, you can create pictures, banners, buttons, and even movies. You can use the built-in image editor or any stand-alone graphics editor to create image files that will be assembled into a GIF animation. Duplication, mergers, cropping, re-sizing, rotation and frame flipping; capability to create animated GIF files using sets of BMP, JPEG, ICO, and Windows Metafiles; color palette support; .avi and .ani file export and import - that's just a fraction of the features available in Advanced GIF Animator."; 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 = ''; } }