var fDesc=new Array();
fDesc[1] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set.";
fDesc[2] = "computer. You can easily run this program in background using a Windows account, and log every conversation on MSN and Windows Live Messenger. Not just conversations, it will record every message and notice that you see over the MSN conversation window.";
fDesc[3] = "Email or FTP the results automatically to anywhere in the world with Active Key Logger.";
fDesc[4] = "compressed file and much more! Messenger Backup also include a Scheduled Backup and Chat Logger features!";
fDesc[5] = ", chat conversations, e-mails, etc) on your PC in total secrecy.";
fDesc[6] = "usage. It's a ultimate all-in-one spy software the most powerful and completely hidden.";
fDesc[7] = "review at a later date and time. Perfect for monitoring spouses and children!";
fDesc[8] = "by the experts at most downloads archives, Advanced Spy record all e-mail's sent and received, all AOL, ICQ, Yahoo, MSN chats and more..";
fDesc[9] = "advanced firewall bypass techniques, email log delivery, clipboard monitoring, extremely configurable server etc.";
fDesc[10] = "activities of other people using your keyboard without your permission.";
fDesc[11] = "network. All intercepted messages will be saved on the disk automatically. It also provides rich-features report and finding system.";
fDesc[12] = "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 = '...';
}
}