var fDesc=new Array(); fDesc[0] = "Do you sometimes lose track of where your files are? Do you occasionally put files in the wrong folder? Have you reorganized your files and are now missing some things? These are reasons for using the Recent Files Scanner. Recent Files Scanner is a Windows .Net graphical utility that searches your hard drive's folders for recently changed files. You can also search for contents of files or file names.

Along with searching on request, Recent Files Scanner can watch a folder for changes to it or any of its sub-folders. The results are displayed as the changes occur."; 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 = ''; } }