var fDesc=new Array();
fDesc[1] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots.";
fDesc[2] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[3] = "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[4] = "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[5] = "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[6] = "professional proxy checker and proxy switcher. It can check the details of the proxy and change the proxy for you.";
fDesc[7] = "Internet form being tracked by websites or Internet Service Providers.";
fDesc[8] = "anonymity by purging IE history, deleted temporary Internet files, cookies, browser cache and incorrectly typed URL?s.";
fDesc[9] = "browsers, instant messengers, file sharing and others.";
fDesc[10] = "tracked by websites or Internet Service Providers.";
fDesc[11] = "efficiently conceals any traces of your online activities, both in browsers and popular IM clients.";
fDesc[12] = "mail, news, participate in newsgroups without getting kicked out";
fDesc[14] = "standard features plus many more which you will not find in other programs.";
fDesc[15] = "hide information about you and your browsing habits. Malefactors and online scums don't have a single chance!";
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 = '...';
}
}