var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[3] = "Web page.";
fDesc[5] = "websites. This is done by installing a toolbar. The software is capable to save FLV format videos; hence videos from YouTube, Google and MySpace can be directly saved. An advanced save option is included.";
fDesc[7] = "Internet, donwload management, Create screensaver with batch of flash files, convert SwF and EXE, publish swf to HTML, protect flash etc";
fDesc[8] = "toolbar that allows you to save all images and Flash applets from a page to the folder you want.";
fDesc[9] = "flash animations from web pages, including flash websites, flash games, flash cards, flash movies, flash banners and cartoons";
fDesc[10] = "Manager, Email Alert, Web Update Alert, IP-URL Checker, etc. It is easy to use with 1 button for 1 utility, right-clicking it to set its options.";
fDesc[12] = "or DVD compatible MPEG files.";
fDesc[13] = "flash tools: preview and browse flash movie, capture flash image and set it as wallpaper, create flash screensaver with ease etc.";
fDesc[14] = "save flash files to disk in one second. more, please visit http://www.infinesoft. com/captureflash/";
fDesc[15] = "live screen and generate multimedia demos in GIF format (Flash MX and Java Applet in Pro version).";
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 = '...';
}
}