var fDesc=new Array(); fDesc[0] = "The qBittorrent is an open-source software alternative to µTorrent. It comes with all the features required for a torrent client, including support for Magnet links, Distributed Hash Table (DHT), Peer Exchange Protocol (PEX), Local Peer Discovery (LSD), and encrypted connections.

qBittorrent features a simple, polished interface without any advertisements. You get complete control over downloads such as customization of torrents queue and prioritization settings, managing trackers and peers, etc. This program also features a search-bar for finding torrent files using multiple search engines."; 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 = ''; } }