var fDesc=new Array();
fDesc[1] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin.";
fDesc[2] = "speed by 7-10 times.";
fDesc[3] = "optionally rename it and save the file clip on your computer for future playback.";
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] = "included FLV player. It offers multithreading, batch conversion, supports multiple tasks, downloads with resuming capability.";
fDesc[10] = "seconds. You just have enter the website address and the program does the rest for you. All the downloaded content is shown as thumbnails, but you can also view the files in its original size and save them to any folder specified by you.";
fDesc[11] = "application, you will be able to download the FLV videos you want directly to your computer. This software supports downloading video files from the most popular video-sharing websites, including YouTube, Google Video, iFilm.com, Pandora, Myspace, Rapidshare and many more.";
fDesc[12] = "a screensaver plus an installer. FlashForge takes care of all the details and lets you take care of your real work!";
fDesc[15] = "Internet surfers. This utility was developed for detecting flash files on a web page, downloading them and saving to the user's computer. Downloaded files can be saved in SWF format.";
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 = '...';
}
}