var fDesc=new Array(); fDesc[0] = "Exselo Desktop is a desktop tool that allows users to collaborate, search and share data in real time using encrypted peer-to-peer technology.

Every device with Exselo Desktop installed enables its user to choose content to share with other Exselo Desktop users. When two or more Exselo Desktop users have connected through our invite mechanism, they can search each others devices and communicate over a secure peer-to-peer connection.

This establishes multiple secure information networks consisting of personal or locally stored data from its users; information that is not otherwise available through any other channels. The power of each network reflects the number of users invited and the volume and quality of the content shared. "A content network for users, by 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 = ''; } }