var fDesc=new Array(); fDesc[0] = "Snooper is a powerful tracking tool that runs in the background and tracks the programs running on your computer even when you are away. Snooper is a great tool that works like a spy which is invisible to the users and keeps an eye on your computer. It records the starting and stopping time of all the programs running on your computer in a log file named Snoop.log. Snooper can also record other events which are reflected in an application title bar like title of the web pages displayed in the web browser, names of the files opened in Microsoft Word/Excel etc.
With its log file, Snooper enables you to analyze all the different programs that were run on your PC, when they were run and for how long they ran. It also helps you in detecting unwanted programs or any other invisible harmful programs tampering your computer. It allows you to lock the log file so that other programs can only read it and cannot write on it. You can do that by simply adding “/lock” to the Snooper’s command line. Snooper is easy to use, small in size and requires very low memory for execution.
Interestingly, this useful tool is available for free to download and install."; 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 = ''; } }