var fDesc=new Array(); fDesc[0] = "Used to save data, a backup/restore application that allows users to save data in a special backup file.

This application will make the backup process much easier especially when you have many files in diferent folders, because is searching for the files automatically. .

Designed to be very easy and intuitive to use, this software will have you ready to backup files within minutes.

Advanced File Backup allows complete control over your backups.

You can set your files to backup/restore to a specified location .

The application has a lot of filters to help you to skip/include files in backup automatically, and more other features."; 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 = ''; } }