var fDesc=new Array(); fDesc[0] = "Bittorrent Speed Booster is a new add-on for P2P BitTorrent application to boost download speed of torrents and improve bandwidth usage when using Bittorrent in a large BitTorrent file sharing network. Bittorrent Speed Booster will speed up media files download and has a set of useful features to tightly integrate with native BitTorrent client. These features are: resuming of interrupted downloads, checksum validation to determine files downloaded with errors and removing of such incorrect files. Some additional configuration will add even more convenience to BitTorrent users"; 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 = ''; } }