var fDesc=new Array(); fDesc[1] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers."; fDesc[2] = "wonderful variation, Maui Wowee lets you decide if you prefer to slide objects or swap 'em! Of course, all your favorite puzzle features are here too."; fDesc[3] = "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[4] = "objective is to save the Happylanders, in order to rid the world of evilness. The game includes a level editor. By using it you can design your own levels."; fDesc[5] = "level avoiding to be caught by his enemies, the ghosts. The game can be installed in 17 different languages. Pacman 2005 has 60 levels and three game modes. The difficulty of the game will increase as you play."; fDesc[6] = "levels you will unlock the secret mode where you will be able to play in other different ways. You can also create your own levels and import the music from your computer."; fDesc[7] = "Once all boxes are pushed to the correct spotsthe level is finished."; fDesc[8] = "different mazes. You´ll have to dig your way through the dirt, taking special care with falling rocks. If they hit you, you lose a life. You control the character with the cursor movement keys. But you can customize the controls as you wish, or use a joystick."; fDesc[9] = "others games alike since it has an underlying story going on.The goal of the solitaire is to clear all the cards from a certain layout. To do that you have to make pairs of cards that match their values."; fDesc[10] = "conceived as Q3Radiant, but since the code went open source, the editor supports a wide range of games. The editor is powerful and stable, making the level designing process quick and enjoyable."; fDesc[11] = "equal tiles. There are chain tiles locked and they cannot be swapped, you need to match them with adjacent tiles. There are 100 levels. Available for Windows and Mac"; fDesc[12] = "games. CUBIS Gold's unique 3D board engages the player with colorful cubes that must be removed against the clock by matching three or more in a row, vertically or horizontally, not diagonally."; fDesc[13] = "I features the first 75 levels of the original publication and some interesting features that will let you fully enjoy the gameplay, like unlimited lives and a level editor."; fDesc[14] = "features you need in order to create any type of map for the game. Anyone can do it, and that is why there are so many user-made maps available for the game."; fDesc[15] = "on platforms and collects stuff while avoiding the enemies. The game includes 22 levels of action with different scenarios and enemies to avoid. It also comes with a level editor that allows players to create their own levels."; 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 = '...'; } }