var fDesc=new Array();
fDesc[0] = "- Multi-communities
You can run simultaneously up to 4 Networks/Communities at same time
- Shared public folders
Share as many folders as you want in the communities you want
- Private folders
Share privatly the folders and files you want only with the favorite users you want !
- Xtra folders
you can share a specific private folder with a specific favorite user.
Every favorite user can have his own private folder PLUS the private folders!
- File-Send
You can directly send any file from PC to a user with a fast speed
- Built-in Explorer
- Communities web browsing
- Community XOC-Links database
- Chat (private)
- 100% Peer-To-Peer
No central server! direct user-to-user
- Router/NAT support
- LAN (Local Area Network) support
- Control of downloads/uploads
- Resume of downloads
Auto-resume incompleted files
- No Ads. No Spywares. 100% CLEAN
Application is clean and doesn't include any third-party software
Freeware
Freeware to download and use";
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 = '';
}
}