var fDesc=new Array();
fDesc[0] = ""DFIncBackup Professional" is a personal backup program performs full, differential and incremental backup of files to zip archives.
Main features:
-Full backup, differential backup and incremental backup
-Quick start with Wizard and templates
-Full compatible ZIP compression (zip64)
-Built-in CD/DVD disc burning engine supports ISO9660 standard
-Backup locked and opened files by Volume Shadow Copy Service
-Shortcuts for "One click backup"
-Strong encryption AES 256-bit
-Backup to: CD/DVD, HDD, LAN, external USB HDD, Flash
-Quick restore and view with archives manager
-Flexible tuning of root folders and sub folders
-Built-in scheduler
-Decrease CPU loading by "Program priority" option
-Email notification on backup complete
-Run application or batch file before and after backup task
-Shut down computer after backup complete
-Command line support
-Log file viewer";
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 = '';
}
}