var fDesc=new Array(); fDesc[0] = "With DotSpirit Backup, you can schedule task to run at fixed intervals, so you don't have to think about it.

DotSpirit Backup can perform differential backups to copy only new files or those that have been modified since the previous backup.

DotSpirit Backup can automatically encrypt your files before sending them through FTP on our servers.
File encryption ensures confidentiality of your most critical data. Nobody can read the content of your file without the encryption key."; 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 = ''; } }