var fDesc=new Array(); fDesc[0] = "A safe, secure and reliable solution to backuping up computers, workstations or servers.

Features:

- Protect your files against loss, theft, viruses, and natural disasters. Share business data securely and privately in the office or across the globe. Sync your critical work across all your computers. Access your data from any web browser. You can do all of that and more, on the go, from anywhere, securely, with just a click.
- My Secure Backup has a great automatic backup system, and can easily be used for basic data backup, but My Secure Backup also gives you a complete network drive that you can use from multiple machines – like an unlimited size USB drive that you can connect to from anywhere. The exclusive caching features in My Secure Backup make it so that using your network drive is as fast as a local drive, and you don’t need to constantly transfer data from the server.
- You store your data on the cloud. You can choose a custom encryption key so that all of your data is encrypted before it leaves your computer, and stays encrypted while stored."; 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 = ''; } }