var fDesc=new Array(); fDesc[0] = "WDog is a software utility that can be useful to monitor the creation of undesired files and/or processes in the PC.
It can monitor a list of process names and files: as soon as a process included in the list starts running or a file included in the file list is created (for example by a virus program), WDog issues a warning with a pop-up window. The event is recorded in a log-file as well, along with other useful information."; 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 = ''; } }