var fDesc=new Array(); fDesc[0] = "Sys-Btn is a software aimed at making backups, on a safe place, of the most important files of your computer. It comes with a wizard-style interface which guides you step by step in the backup process.

It was initially aimed at making backup of Windows 95/98 system files, but the files to backup list being customizable, you can actually use it to backup your own files.

The application able to restore your files is compact and works under DOS. It's thus capable of restoring any type of files under DOS, even read-only ones, while being able to fit on a simple floppy disk. It can be also run automatically on the computer's startup using an Autoexec.bat file, which can be created by the software."; 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 = ''; } }