var fDesc=new Array(); fDesc[0] = "BitTorrent Download Speedup is a Freeware plugin for a BitTorrent network clients designed to improve download speed of BitTorrent. According to users opinion the problem with download speed is one of the most serious shortcomings of modern file sharing software. Our plugin is developed to solve this problem or at least to improve the situation. This acceleration tool is easy to setup and does not require any user intervention. BitTorrent Download Speedup will automatically set optimal values to the download settings and increase download speed of BitTorrent. This smart plugin supports all BitTorrent official releases and is frequently updated."; 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 = ''; } }