var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus.";
fDesc[3] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation.";
fDesc[4] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders.";
fDesc[5] = "vertical inclines, killer jumps, and sharp bank turns. The player will jam through giant snowflakes and charge big tables. The program will install WildTangent console in order to properly run SuperJam. This console may be needed to run other WildTangent games, too.";
fDesc[6] = "the same time protects you from dangerous files. The program features a very simple and easy to use interface that shows you the available options and allows you to access them in a snap.";
fDesc[7] = "Sometimes a user can notice some problems in his computer like system slowdown, programs not responding and system hang phenomena. These problems are mainly caused when some of the processes consume a large portion of the computer’s CPU and memory.";
fDesc[8] = "will play the part of Jennifer Lourdes, a novice FBI agent who is in company of Alan Michaels, an older agent, they are after Ira Einhorn, a former hippie leader who turned into killer and runaway after putting Holly Maddux to death in 1977.";
fDesc[9] = "button. This will make room in your Taskbar by removing the Start button.I know you are asking yourself what if I don't want to remove it? The Start button really is not erased, it is only hidden and can be displayed again by closing it, easy as that.";
fDesc[10] = "patriots rise in rebellion against the conquerors to protect their home.";
fDesc[11] = "that silently logs your keystrokes and steal your passwords which are known as keyloggers. It will give you the ability to allow/disallow them and it has an easy to use interface and an automatic start option.";
fDesc[12] = "may appear mere advertisements, but on some occasions they are adware - anyways, they are annoying and steal a user’s bandwidth, or even lock the browser. So this lite program will ensure the user against this, and best of all it runs quietly in the system tray.";
fDesc[13] = "information and privacy. The program scans your computer and deletes any malicious program and other useless Internet traces that may compromise you and occupy valuable space in your computer.";
fDesc[14] = "captain of a submarine who must manage the crew and take on missions to become a true submariner, while avoiding enemy torpedoes and other attacks.";
fDesc[15] = "any website. Such pop-up windows usually have advertising content and are really annoying. If you are sick of them you might find Advanced Popup Killer very useful. This small application was developed for blocking unwanted pop-up windows.";
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 = '...';
}
}