var fDesc=new Array();
fDesc[1] = "with high quality effects in minutes. You can import any GIF, BMP, JPG, PNG, TIFF, PSD, TGA, EMF, WMF or ICO image file then edit using built-in editor. To create an animation, all you have to do is to “create a sequence of images that you want to run with some seconds of delay”.";
fDesc[2] = "Magic Swf2Gif, a gif file in any resolution and any frame rate can be output from swf file, so that you can display the swf image to user";
fDesc[3] = "i-Fun Viewer is an image viewer which supports images with the following image formats extensions: JPEG/BMP/GIF/WMF/EMF/P NG/TIF/TIFF/PCX/TGA/DI B/RLE/PBM/PGM/PPM/JIF. When opening the program, we can see our entire directory; select any folder or file and all the images found in them will be automatically displayed as thumbnails, small thumbs, or filename.";
fDesc[4] = "handling, images blending, translucent objects, etc. The application can manage up to 16 different types of files, such as JPEG, GIF and PNG, and even previous animated GIF files. An automatic image converter will make a GIF file out of any imported picture.";
fDesc[5] = "impressive animation for your websites or for other purposes. Presently it support only BMP and JPG image formats as an input image files. But for output it support Flash SWF and AVI video format including GIF file format.";
fDesc[6] = "files to the popular animated GIF format, with just a couple of clicks and with very good results, allowing you even to change some advanced options of the resulting GIF image.";
fDesc[7] = "banners are built from still images that are, in turn, created from another programs (MS Paint BMP or GIF) and this application will put them together and make them work as an animated GIF or banner.";
fDesc[8] = "drop' facilities make easier the add images process. The application enables to use many image formats to add to the future animated GIF file, such as previous animated GIF files, video files, static and animated text, etc. to the managed frames.";
fDesc[9] = "interface, providing quick solutions for the creation of animations with detailed features, enabling effective data optimization. However, Aesop Banner Creator works only with .GIF file format of graphics.";
fDesc[10] = "boxshot as BMP, GIF, JPG, PNG, TGA, TIF, EMF and WBMP file. And it is able to save the animation as animated GIF and AVI file.";
fDesc[11] = "Software Inc., the extreme simplicity. The whole program is organized within a single window. In this window you will find everything you need to convert your animated GIF files to AVI (DivX, XviD) video files.";
fDesc[12] = "presentation (PPT file) and save all of them to SWF or GIF format files. The SWF output result files include all the control buttons (stop, next, pause, previous) and all the normal SWF features that normally come with a native SWF file.";
fDesc[13] = "create one GIF file from several image files. It supports the following image formats: BMP, JPEG and GIF. Besides, you can make text banners from your scratch. Axelsoft GIF Animator has a handy and nice interface.";
fDesc[14] = "(blur, fade, zoom, etc.), add text, gradients, geometrical shapes, 3D look with shadows, glow, etc. to the image frames. The images can be edited for resizing, rotation, cropping, etc. as simple bitmaps.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}