var fDesc=new Array(); fDesc[1] = "seeker who travels around the world, searching for lost treasures. In this game, you have to locate the Lost Tomb of Egypt, by finding and picking objects from different scenes. You can try this game for 60 minutes before buying."; fDesc[2] = "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[3] = "changed. Back in time, Lara was a group of polygons moving awkwardly around ugly-looking square levels. Now, Lara is a real woman, with real clothes that move and break."; fDesc[4] = "Crystal Dynamics manages to improve it on almost every aspect of the original by rebuilding the game from scratch, but without taking away all the things that made it so special, such as its fantastic and hugely memorable level design."; fDesc[5] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities."; fDesc[6] = "Traveller's Tales and Amaze Entertainment and published by Lucas Arts and TT Games. It is based on Episode IV, V and VI of the Star Wars film saga"; fDesc[7] = "Raider has always been a puzzle game, and if you like puzzles with nice graphics and a decent story, this is a top-of-the-line game. The graphics, as well as the environments, are excellent and Lara looks better than ever before."; fDesc[8] = "This gives you an idea of the quality of the game which, on the other hand, it’s a disadvantage when you consider the large file you have to download to play it."; fDesc[9] = "different colors and you have to create matches (or groups) of 3 or more pieces in order to clear them from the board. There are three urns you have to fill with the triangles you clear from the board."; fDesc[10] = "by FreeGamePick.com. In this game, you must throw scarabs at groups of three or more of same-colored tiles that will appear from the top of the screen."; fDesc[11] = "a passage that an archaeologist found under a tomb, with different doors and rooms. You must help to find the way to enter the different rooms and collect the treasures."; fDesc[12] = "Your goal is to fill out your game field with the shapes provided in order to solve and image that will guide you to the game’s answer. There are many levels to solve, but do not worry, you have a map with you that will show you where you are and will help you keep track of your game."; fDesc[13] = "slide colored blocks into groups of three or more and they'll be removed from the screen. After awaking in their tomb, they set out to escape the stone walls and find out who they are."; 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 = '...'; } }