var fDesc=new Array(); fDesc[0] = "StealthNet is based on the original RShare client and has been enhanced by a developer team who consists of Planet Peer community members. In comparison with the current RShare client, StealthNet offers a lot of new features like download resuming (interrupted downloads can be resumed), multilanguage support, a search filter for several file types and much more.

StealthNet was primarily developed with strong anonymity and security in mind. It offers a great level of protection which other networks lack in. In comparison with regular P2P networks like eDonkey, it is nearly impossible to locate users who provide content within the RShare network. The complete traffic within the network is encrypted by approved and popular encryption techniques and downloads are routed through several other nodes so nobody can correlate what´s going on between the nodes."; 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 = ''; } }