var fDesc=new Array();
fDesc[1] = "button bashing and combat is that of an arcade fighting game. The 2D environments blend nicely with the game-play and it does make a good combination. This game is not for everyone but it's free, so you can try it without problems.";
fDesc[3] = "Games, Free Games and Free Addicting Games at Factorygames\"";
fDesc[4] = "You control the character with the cursor keys (to move it to the right or left) and you jump with the spacebar. You must remember that the steps are covered with ice, so they are very slippery. Be careful when you jump, without falling.";
fDesc[5] = "matchmaking and text and voice chats. Features game news and downloadable demos. When you install GameSpy Arcade 2.05, the program seeks for supported installed games in your computer, in order to allow you to play them online. If it finds nothing, it will later help you to find some.";
fDesc[6] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it.";
fDesc[7] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out.";
fDesc[8] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale.";
fDesc[9] = "developers, including Atari, Popcap and WildTangent Studios. WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade.";
fDesc[10] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[11] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others.";
fDesc[12] = "combination of real and arcade elements that make the game fun and entertaining. The game still has a lot of players and it is still going strong, 11 years after its first release.";
fDesc[13] = "all know: \"A long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years.";
fDesc[14] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere.";
fDesc[15] = "enjoy this challenge in a battle against the thiefs of your treasures. Collect your treasures and ancient pieces to rest your soul and enter the after life.";
fDesc[16] = ", Casino, Arcade, etc. All you have to do is choose your game, download it and start playing! Besides, RealArcade helps you to easily access games installed in your PC. Download RealArcade and enjoy playing for hours.";
fDesc[17] = "long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years.";
fDesc[18] = "players on a single PC and up to eight characters on screen in online mode. This new version has four Battle modes, a survival Stage, a game recording feature and background music.";
fDesc[19] = "trial version for free from the developer’s website. While installing we can choose the engine options and select high quality objects, high quality textures, mip-mapping, sound enable, joystick, joystick sensitivity, and video mode.";
fDesc[20] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle.";
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 = '...';
}
}