var fDesc=new Array();
fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[2] = "expansion to Crysis. This title is a standalone game and does not need the previous game to be installed to run. Apparently, this new title is not a typical expansion, it brings a lot of changes from its predecessor and it shows the story on the other side of the Island.";
fDesc[3] = "Internet without restrictions or limits. The client is completely free of advertisements and has a nice, easy to use interface.";
fDesc[4] = "following the orders of a mysterious agency. The game includes more than 20 missions in all, which you'll play in a linear order, one after the other.The graphics of this game are great enough and particularly the sound has been improved so as to make it really enjoyable.";
fDesc[5] = "if they are online, even if they are invisible or are using Stealth Mode.";
fDesc[6] = "all our system (including external devices, e-mail, Internet, instant messenger and drivers) or a custom scan. It monitors our computer looking for viruses, troyans, spyware, adware, tracking cookies, malware, and other unwanted threats.";
fDesc[7] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting.";
fDesc[8] = "executable file that contains a set of verification instructions. This utility is used by owners of Xbox 360 consoles to verify that their image files are patched accordingly. Xbox 360 consoles can be modified to read backup disks recorder on regular dual layer DVDs.";
fDesc[9] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password.";
fDesc[10] = "you will be a ble to enjoy a genre fusion of first-person shooter, fighter, and stealth adventure. In this thrilling adventure game you are going to play the role of the felon Riddick, who is one of ther most wanted men in the universe.";
fDesc[11] = "Easy to use for novice firewall users & experts can tune it to their needs with advanced options. Backed by free customer support!";
fDesc[12] = "the World War II to slow down the efforts of the Nazi regime. Sabotage and killing are Violette Summer's main two weapons. Since you are on your own for most of the game, the only way you can accomplish your tasks is go undetected at all times.";
fDesc[13] = "computer, including hackers! A hacker can't steal what they don't know exists to begin with.";
fDesc[14] = "information about those who visit their site. Through your IP address it is possible to clearly determine when you used what Internet service. By using \"cookies\", resourceful marketing specialists create a profile of your surfing habits. Put an end to this spying!! Surf incognito and, from now on, determine for yourself, what information your browser sends out. ArchiCrypt Stealth alters your identity - every second if you want - and allows you to determine what data may be sent and how this data should appear. The content filter, an integrated module, uses highly flexible \"plug-ins\" to manipute data as you specify. Anything is possible - from simply exchanging any text message to removing harmful script components in Internet sites. By blocking and falsifying incoming and outgoing cookies, website administrators can no longer create your profile. Specify which pages you accept and...";
fDesc[15] = "in less time. Stealth Player is not based on IE or FireFox; keeping your porn browsing history private and making it bulletproof.";
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 = '...';
}
}