var fDesc=new Array();
fDesc[1] = "you to make screenshot from flash frames and save it as a graphic file. The program supports 13 different languages. You can save flash files right clicking on them, or using the provided IE Toolbar.";
fDesc[2] = "optionally rename it and save the file clip on your computer for future playback.";
fDesc[3] = ", snapshot, e-mail and categorize Flash files in just one click!";
fDesc[5] = "many websites but it can capture from a couple of popular Internet sites in a short amount of time. This program is mostly similar to other downloading applications.";
fDesc[6] = ", you will be able to download flash games, flash cards and flash animation with just a click of your mouse. Once you download the SWF files, you will be able to watch them anytime you want without needing to be online.";
fDesc[7] = "program comes with a lot of great flash tools that will allow you to perform different actions. Using this software, you will be able to download Flash files on any website.";
fDesc[8] = "movie and video files with excellent output quality.";
fDesc[10] = "flash animations from web pages, including flash websites, flash games, flash cards, flash movies, flash banners and cartoons";
fDesc[11] = "can download your favorite flashes easily.";
fDesc[13] = "save flash files to disk in one second. more, please visit http://www.infinesoft. com/captureflash/";
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 = '...';
}
}