var fDesc=new Array(); fDesc[0] = "ProxyChecker - First software that downloads free proxy lists from network, and checks them. ProxyChecker features:
Frequently updated list of proxy list URLs;
Automatic import of any proxy list (text list or html) from clipboard or file;
Fully automated proxy list downloading (or "leeching") and checking;
Supported proxy protocols: SOCKS4, SOCKS4A, SOCKS5, HTTP, HTTPS (CONNECT);
Proxy country detection;
Proxy latency detection (ping)."; 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 = ''; } }