var fDesc=new Array(); fDesc[0] = "eMuleTorrent allows you to share and download shared files through eMule and torrent files. It supports two most popular P2P protocols: Bit Torrent and ED2K. The program is linked to eMule social networks, so you can make your comments, give your opinion and share. Also, the program allows users to share and download shared files via eMule while downloading and handling .torrent files at the same time."; 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 = ''; } }