var fDesc=new Array(); fDesc[0] = "The shortest path between devices.
Sync uses local networks when available, and cuts out needless round trips through servers in the cloud.

No folder size limits. The bigger the better.
10 GB? 100 GB? No problem. Easily move massive multi-terabyte folders.

Sync and share absolutely everything.
Putting all of your stuff in the cloud is impractical. Sync shares everything from existing folders without uploading huge files to the cloud.

Synchronize only what has changed. Not entire files.
Instead of moving an entire file every time it is updated, Sync incrementally updates only the pieces of a file that have changed.

Truly Private.

Your information is never stored on servers in the cloud.
Your files and personal identity are only stored locally on the devices you authorize, never in the cloud. Your identity can never be correlated to the data you share with Sync.

No accounts. No passwords. No cloud vulnerability.
Cloud services are attractive to hackers because user account information is centralized. Sync uses distributed cryptographic security so there is no central target for attacks."; 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 = ''; } }