var fDesc=new Array(); fDesc[0] = "DataSafe Backup is a powerful software application that contains all the functionality needed to help you keep your data protected. With it you will be able to quickly set up an optimal backup strategy that will keep your files safe at all times. DataSafe Backup will allow you to easily structure your backups into multiple jobs so that each type of data is backed up at the right time intervals and with the right settings. The built in scheduler will ensure that your jobs run with accuracy at the intervals specified by you. The backups can be compressed to save space and the files that contain sensitive information can be encrypted using a strong 256-bit AES encryption method. Furthermore, the files in a backup can be restored promptly to their original location or to an alternate destination.

It is our hope that DataSafe Backup will provide you with a positive and productive experience. We have designed it to be a very simple and easy to use application powered by an industrial strength backup engine that is able to handle even the most demanding environments."; 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 = ''; } }