var fDesc=new Array();
fDesc[1] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows.";
fDesc[2] = "and robust program that you can always count on to get your job done quickly and efficiently. There are many, many features available in FlashFXP. Here are just a few of them: Local and Site to Site File transfers. FlashFXP allows you to transfer files from any FTP server directly to your local hard drive, or transfer files between two ftp sites (Site-to-Site transfers), giving you total control over any situation. FTP Proxy, HTTP Proxy, Socks 4 & 5 support. FlashFXP can handle thousands of connection types. If you are behind a firewall, proxy or gateway, no need to worry, as FlashFXP can be configured to support almost any network configuration. Full Featured User Interface with Drag & Drop Support. FlashFXP has an intuitive and full featured user interface, allowing you to do all the common tasks with just a few clicks. It also support full drag & drop, so you can transfer files...";
fDesc[3] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[4] = "and most of them are really good. So, when you have to make up your mind, it is often a tough choice. This one is perhaps not as well known as the other contenders, but it definitely does not lack in the feature department. All you might expect is here.";
fDesc[5] = "the way to go when you need to download big files at fast speeds and NewsLeecher makes that process a lot simpler. The application is divided into tabs for easier access. The first tab that you will see is the Manager tab, where all your newsgroup servers will be stored.";
fDesc[6] = "you want the downloads from multiple sites at the same time. It is really easy to use and to this version they added Internet Explorer 8 support.";
fDesc[7] = "Video) video player that allows you to watch the videos while you are offline. This easy to use tool contains absolutely no adware, no spyware, no registration, no popups, no malware or other unwanted software.";
fDesc[8] = ", efficient File Transfer Protocol or FTP Client and CuteFTP Home 8.3 could be just the proogram you're looking for. With this program you can transfer files of any type or size including your web pages and any multi-media files to, from, and across the Internet.";
fDesc[9] = "Face a challenge of serving the clients who are constantly arriving. Serve with beer the clients of the bar as fast as possible to avoid a queue. Each client has a drink of his or her own color. It will turn out badly if you serve a wrong drink. As the queue gets longer, the clients become angry so that they can even punish you. Get scores for serving the clients. You can also get different bonuses that will help you to perform this challenging task. Join your counterparts from all over the world and beat your best score! If your score is among the Top 10, you can upload it to our Web site and thousands of other players all over the world will be able to see your highscore! Are you up for the challenge? Download Barman's Life and Play for Free!";
fDesc[10] = "Windows Vista is not supported yet. If you have used the Windows built-in FTP-Client you may want to know this tool better, preety easy to use and efective.";
fDesc[11] = "accelerator and the capability of segmentating the files, it will improve the speed of your downloads. Aktive Download Manager can resume broken downloads, and you won't lose the already downloaded parts of the file.";
fDesc[12] = "matching online CD/DVD covers. The program allows you to preview these covers and save the ones you like to your computer. You can also upload your own covers to the Internet.";
fDesc[13] = "has rapidshare and megaupload. The last available version of the software has the tag 1.15, and it is still in the development to be supported in MacOS and Linux. Right now it is supported by Microsoft Windows operating systems, including Vista.";
fDesc[14] = "intended) gaining popularity for those who download illegal TV shows and movies from the Internet (shame on you). Many people download those shows and uploads them to Rapidshare, which is a file sharing service.";
fDesc[15] = "apparently there is a market for these applications. RapidHarvest boasts that it is the only download manager that allows you to create your own scripts to detect Rapidshare links on any website.";
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 = '...';
}
}