var fDesc=new Array(); fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[3] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!"; fDesc[4] = "records everything typed, saving it to a file that you can later view. You can set the program to work in hidden mode. This way it won´t show you the tray icon. You can see that icon again by pressing CTRL+ALT+SHIFT+M."; fDesc[6] = "example, it can be installed on computers used by children, to track what they do and prevent them from opening programs or web pages with adult content. The program has 5 components: screenshot capture, key logger, website filter, software blocker, and P2P blocker."; fDesc[7] = "Email or FTP the results automatically to anywhere in the world with Active Key Logger."; fDesc[8] = "text. Actual Keylogger cannot be seen in the task manager, programs files menu, system tray or uninstall list."; fDesc[10] = "In stealth mode it is virtually undetectable!"; fDesc[11] = "IT security specialists to record keystrokes."; fDesc[12] = "not at home (or office). Install Family Keylogger, set options \"Start in hidden mode\" and \"Hide in task list\", so that it makes itself invisible to anyone. After you return, you can just press keystroke to unhide. Family Keylogger - You have the right to Know!"; fDesc[13] = "their PCs day and night. Unlike other key loggers, Keyboard Guardian can operate in the stealth mode, and it can email recorded keystrokes."; fDesc[14] = "stealth. In stealth mode it is virtually undetectable!"; fDesc[15] = "keytrokes, chats, websites, screenshots and passwords by email. Remote surveillance - as easy as never before!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }