var fDesc=new Array();
fDesc[1] = "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[2] = "Online Privacy Overview Anonymous Browsing Invisible Browsing will mask or hide or spoof your IP address preventing the banner ad campaigns and e-commerce applications from logging your internet address without your permission. Secure Browsing Invisible Browsing will also protect you by blocking ActiveX controls which can harbor malicious code such as viruses and invasive code such as JavaScript.";
fDesc[3] = "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[4] = "browser information by the use of different types of proxies that it downloads from proxy list websites. It also cleans your temporary internet files, clears browsing history and manage your cookies. The program can remove ads and pop-ups.";
fDesc[5] = "new fresh proxy list and updated daily. In 30 seconds, it will give you 3000+ free proxies addresses.";
fDesc[6] = "professional proxy checker and proxy switcher. It can check the details of the proxy and change the proxy for you.";
fDesc[7] = "videos and get popularity fast. The program interface is very intuitive, simple and clean, you must to paste your Youtube url in the visit box, you can change the Delay, threads, timeout and hits.";
fDesc[8] = "proxy forums even if the proxies are in the attachmen. It can also extract the unique proxies from a huge file and rapidly classify them.";
fDesc[10] = "and host names, and their speeds including response times. Downloading and installing the software is simple and when it is opened it displays a Windows' style interface that is easy to navigate.";
fDesc[12] = "Free and fast proxy checking software. Supports SOCKS4/SOCKS5/HTTP/HTT PS proxies. Multithreaded. Handle redirects. Can download proxy list from the given URL.";
fDesc[13] = "search in Google, Yahoo. IECount is a set of useful ie tips and tricks to surf more pleasure!";
fDesc[15] = "engine. When first launched, the program presents a single-window neat interface, ready for your input. To set up for testing, any text file that contains your proxy list can be chosen for insertion into the input box, or your list can be pasted from the clipboard.";
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 = '...';
}
}