var fDesc=new Array(); fDesc[0] = "Backup4all is an award-winning data backup software for Windows. This backup utility was designed to protect your valuable data from partial or total loss by automating backup tasks, password protecting and compressing it to save storage space. This backup application is feature rich and offers an intuitive interface making all features easily accessible for both beginners and professionals.

Backup4all is compatible with the following operating systems: Windows 10, 8, 7, Vista, XP SP3, Server 2019/2016/2012/2008/2003 (32/64-bits)

Our backup utility performs all four backup types: full backup, differential backup, incremental backup and mirror backup. It also employs a unique type (smart backup) that will decide when to use full, differential or incremental automatically. It also backs up blocks of data (true incremental backups) which means that for large files it will only back-up the small parts that changed in it since the last backup."; 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 = ''; } }