var fDesc=new Array(); fDesc[0] = "Keyboard Guardian records every keyboard touch and mouse click in the log file. It reveals hidden passwords, URLs, usernames, etc. It is also useful when Word, or other word processor freezes, this way it's possible to backup typed text. It has friendly interface, and yet it can be hidden from the screen and removed from Windows task manager list, making it impossible for anyone to easily detect it. Keyboard Guardian can also email log files with recorded data to the specified address every specified amount of time, which is useful to remotely monitor one"; 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 = ''; } }