var fDesc=new Array(); fDesc[0] = "With help of the MegaGifAnimator you can combine different pictures to a simple Gif-animation within seconds. For the right scale you can either choose the image-height or image-width as aim. Possible useless white/free areas can be removed automatically from the input pictures while creating the animation.

The order of images can simply be modified with 2 buttons until you've all added images in right order for animation. Using the delay you can define how much time elapse during each picture will be shown. If the input images aren't of same size, they'll automatically filled with a transparency color to prevent unlovely white spaces.

Some exact examples of use resp. results of the MegaGifAnimator are visible in our GamesPortal at games with different covers in german and english language (e.g. FIFA Manager or The Settlers series)."; 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 = ''; } }