var fDesc=new Array(); fDesc[0] = "GIFanim is a small app. for creating animated (cycling) GIFs from static images. It is available as an applet or application.

Main Features:

- Creates animated cycling GIFs from static images.
- Offers both applet & application based versions, as well as a 'large memory' version of the application for creating very large animated GIFs.
- Supports JPEG, (static) GIF and PNG formats. Possibly other formats (like BMP, ICO..) depending on support in the Java Plug-In it is running in (later versions support more formats).
- Is sand-boxed, for your greater security."; 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 = ''; } }