var fDesc=new Array(); fDesc[0] = "Proxy Scanner is the software that helps to find and check proxies.

Main Proxy Scanner features:

- Proxy Scanner scans/checks HTTP, HTTPS, SOCKS4, SOCKS5,
STMP proxies;
- Proxy Scanner allows to export found proxies to text file;
- Proxy Scanner allows to import proxies from text file;
- Proxy Scanner allows to check proxies for connection,
send e-mail, send e-mail via proxies, RBL, anonymity;
- Proxy Scanner allows to add/edit/remove RBL and Anonymity lists;
- Proxy Scanner is optimized for usual PCs;
- Proxy Scanner is multithreaded so it is very fast;
- Proxy Scanner has user friendly interface."; 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 = ''; } }