var fDesc=new Array(); fDesc[0] = "SugarSync Manager allows you to easily backup, access, synchronize and share your files and folders across your computers and mobile devices.

You can sync any file or folder on any device. Just select something to sync and forget about it, SugarSync works automatically in the background. The program lets you share large files and folders privately and securely with the people you select. Let recipients edit your files, or limit them to view-only access.

By using this application you can share photo albums, files, and folders on your blog, Facebook, Twitter, or via email. You can access the uploaded files using our mobile apps for iPhone, iPad, Android, Blackberry, or Symbian.

The program lets you access all of your synced content at once using Mac Finder or Windows Explorer — even content from your other computers.

You can find any file or folder you've synced or shared — no matter what device it's on — from any computer or mobile device, using SugarSync or any browser.

Your data is securely transferred in and out of the cloud using industry- standard TLS. Files are encrypted using 256-bit AES keys."; 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 = ''; } }