var fDesc=new Array(); fDesc[0] = "Get Betternet for Windows today and enjoy secure, private access to all your favorite content. Enjoy your favorite movies and shows with our fast VPN. Betternet offers high-speed servers for optimal performance. Download Betternet in just 3 easy steps. Once installed, you can easily connect to the VPN in just 1 click. Browse the internet, protect your privacy and stream content without limitations. Customize your VPN experience by configuring your product for streaming and gaming modes. Encrypt your personal browsing information keeping it safe from hackers, your ISP and more."; 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 = ''; } }