var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "PC Mesh Anonymous Web Surfing is an Internet utility to let users surf the Web anonymously by masking their IP address.";
fDesc[5] = "their own servers running as proxies, so that the program can easily hide our IP. It is really easy to use, and it stays as a small icon on the taskbar. Just right click and click \"Hide IP\", and all will be done.";
fDesc[6] = "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[7] = "browsers, instant messengers, file sharing and others.";
fDesc[8] = "efficiently conceals any traces of your online activities, both in browsers and popular IM clients.";
fDesc[9] = "applications supported: web browsers, instant messengers, file sharing and others.";
fDesc[10] = "you basic CTI call center functionality.";
fDesc[11] = "logon to public anonymous proxy servers and includes a database with hundreds of pre-checked anonymous proxies. You can scan ea...";
fDesc[12] = "routes your internet traffic trough remote servers all over the world, so you can choose proxies in any place of the world and you will get an IP address for that country, if the proxy server is available. Anonymous Browsing works on Windows 2000/XP/Vista platforms.";
fDesc[13] = "supported: web browsers, instant messengers, file sharing and others.";
fDesc[14] = ", posting messages to usenet news groups, sending emails and using all other internet related software.";
fDesc[15] = "identity from the websites you visit - without it the crooks can literally track you on the Internet.";
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 = '...';
}
}