var fDesc=new Array(); fDesc[0] = "SysTracer is a system utility tool that can scan and analyze your computer to find changed (added, modified or deleted) data into registry and files.

SysTracer can scan your system and record information about:

- changed files and folders
- modified registry entries
- installed programs
- system services
- system drivers
- applications that are configured to run at computer startup
- running processes
- loaded dlls

Each scan operation performed with SysTracer generates a binary image file representing a snapshot of your system.

Recording the snapshot usually takes a few minutes depending on your system complexity. You can choose to scan only specific parts from folders or registry, in order to speed up the recording process.

By comparing snapshots from before and after a new program installation or execution, you can determine which files or registry entries were added, changed, or deleted.

You can create as many snapshots as you may want or need, and you can compare anytime any pair of them, having the possibility to export differences to HTML and PDF."; 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 = ''; } }