var fDesc=new Array(); fDesc[1] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time."; fDesc[2] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually."; fDesc[3] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers."; fDesc[4] = "good price the users can create and optimize animated GIF images, buttons, banners and other Web graphics that draw the attention of the site's visitors."; fDesc[5] = "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[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] = "series of still images creates an animation, however this is strategy of every movie files. You can use editing tools like color brushes, pencils, erasers, shapes or import a still image to edit."; fDesc[8] = "pictures to make your web sites more impressive. It is well said that “Efficiency is intelligent laziness” and when your efficiency meets the technology of IconCool GIF Animator, you bring the most outstanding output."; fDesc[9] = "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[11] = "objects, small particles, running text, wave, shake, appearance, explosion, changing brightness among others. You can state all the effects as regards parameters and sequences so as to obtain an animated image in a very easy way."; fDesc[12] = "banners will make your website successful and will attract new visitors."; fDesc[13] = "presentation materials. You can use different types of objects,assign animation paths to objects, fill objects by color or texture and more..."; fDesc[14] = "images. The trial version of this software has some limitations but is completely functional and can be tried out for fifteen days."; fDesc[15] = "(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 = '...'; } }