var fDesc=new Array();
fDesc[1] = "Kane, a convict who is on his way to death but he is suddenly saved by his former partners and current creditors, The7, and taken into the prison transportation van.";
fDesc[2] = "Activision. This new version of Day of Defeat, is set on the fight in the European Theater during World War II, it uses the acclaimed Source engine, and it is very much realist game, it features better graphics and sounds, and above all great physics.";
fDesc[3] = "play online, you will need to obtain a name and password by registering free in the ICC site. The program offers a link to do that. They will give you a seven days membership. You will need to pay if you want to extend it later.";
fDesc[4] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them.";
fDesc[6] = "User@)Host in the Finger Input box, and click on the Query button.";
fDesc[7] = "schedule, time. Password protect the web. Great to manage employees or parental control usage. Block or allow programs to access the internet (web).";
fDesc[8] = "limiter, bandwidth priority, packet capture popup killer.";
fDesc[9] = "messages directly from the server thus saving valuable time and bandwidth.";
fDesc[10] = "returning. It even stops new spyware before it downloads to your computer through in real time. Plus, it stops bothersome adware programs that trigger pop-up ads and drain your PC's performance.";
fDesc[11] = "involves sending nearly identical messages to numerous recipients by e-mail.";
fDesc[12] = "of all users sessions on your PC.";
fDesc[14] = "smtp server, Test Mailer will act as a mail server itself and lookup the MX records for the recipient.";
fDesc[15] = "find: domain/IP owner country, country map, country extended information, email abuse address, IP pool owner, and many more.";
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 = '...';
}
}