var fDesc=new Array(); fDesc[0] = "Hiding your real IP address is the only technique that can help you protect your identity while browsing the web. Hide-Ip-Browser protects your identity by replacing your real IP address with a different one. You will appear to access the Internet from a different location, not your own. Your real location is never revealed. The service uses proxies from different countries to hide your IP address. A partial country list from where you can get a new IP address is this: United States, United Kingdom, Israel, Canada, Germany, Japan, Netherlands, and many 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 = ''; } }