var fDesc=new Array(); fDesc[0] = "Browsing on the Internet is becoming more and more dangerous in today's world. Hackers and identity thieves are trying to use your IP address to get any information out of you: home address, credit card information, social security information, your bank accounts and other personal information.

Auto Hide IP is privacy-protection software which enables you to conceal your real IP address, surf anonymously, and automatically change your IP address every few minutes.
With it, you can select a fake IP address from different countries via "Choose IP Country" option and can Check IP directly. It allows you to conceal your identity online by showing a fake IP address, blocking hackers and prying eyes from monitoring you. You can also choose "Launch on Startup" and then it will run and load a fake IP address automatically when you log on to Windows. Besides, you can easily switch between fake IP and real IP, all with the click of a button."; 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 = ''; } }