var fDesc=new Array(); fDesc[0] = "An easy to use gif animator, movie, and slideshow creator. Just load your images into the list, and press create. All animated files created with Gif Animator are completely compatible with all current web browsers for viewing.

To run this application successfully on Windows Vista / 7 / 8 / 10, simply right-click on the executable and select "Run as Administrator" from the popup menu. You will only need to do this once.

Set your time intervals from milliseconds to minutes. Supports jpg, jpeg, png, and bmp images. You may even create small gif movies and share them with all your family and friends."; 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 = ''; } }