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] = "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[3] = "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[4] = "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] = "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[6] = "program is absolutely free and does not contain any annoying ad banners.";
fDesc[7] = "HTTP or SOCKS proxy server or a chain of proxy servers.";
fDesc[8] = "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[9] = "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[10] = ", downloading each section simultaneously to increase downloading speed up to 5 times faster.";
fDesc[11] = "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[13] = "It enables you to store and share all your files easily on your email account. All you need to have is Java 1.6 preinstalled in your system. This software is easy to install and available in a wide range of languages.";
fDesc[14] = "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[15] = "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[16] = "market over six years now. Fully recommended by popular software libraries and with good reviews by the users. It has a great performance and extended protection for a better price than famous brands of antivirus.";
fDesc[17] = "desktop tool can access remotely Windows PC or OSX Mac despite firewall’s, router’s or proxy’s configurations. This version supports Remote Desktop and RAdmin. It supports \"dynamic-DNS\" for VNC Servers without static IP addresses. EchoVNC works on Windows and Mac platforms.";
fDesc[18] = "Internet has its own IP address which could easily be located on a map.";
fDesc[19] = "Create a complete profile of the site's structure, files, external links and even link errors.";
fDesc[20] = "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.";
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 = '...';
}
}