var fDesc=new Array(); fDesc[0] = "Archive & Restore enables you to put away and save different versions of files and folders. Files are stored separately, either compressed or in their original format.
Put away rarely used files into other folders on your hard drive, a file server on a local area network or on disks. The access will then be preserved by administrable archives, shell extension, search capabilities and links.
Save different versions of files and folders. Archive & Restore lets you document such things as when certain information was published on a website or which source code belongs to which program version. Saved versions of a file are listed under its properties on an additional page - there you can open or restore a previous version quickly."; 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 = ''; } }