var fDesc=new Array(); fDesc[0] = "Torrent Captor is a file sharing program practical to a wide range of users that comes as a powerful torrents downloading tool via the BitTorrent protocol. It employs the code of the popular Azureus and enhances some of the basic features for an improved functionality. It keeps torrents well organized through its library system and offers every information you may need about your downloads."; 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 = ''; } }