var fDesc=new Array();
fDesc[1] = "seventh delivery of the Grand Theft Auto saga. The game contains new and numerous improvements over previous releases, but with the same spirit that characterizes this saga of controversial video games.";
fDesc[2] = "all about: destruction. The game features a single player campaign that allows you to follow the story of Nicko, an illegal immigrant who comes to America in search of the American dream.";
fDesc[3] = "MSN Messenger. This tool is easy to use and to install, while the support is also very quick and prompt. The tool is available for using with more than 10 languages.";
fDesc[4] = "it feels and works absolutely great. There are many features that make this application a nice addition to Windows Live Messenger. The first of them is Action Text. Since Windows Messenger 8.0, new text messages have been added.";
fDesc[5] = "websites. Its powerful anti-phishing technology analysis all the websites you visit and alerts you if the site intends to steal your personal information.";
fDesc[6] = "some ways to steal marketshare from security giants like Symantec, Mcafee and others. Version 6 includes features from the developer antispyware, Spysweeper but it still not a complete security solution due to the missing firewall application.";
fDesc[7] = "second 3D game in the Grand Theft Auto Saga. As Vice City was developed after Grand Theft Auto III, the game follows a very similar design, but with several improvements in comparison to its predecessor.";
fDesc[8] = "recovery softwares. It has a very odd look with no option on its main window. But you can set your security level from its options window. To open its option window you have to double click on its main window. But it is very easy to use.";
fDesc[9] = "of Sir Arthur Conan Doyle, begins another adventure. Story: In this case, Sherlock Holmes, the most famous detective in London, will face his greatest challenge: to catch the famous French thief, Arsène Lupin who wants to steal one of the most important treasures of the London people.";
fDesc[10] = "dream of many years. From the first moment, you must make a lot of decisions such as whether you steal food from the humans or you will destroy the elves and so on.";
fDesc[11] = "your login name and password for every site, storing them in a single file. You can password protect the generated list to ensure nobody would be able to steal your password list.";
fDesc[12] = "the AC adapter plug out) or someone removes the USB mouse the alarm will go off!";
fDesc[13] = "Protector. When it is active, no programs can get access to the files and nobody can steal or spoil your data or use a third-party application to access it.";
fDesc[14] = "hackers to steal as much money as you can. In Hell School Hacker, crack into the school network, and much 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 = '...';
}
}