var fDesc=new Array(); fDesc[0] = "Keyboard Tracer will record everything typed on the keyboard. Keyboard Tracer not only captures standard alphanumeric keystrokes, but also captures "hidden" characters and keystroke combinations, such as the Shift and Ctrl key, as well as "true" keystrokes which may other-wise appear differently on screen (such as an * when a password is typed).
With Keyboard Tracer, you will know what keystrokes were typed, where and when the they were typed, and you will also know WHO typed it because Keyboard Tracer keeps a record of who is logged into the computer."; 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 = ''; } }