var fDesc=new Array();
fDesc[1] = "integrated proxy services that hide your real IP address. After installing JAP, you will have to follow the instructions to configure your browser to use the local proxy server for web browsing.";
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] = "HTTP or SOCKS proxy server or a chain of proxy servers.";
fDesc[5] = "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[6] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application.";
fDesc[7] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs.";
fDesc[8] = "work on your computer. This means you can easily move whole websites or information to CD-ROM, USB disk, or to another hard drive.";
fDesc[9] = "new fresh proxy list and updated daily. In 30 seconds, it will give you 3000+ free proxies addresses.";
fDesc[10] = "interests can be done through your IP address. Hence you need a solution to keep your IP address hidden while surfing. With this tool you not only hide your identification behind reliable proxy servers but will it also allows you to intelligently manage multiple proxy servers.";
fDesc[11] = "websites see the IP address of the proxy server instead of your own IP address. A4Proxy fully supports HTTPS and FTP, so you will be able to logon to secure sites and FTP directories anonymously.";
fDesc[12] = "your web applications. Since Paros acts as a proxy server, it will trace and trap any response to your requests. Then, it will analyze them, solve any problem found and generate reports.";
fDesc[13] = "the remote server it needs. HTTPort creates a tunnel through a proxy and runs the connection through it. Th...";
fDesc[14] = "getting information about your online behavior, block advertisement and images from web sites you visit, and kill annoying popup windows while surfing the web.";
fDesc[15] = "proxy servers for you. Manually searching for genuine proxy servers is a waste of your precious time, but now you can delegate this work to this multi-threaded program.";
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 = '...';
}
}