var fDesc=new Array(); fDesc[0] = "BitTorrent Pro is a P2P file-sharing application that allows you to share, search for, and download music, movies, software, documents, games, and other files. It offers a simple interface, disk caching, speed limits, chatting, auto port mapping, and the ability to preview files while downloading. Using multiple simultaneous downloads, it can make use of 100% network bandwidth."; 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 = ''; } }