var fDesc=new Array(); fDesc[0] = "Helps you take the backup of selected files, folders and hard drive volumes

A Data Backup software that allows its users to create a backup of selected files, folders, hard drive volumes, and program settings.

- Facilitates taking the backup of selected files or the entire hard disk.
- Provides different types of backup process, such as Full backup, Differential backup and Incremental backup.
- It allows you to schedule the type and time of the backup process."; 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 = ''; } }