var fDesc=new Array();
fDesc[0] = "Proxy Chain Builder is a new and helpful software.
Features:
- Link up to 30 proxy servers in a single proxy chain.
- Rank proxy servers automatically.
- Build chains from random proxy servers
- Verify proxy servers
- Automatically download proxy servers list every 4 hours from our server
- Automatically download proxy servers list from any URL
- Support SOCKS4, SOCKS5, HTTP, HTTPS proxy servers
- Easy program configuration from any web-browser.
- The program runs as a windows service, and uses very few system resources
- Stay anonymous, forever!
- Freeware. You do not need to pay us for using the Proxy Chain Builder.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}