var fDesc=new Array();
fDesc[1] = "of elite army corpses, weapons and technollogy. Generals Zero hour can be played with 3 teams: The Chineese, the Terrorist, and, of course, the American one.";
fDesc[2] = "the action: you are not going to fight the terrible Stroggs all by yourself, since you will have the support of elite squads made up of special marines who carry with them state-of-the-art technology, and with whom you will be able to interact.";
fDesc[3] = "worry, Anti Trojan Elite is able to analyze, detect and remove all kinds of trojans and keyloggers from your PC. Anti Trojan Elite is the perfect complement together with your antivirus, because it's specially created to detect and destroy the popular Trojan virus, which are very destroyers.";
fDesc[4] = "this program to increase their skill and add to their enjoyment of chess. There are loads of hints and help such as a last move marker, display of the opening name from the Encyclopaedia of Chess Openings, narration about the position of both players, information for beginners, glossary of chess terms and tactics, tip of the day and more. Change the playing strength to suit yourself, set up the board to any layout, play a specific opening by name, choose different styles of time limits, add comments to specific moves, replicate the board to set up variations with one mouse click, use the new analyse mode to do a comprehensive search of a position, and more. Play chess by email, print board layouts and move listings, load and save games in the internationally recognised EPD, FEN and PGN formats, publish games to HTML, BMP and JPEG formats, copy and paste games to and from other chess...";
fDesc[5] = "of tournaments that will put your angling prowess to the test. Cast your line in colorful locations like Bullhorn Lake, Golden Corn Lake, Wicked Mansion Lake, and more.";
fDesc[6] = "War. Plot: You are an American soldier and you will have to infiltrate in the enemy ranks and get the vital information that is needed by your superiors. As you are a sniper the rifle will be your weapon.";
fDesc[7] = "professional proxy checker and proxy switcher. It can check the details of the proxy and change the proxy for you.";
fDesc[8] = "explains your objective the news that your intelligence received from the other side and data of the tank that you are going to use.";
fDesc[9] = "opportunity you will fight in Africa. Plot: Panzer Elite Action returns to the load with an expansion that focuses on African campaign of World War II. Forget the immense forests of central Europe and confront a much warmer scenario.";
fDesc[10] = "supposed to broadcast over the Internet, since the program receives the streaming from it. It doesn´t use any other hardware than your sound card, monitor and speakers. You don´t need to have a tuner card.";
fDesc[12] = "windows operative systems. Plot: this game puts you in the Second World War, once there, you are going to command an elite force, a very special one, the saboteurs.";
fDesc[13] = "pointer. Bring the Power of CD+G, CD-Audio, VCD, DVD, and Karaoke Media Files (Audio+G) into one awesome program.";
fDesc[15] = "for mixing and editing audio files. This program supports not only audio files but video files as well. The supported formats are MP3, WAV, WMA, MPG, AVI, DAT, WMV, FLV, MP4 and VOB.";
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 = '...';
}
}