var fDesc=new Array(); fDesc[0] = "By using this application you can easily upload data through cloud.

Main Features:

- Synchronized folders: Just right-click on a folder and choose Sync to Cloud. You can also use your personal Online Sync folder which is automatically synchronized on all computers where you login with the Comodo Cloud client.
- Security: Your data is securely encrypted during the download or upload processes.
- 5 GB free storage.
- Media storage: You can listen to music and watch videos using any media player without having to download first."; 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 = ''; } }