var fDesc=new Array();
fDesc[1] = "experienced users. You can choose over 200 templates to make your work more creative. You can create wide range of projects such as collages,comic strips, calendars, greeting cards.";
fDesc[2] = "The animations can be saved as animated gifs to be used on web pages. An example animation is included.";
fDesc[3] = "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[4] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence.";
fDesc[5] = "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[6] = "GIF animations. It supports all of the popular formats. It has a nice preview option that will allow you to preview your animation or picture as you would see it exactly on your Web site.";
fDesc[7] = "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[8] = "with interactive components and awesome programming capabilities for building sophisticated website interfaces as well as stylish arcade games and much more.";
fDesc[9] = "than ever. Flex GIF Animator offers a wide verity of special effects, motions and movements that help you to create professional looking animations without any prior knowledge.";
fDesc[10] = "alignment, resizing as well as cropping of pictures and helps greatly in morphing images. It comes with amazing capabilities such as computing and displaying real time animations, and saving them or printing them within a moment.";
fDesc[11] = "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[12] = "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[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] = "interface, easy to understand and use. It has several special features such as adding stunning visual effects, support for all types of GIF animations, and excellent tutorial and examples. This professional edition has a full set of features for unlimited use.";
fDesc[15] = "can make impressive banners, cool GIF animations, and animated AVI videos. The user interface (GUI) of this software is simple and allows you to create your animation with a few clicks.";
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 = '...';
}
}