var fDesc=new Array(); fDesc[0] = "Silent Screen is a PC monitoring tool that is easy to install and a real snap to use. Once installed on the target computer, it gives you a clear picture of the actions performed by the remote user.

You can see the addresses of visited websites, read every incoming or outgoing email, record every single keystroke made on the user’s keyboard, intercept IM messages, capture screenshots at regular intervals and even have the program automatically upload the logs to a remote FTP server.

The software works in the stealth mode and can hardly be detected even by experienced users. The administrative part of Silent Screen is reliably protected by a password, so nobody will be able to disable it, except you."; 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 = ''; } }