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] = "asx,rm,ra,rmvb,ram,smi l,smi,rpm,mov,flv,pls, m3u,and video and audio, enabling you to download movies, music and capture streaming video and audio,record radio from Internet. HiDownload also offers a built-in Broadcast Manager. In addition, it provides all the standard features of a download manager, including scheduling, drop basket, download history, clipboard monitoring, download categories as well as zip preview and more. Main Features: Accelerated Downloads: By splitting the files into several parts and downloading them at the same time you save time. Support multi-protocols: HTTP, FTP, MMS, MMSU, MMST, RTSP, PNM Download all streams files: wmv,wma,asf, asx,rm,ra,rmvb,ram,smi l,smi,rpm,mov,flv,pls, m3u,and more Support rapidshare, megaupload and other similar sites(Premium Account) Download Streaming Video and Record Streaming Audio All the popular streaming formats are supported, including: Windows Media™(wmv, asf, wma, asx, ...)...";
fDesc[4] = "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[5] = "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[6] = "video handing over to a practically unlimited number of users. By this way, each spectator becomes a transmitter at the same time, which distributes the bandwidth consumption between all the users.";
fDesc[8] = "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[9] = "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[10] = ", 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[12] = "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[15] = "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[16] = "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[18] = "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.";
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 = '...';
}
}