var fDesc=new Array(); fDesc[0] = "View, backup, sync and share any of your files and pictures with anyone.
You can install the Quickaccess client on as many computers as you wish. They will all appear on your Quickaccess Desktop when you log in.
If you want to add more folders to Quickaccess, open the Quickaccess client (double click on the icon in the windows status bar) and click on the file sharing icon to see a list of shared folders. You can drag and drop folders into the shared folders list or you can choose them manually with the "Add Folder" button."; 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 = ''; } }