var fDesc=new Array(); fDesc[0] = "The File Guardian utility is an advanced tool to see changes to a file(s) in a particular directory. Whether it is a log file creating by some batch processing program or a report file generated by a reporting engine. All you have to do is specify the path and the type of file(s) you are looking and this program will automatically fire events on creating / renaming / deletion of files.
File Guardian is an advanced monitoring tool for Windows that shows real-time file and process/thread activity. It combines the features of File monitoring and Process monitoring and adds an extensive list of enhancements including rich and non-destructive filtering."; 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 = ''; } }