var fDesc=new Array(); fDesc[0] = "By clicking the UPDATE DATABASE shortcut, created by the installer, FileCRC will create a database of the executable files (eg. .exe .dll .sys) contained within the System32 folder and its subfolders. The creation of the database will only take a few minutes and the database file size will typically be less than 500KB.

The CHECK DATABASE shortcut, created by the installer, allows you to see which, if any, files have been modified or deleted.

You can update the database at any time by clicking the UPDATE DATABASE shortcut."; 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 = ''; } }