var fDesc=new Array(); fDesc[0] = "Browse with lightning-fast connection speeds — wherever you are. Connect to SaferVPN's global, high-speed servers and surf the web free of throttling, download caps or bandwidth limits. We manage our own VPN network and write our own code to provide you with the fastest, experience possible.
Secure your personal and private data over any connection. With our 256-bit bank-level encryption, Automatic Wi-Fi Security and proactive VPN Kill Switch, you can be sure that your data always passes through a secure and private channel — safe from the grasp of snoopers and hackers."; 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 = ''; } }