var fDesc=new Array(); fDesc[0] = "CoffeeCup GIF Animator allows you to create or edit Animated GIFs for your Web pages easily. Just open the software and it guides you through making great Animated GIFs in just a few simple steps. It's so easy ... anyone can do it. CoffeeCup GIF Animator can convert JPEG and BMP graphics to GIFs automatically, as well as import AVI files. There is also a floating Preview Window so you can see your Animation and Edit at the same time! GIF Animator makes it easy to create professional GIF Animations, and even Export them to Flash SWF format ... and the HTML code is generated automatically for easy insertion into any Web page. Editing your existing Animated GIFs is super simple too, just open it up and go to work with the programs user friendly interface. You can use transparent backgrounds, choose the delay time for each frame, and easily change the order that frames appear."; 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 = ''; } }