var fDesc=new Array(); fDesc[0] = "Foofind Download Manager is a fast client for the Torrent P2P networks. It allows you to download torrents at superior speed, from a simple and user-friendly interface. You can pause, resume and find your downloads in a fast manner and it has support for DHT, uPnP and uTorrent protocol extensions."; 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 = ''; } }