var fDesc=new Array(); fDesc[0] = "HiProxy is a proxy support utility for Internet applications.
Using a proxy server can provide better privacy protection and increase surfing speed.
Main features:
* easily set browser proxy settings; support for IE,Firefox,Opera,Mozilla
* import proxy lists from text files or web pages automatically
* verify HTTP/HTTPS/SOCKS/tunnel proxy servers worldwide for anonymity and speed
* build and maintain proxy server lists (sorting,coloring,country,comments,etc.)
* user can define an exclusion list of IP ranges (banned IP addresses)
* VeriFast module for multi-threaded proxy verification
* identify PlanetLab proxies, hit counter, more"; 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 = ''; } }