var fDesc=new Array(); fDesc[0] = "iMule (invisible Mule) is a free open source anonymous P2P file sharing software which connects through the anonymous I2P network and the Kad network. iMule is based on the aMule source code and uses the Kad algorithm and the I2P network. The eDonkey network used in eMule and aMule, which connects through servers, has been dropped. iMule downloads and shares files without revealing the IP addresses and identity of its users."; 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 = ''; } }