var fDesc=new Array(); fDesc[0] = "AutoBackup is a powerful yet easy to use backup tool that allows you to monitor up to 100 folders or drives for changes and automatically creates a backup in the destination you have chosen. This incredible application sits quietly in your system tray watching a preset folder or folders for activity, and once a file has been modified or created it is backed up wherever you want. What is more, the program features a very simple and intuitive user interface that makes it really easy for beginners. What is more, AutoBackup has the ability to create up to 9999 copies of each file ensuring that you always have a backup copy to go back to and also supports delayed backups of up to 3 hours so that a backup is only made after the exact amount of time you specify. In addition to this, you also can add an administration password to prevent other users from stopping the backup process and adding/removing backup profiles. All in all, if you are looking for an application to help you in the task of backing up certain files, this program is perfect for you."; 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 = ''; } }