var fDesc=new Array(); fDesc[1] = ", 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[2] = "how they blow out. The game offers three different game modes, not very different from each other. Definitely it's not the game of the year."; fDesc[3] = "Deluxe Galaga. Was one of Adrenaline Vaults top shareware games of 2004! The game requires DirectX 8.1 or later."; fDesc[4] = "stages which are called challenges, as we must prove ourselves as top chefs. In each challenge we must create different recipes in a limited time. To create a recipe you must follow some steps. In each step you must use different flavors that must fit the ones required by the judges."; fDesc[5] = "dodge and duck through an intricate theme park with the unflappable goal of saving the infamous Mr. Meow."; fDesc[7] = "precious works of art and treasures have been stolen and hidden around the world. Funkiball is a fun game that brick-busting games fans will fully enjoy."; fDesc[8] = "moved horizontally using the mouse. We must stop the balls that fall from the top of the screen. Each ball we miss will increase the computer's score. To increase our own score, we must shoot the collected balls and hit the targets."; fDesc[9] = "others. Among this puzzles you will find, 24 Puzzle, a game whose main objective is to align the numbers in order, that is from 1 to 24. Although it sounds quite simple, it may get really challenging as well as entertaining."; fDesc[10] = "Big Fish Games. In this tycoon-like game you are going to manage a local rock band, and the main goal is to achieve fame and make your band's songs go up in music charts."; fDesc[11] = "the development of the game genres. Classical snake base in this snake game greatly combines with action shooter activity. All the Battle Snake is done in classical 2D top view. In the century of the 3D arcade such games become a big rarity, so Battle Snake become a real gift for fans of snake games. No doubt, the thing which attracts your attention at once is gorgeous graphics of this snake game. Lively colored Battle Snake is divided into the 4 absolutely different areas, such as green flowery fields, cold icy north with it's snowfalls, underground caves with rivers full of lava, high-technological UFOs. Each area is features with it's special food. Battle Snake makes glad by it's endless fightings. Shots, explosions, snake's commentary - all this with action music. Choose the level of difficulty according to your skill and liberate the planet out of slavery. To make this attractive..."; fDesc[12] = "over the top of another, but only if both have the same color or number and are in the same row or column. The game ends when there is no chance of a valid move. It is really complex and requires an acute observation sense and concentration"; fDesc[13] = "puzzle junky looking for a challenge, you simply can't pass on this game. The rules are quite simple"; fDesc[14] = "the player is to avoid that the bricks on the down side of the wall reach the floor. The player is provided with a ancient car to collect the brick the player picks up, and then to throw it up back again in a different position."; fDesc[15] = "there are different items, such as bells, horse shoes, hearts, and many more. Under this items we have transparent squares. If we make a match of three or more similar items, the squares under the matched items will turn to blue. The aim of the game is to turn the whole game board blue."; 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 = '...'; } }