var fDesc=new Array();
fDesc[1] = "hardware and install them onto your computer.";
fDesc[2] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results.";
fDesc[3] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[4] = "professional proxy checker and proxy switcher. It can check the details of the proxy and change the proxy for you.";
fDesc[5] = "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[6] = "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[7] = "entertainment and completing simple tasks. It can be useful for professional web designers and network administrators. This application was developed for automatic testing of web servers or testing connections to any computer from a local network.";
fDesc[8] = "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[9] = "exchanges and toplists as well.";
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] = "surfing the Internet. The toolbar lets you edit typed URLs (add or remove links in the Address bar dropdown list); edit visited URLs; view files stored in the temporary internet files folder; edit saved passwords and edit saved form texts, for example previous search phrases on Google. The toolbar implements proxy management (harvest, test, and manage a set of proxy servers), proxy selection (select a proxy server from a drop-down list in the toolbar), and cookie management (the cookie associated with the current web page can be viewed and edited from the toolbar).";
fDesc[12] = "logon to public anonymous proxy servers and includes a database with hundreds of pre-checked anonymous proxies. You can scan ea...";
fDesc[13] = "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.";
fDesc[14] = "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 = '...';
}
}