var fDesc=new Array();
fDesc[0] = "SurfAnonymous is an internet utilities that hide your IP address, thereby saving you from the vulnerabilities concerned with it.
Main features:
- Proxy Hunter - Search the net for proxies
- Proxy Analyzer - Analyze Proxies speed,type,location ..etc
- Proxy Capture - which force the applications to use proxies even if they do not support it by default.
- Proxy Pool - where you can manage your proxies and eliminate bad proxies.";
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 = '';
}
}