var fDesc=new Array(); fDesc[0] = "Concerned about Internet privacy? Want to hide your IP address? Hide IP NG (short for Hide IP Next Generation) is the software you are looking for! Keeping your privacy is simple and easy: just start Hide IP NG! Don't waste time in testing slow and dangerous public proxies. Just select a USA/UK IP you wish to use from our list. Every IP address you see is usable, fast and 100% secure! Compatible with Windows 7/Vista/XP/2000/98 and Server editions, 32 and 64 bit. Assign different IP addresses to your computers even they are behind the same router! A single click and you are ready to go. Hide your IP address without any configuration. 1024 bits encryption prevent your ISP and your boss from spying on you! Support HTTPS:// sites and double your security! Avoid your personal information being used to send you spam and junk emails. Many marketers and advertising agencies will use your IP address, together with your email, to send you unsolicited emails."; 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 = ''; } }