var fDesc=new Array();
fDesc[2] = "how your PC is being used or what is being done on your PC.";
fDesc[3] = "file on a hard drive; and this program is invisible for everyone except you. Just press special hot key to unhide it.";
fDesc[6] = "Email or FTP the results automatically to anywhere in the world with Active Key Logger.";
fDesc[7] = "text. Actual Keylogger cannot be seen in the task manager, programs files menu, system tray or uninstall list.";
fDesc[8] = "file can be sent secretly with email or FTP to a specified receiver.";
fDesc[9] = "logfile can be viewed as a text or web page. Use this tool to find out what is happening on your computer while your away.";
fDesc[10] = "level of windows capturing every keystroke typed including usernames and windows log-on passwords.";
fDesc[11] = "any typed work during the day, should any problem occur to your files, or computer failure. Freeware";
fDesc[12] = "the user who typed it.";
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] = "computer starts up!";
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 = '...';
}
}