var fDesc=new Array();
fDesc[0] = "Proxy Finder Enterprise- automatically search & leech proxies servers from internet, which offers often updated HTTP proxy list. In 2 minutes, it will get 10000 fresh proxy servers.
Main features:
- Intelligent and Automatic - It just connects to hundreds of internet forums and web sites that publish free public proxy lists daily, then picks up proxies automatically.
- Search Very Fast - Just in 2 minutes, it will give you 10000 public HTTP proxies. No any duplicate.
- Fresh - All the fresh proxy lists that be updated very often, most be updated every day even every minute
- Easy - Very easy to use. Just need to click one "Find" button.
- Filter - Automatically remove gov, military & planetlab IP.
- Random Order - All the proxies addresses will be displayed in random order.";
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 = '';
}
}