var fDesc=new Array(); fDesc[0] = "It's a virtual private network that allows you to browse the internet anonymously and securely from anywhere in the world by creating an encrypted connection between your computer and the internet.

You can use it to prevent your Internet Service Provider from tracking, storing and even selling your browsing history. It also helps you become anonymous online, meaning all your online activity remains private."; 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 = ''; } }