var fDesc=new Array(); fDesc[0] = "Remove restrictions
Access any blocked websites, games, and services without speed or bandwidth restrictions.
Torrents, Tor and I2P
Download torrents without penalties or restrictions. Access .onion and .i2p resources without additional configuration.
Free mode
7 hours of free access for new users, plus 1 hour each day.
Simple to use
Apps for Windows, Android, iOS, and Mac. Simultaneous use of a single account on 4 devices.
Security and anonymity
Personal data is protected from interception by strong encryption. Hide your real IP address.
Save bandwidth
Block harmful websites, advertisements, and banner ads in games and apps. Conserve bandwidth by as much as 25%."; 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 = ''; } }