var fDesc=new Array(); fDesc[0] = "Backup2009 Pro brings you all tools necessary to keep safe your system and data. Classic backup and copy allow to process files even if they are locked by another program.

A lot of useful functions help you to manage your backup jobs :

- the Agenda : to schedule backup jobs
- the Geography : to quickly view what is backuped and where
- the History : to follow if jobs have been done. The History is also available from the Windows Explorer.
- the Catalog : to check files backuped."; 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 = ''; } }