var fDesc=new Array();
fDesc[1] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers.";
fDesc[2] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed.";
fDesc[3] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans";
fDesc[4] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce.";
fDesc[5] = "depicted in this game is covering a vast area on the earth, i.e. Greece, Egypt and Asia (all ancient civilizations). To begin with the game, you have the opportunity to create your own character.";
fDesc[6] = ", although its development is daring: you have to create a creature, highly envolved to be the dominant species on the planet and, finally, explore other worlds and dominate them.";
fDesc[7] = "It is developed and published by TikGames, LLC. In this amazing and interactive game you will find that the original rules of this popular board game have been respected.";
fDesc[8] = "excellent 2D game very similar to the famous plumber game, but where Tux (Linux's pet) is the main character. Definitely, SuperTux is a game for both, adults who want to remember their childhood and children alike.";
fDesc[9] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga.";
fDesc[10] = "most obvious new feature. With more tricks and an overall more attacking mentality, with players encouraged to take people on. More licensed teams are included along with new boots, hairstyles and an improved Master League.";
fDesc[11] = "many dance games and all games can be played using PC keyboard, dance pad or hand sensors. You need to load songs to play this game. These songs can be down load from its website. StepMania works on Windows 98/ME/2000/XP, Linux and OS X platforms.";
fDesc[12] = "Hollywood, and film your own movies. There are many tools that the user is given to successfuly complete a movie. For example, you can create your own scenarios, with several different items, like cars, backgrounds, houses, etc.";
fDesc[13] = "published by Atari. Inspired by the writings of Andrzej Sapkow, the Polish writer, The Witcher is a title in which a warrior will face some monstrous beings known as the \"werewolves\".";
fDesc[14] = "your neighbors efficiently. The game includes 3 different modes: Speed, Memory, and Simon says. The three of them offers a different game play, although you're essentially doing the same thing: picking orders and dropping them on the corresponding restaurant.";
fDesc[15] = "Entertainment. This expansion pack includes a new campaign for the game which consists of three individual chapters that continue the story of the original StarCraft, new units, upgrades and types of terrain.";
fDesc[16] = "game of 2D in all history. If you are a devoted fan of the classic jumping plumber (just like me), I can guarantee you that you will spend many hours enjoying this great game.";
fDesc[17] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin.";
fDesc[18] = ", which helps to create the ultimate off road environment so that the gamer can take it online and race all challengers. The gamer can rip through the sand dunes in two new ATV models, launch off snow capped mountains with a redesigned monster truck.";
fDesc[19] = "Auto) games series. This Application can be used for GTA3, Vice-City and San Andreas. It can also be used partially for the LCS and VCS.";
fDesc[20] = "Optimize Windows * Monitor System Activity It's easy to use! Even if one single application offers numerous features it is easy to use.";
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 = '...';
}
}