var fDesc=new Array(); fDesc[0] = "Stream, game, download, and browse online with the best VPN for Windows. Mask your IP address and encrypt your internet connection. A VPN for PC is an app you can use on Windows computers to secure your traffic and get around annoying network blocks. When you connect to a VPN server, it hides your IP address behind the server's address. This keeps your real location concealed and gives you a new virtual location. VPNs also encrypt your data as it leaves your device, adding a strong layer of security and privacy to your online activity. All the traffic leaving your Windows PC via this protective tunnel is routed to the VPN server before reaching the website or app you’re using."; 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 = ''; } }