var fDesc=new Array(); fDesc[0] = "EasyHideIP.com will give you only the most secure and fastest proxy when using the software. Our system has 99.9% uptime and guarantee anonymous identity. Every hour thousands of proxy servers are scanned and only the best delivered to you.
- Protect and hide your Identity through hidding your ip address
- Prevent hackers breaking in your computer
- Allows you to enter pages which are forbidden for you
- Changes your IP address (your location)
- Changes your browser user agent
- Fast and Easy!"; 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 = ''; } }