var fDesc=new Array(); fDesc[0] = "Protect your privacy by hiding your IP from other peers and agents on the BitTorrent network. Bypass throttling from your Internet provider and get maximum speed for BitTorrent traffic. Punch through network blocks that forbid BitTorrent traffic (universities, hotels, workplaces, ...). Blazing fast SOCKS5 proxy servers that are optimized for BitTorrent traffic.Support all Apple TVs, all Chromecast and all devices with Chromecast built-in (Android TV, modern TVs, etc.)."; 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 = ''; } }