var fDesc=new Array(); fDesc[0] = "Anonymous downloads with strong encryption, onion routing and hidden seeding. Uses a custom Tor-like network.
Check out our general user interface and other screenshots. We try to make sharing easy and accessible.
Tribler includes search. You can find lot of videos without any web site. We try to make Tribler impossible to censor and hard to kill.
Tribler is Open Source and non-profit.
Connectivity Speed.
Tribler can play your videos. You can watch even before the download is finished."; 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 = ''; } }