var fDesc=new Array();
fDesc[1] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
fDesc[2] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc.";
fDesc[3] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete";
fDesc[5] = "Rapidshare.de, megaupload, Yourfilesto, Filebaseto, and several more. The good thing is that the developers are always updating the list of supported services. And they also update the services currently supported when they stop working.";
fDesc[6] = "RapidShare, as you appear as another user. It also keeps records of how many time has a proxy to wait till download, tor using it later.";
fDesc[7] = ", bigupload, and many, many more. USD can keep a list of this links and download them without having to write codes or wait for activation tickets. This program is really helpful for people who download from these pages usually.";
fDesc[10] = "with Windows Vista. Downloading from the filesharing service is a quick and easy way to download batches of links. The program has an integrated link checker and link grabber. It can save your password so you don’t have to worry about forgetting it.";
fDesc[11] = "can run into fully automatic mode residing into system tray using minimal system resources monitoring user clipboard and autostart file download from rapidshare in background as soon as a rapidshare link is copied into the clipboard.";
fDesc[12] = "Rapidshare service. Said service allows users to upload files and share them by sending a link to the recipient party/s. Users have to download those files from the website, and the user has to input a confirmation code...";
fDesc[13] = "used for Rapidshare file links, and most of them are great. But so is this little contender. There aren't many details about the application's operation on the website, so I am going to tell you what I noticed when I tried it.";
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 = '...';
}
}