var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "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[3] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript.";
fDesc[4] = "servers. It can be easily used in a script, a batch file or the Task Scheduler to automate resources uploads.";
fDesc[5] = "downloading. This software is used for faster and organized downloads. Platforms like Windows Vista and XP make use of it. ReGet Deluxe is basically another version of ReGet with advanced features and more convenient as a download manager";
fDesc[6] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so.";
fDesc[7] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open.";
fDesc[8] = "HTTP or SOCKS proxy server or a chain of proxy servers.";
fDesc[9] = "Moreover, you can set up tunneling rules with the use of ip and port redirections. Both secure and non-secure HTTPS proxies, socks v4 and v5 are supported.";
fDesc[10] = "and all other basic features needed for uploading/downloading from a remote FTP server . The program's layout is very simple and easy to deal with .";
fDesc[11] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
fDesc[12] = "program is absolutely free and does not contain any annoying ad banners.";
fDesc[13] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[14] = "text, HTML, attachments, and subject rotation. Includes a free download.";
fDesc[15] = "them. There is always access to this information any time anywhere, even if your going on a business trip, you can take these web pages with you on your laptop and view them with no Internet connection required.";
fDesc[16] = "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[17] = "SurfOffline will download every component of the website to your hard disk, allowing you to browse it offline later, at a high speed. The program supports HTTP, SSL(HTTPS), FTP, proxy servers, CSS, Macromedia Flash and JavaScript parsing.";
fDesc[18] = "to the VPN servers Ivacy offers. The inner workings of Ivacy Monitor are rather complicated, but it´s enough to say that when you hit \"Connect\", it will create and establish a VPN connection between you and the company's servers. So, you, the user, can browse the web anonymously.";
fDesc[20] = ", downloading each section simultaneously to increase downloading speed up to 5 times faster.";
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 = '...';
}
}