var fDesc=new Array();
fDesc[1] = "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[2] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language.";
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] = "professional proxy checker and proxy switcher. It can check the details of the proxy and change the proxy for you.";
fDesc[5] = "PC Mesh Anonymous Web Surfing is an Internet utility to let users surf the Web anonymously by masking their IP address.";
fDesc[6] = "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[7] = "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[8] = ", it is very easy to use. It allows to use a PC as a bridge, skip the check-in PS3 firmware and thus access to the PS Store and play online without updating the firm.";
fDesc[9] = "how the computer connects to the internet. It shows status, ports, routes, IPs, pings, and server's fingers. If you are an IT specialist, I would recommend you to use it, it may make your life easier. If you aren't, it's not for you ;)";
fDesc[10] = "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.";
fDesc[11] = "proxy,download proxy lists from web,IP to country,surf the web anonymously,block AD,execute script,network tools.Protect your privacy.";
fDesc[12] = "files, scan proxy in a special Ip and port range, set and remove IE proxy conveniently, hav easy-to-use interface.";
fDesc[13] = "mailing support and relay blocklists, as well as conduct locations, IP addresses and host names, the Proxy Checker Pro may be the one you are looking for. This program gets the proxy information you need fast.";
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 = '...';
}
}