var fDesc=new Array(); fDesc[0] = "Instant, secure access to the worldwide web, anywhere, anytime. Unblock content from anywhere, hide your IP address to ensure anonymity, keeps no logs, your details are never shared with third parties.

Encrypt all your data and communication, protect you against hackers, keeps you safe on both private and public connections.

Uses the highest quality providers to ensure high speeds, provides super-fast P2P speeds, never slows your internet speed based on usage"; 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 = ''; } }