var fDesc=new Array(); fDesc[0] = "Our VPN software and VPN apps deliver a robust suite of privacy tools with cohesive design and simplicity in mind. We do all the heavy-lifting so you can stop sacrificing your security for convenience. Click once to connect, and you’re on your way!
The privacy of our users is our utmost priority, which is why we do not record any activity or connection logs. Very few -- if any -- other VPN service providers can truly honor a logless Privacy Policy the way IPVanish can because we own every component of our service.
Our VPN software is smart, and it knows when your device can be exploited. Whether your VPN connection type is being blocked or you’ve joined a public network, we’ll remind you to stay safe when it matters most.
As the only Top Tier VPN service provider, we provide the fastest connection speeds in the industry. We will never throttle your connection either, so you can max your internet speed like never before!"; 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 = ''; } }