var fDesc=new Array(); fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[2] = "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[3] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence."; fDesc[4] = "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[5] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts."; fDesc[6] = "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[7] = "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[8] = "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[9] = "and animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp."; fDesc[10] = "animation from a blend of images, captured video snapshots and multi-page files. It can be used both by amateur designers and professionals."; fDesc[11] = "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[12] = "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[13] = "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[14] = "logos for your website. It?s also useful for webmasters who want to place graphic on the website."; fDesc[15] = "images. The trial version of this software has some limitations but is completely functional and can be tried out for fifteen days."; 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 = '...'; } }