var fDesc=new Array();
fDesc[1] = "Ready-to-use Components. It´s capable of importing images, graphics, sound and video from all popular formats. With this program you can export presentations to Flash, Video, GIF Animation or Image Sequence.";
fDesc[2] = "formats. Once you have chosen the file to convert, it will play it, showing you information about the flash version that was used to create it, total length, frame rate, and movie size.";
fDesc[3] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images.";
fDesc[4] = "adding and connecting pictures and vice versa. Using this application, you will be able to convert AVI to GIF, SWF to GIF and SWF to AVI. The program provides you with different functions for each conversion.";
fDesc[5] = "many exciting features like RoundRect Box, FPS rate change provision, incorporating Size Change, and the ability to crop as well as remove frames. It comes with the capability to even capture next 5 frames, and supports animation GIF, WMV, ASF, MPEG, and the AVI file formats.";
fDesc[8] = "logos for your website. It?s also useful for webmasters who want to place graphic on the website.";
fDesc[9] = "the multi-page rapid flipping for album browsing; display a single image in full screen mode; hold and compare contents of varies album pages; choose varies image layouts, annotation and effects options.";
fDesc[10] = "animated GIF file which can be applied at any forums, message boards and IM. this is really funny and useful!";
fDesc[12] = "Sony PSP.";
fDesc[13] = "popular video files to iPod video such as AVI to iPod, MPEG to iPod.";
fDesc[15] = ", FLC/FLI animation, animated GIF, IVF, Matroska MKV, MOV, MP4, MPEG-1, OGG Media OGM, RM/RAM and WMV to iPhone.";
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 = '...';
}
}