var fDesc=new Array(); fDesc[0] = "NeoLoader allows you to search and download torrents and hoster downloads in a censorship resistent way. It allows for anonymous and deniable content publishing and file sharing, it can find P2P downloads and Hoster links without any web site, it supports Bittorent,eDonkey/eMule file sharing and much more."; 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 = ''; } }