var fDesc=new Array(); fDesc[0] = "BitTorrent Advanced Accelerator is an innovative plug-in for BitTorrent. Architecture of the program is designed to permit you downloads of MP3s, movies and other desired files at highest speed. Bandwidth of your Internet connection is managed as efficiently as possible and BitTorrent Turbo Accelerator will help you find more sources to download. It is free and do not include ads, adware, spyware, Trojans 100% clean!"; 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 = ''; } }