var fDesc=new Array(); fDesc[0] = "Ares Torrent Downloader allows you to find media files anytime, anywhere, without any waiting. It connects to major file sharing network such as Kazaa, limewire, bearshare, iMesh and Ares galaxy to get more search results and faster download. Ares Torrent Downloader comes with advanced p2p functions such as download through proxy, bittorent download, multihost download, multiple searches, etc."; 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 = ''; } }