var fDesc=new Array(); fDesc[0] = "Box Sync keeps files in sync between your desktop and Box account to help accelerate your workflow and centralize content.

- Select what you sync: Choose which folders you sync to gain easy access to the content you work with most
- Sophisticated conflict management: If two people make edits to a synced file at the same time, Box Sync can detect multiple changes and save copies of a file so your team can review potential version conflicts.
- Access files offline: You can always access the files you need right from your desktop, even when you're not online. Once you are, everything will get uploaded to Box automatically."; 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 = ''; } }