var fDesc=new Array(); fDesc[1] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[2] = "background of the game is such that, you are the head of an international team of skilled explorers who are on a classified mission. In this mission you are provided with 76 challenging levels where you have to unfold the secrets of the long lost fabled continent."; fDesc[3] = "lost parts of the powerful crystal. Playing this game is very easy and fun, move with the arrow keys and tab to swim up and reach caves under the surface of the water. Be careful with your enemies and don't let them touch you, some can kill you."; fDesc[4] = "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[5] = "expansion for Fable which presents all the content found in the original with the addition of such new features as monsters, weapons, alignment based spells, items, armour, towns, buildings, etc.."; fDesc[6] = "Very original backgrounds. You'll find that the difficulty increases level after level till you'll think they are impossible to finish but even then you won't be able to leave the game for a long while!"; fDesc[7] = "the settings and different alternatives for fun are excellent, you will never get bored. Choose your track and car for a single race or a championship and try to break all the speed records."; fDesc[8] = "Sony PlayStation 3. The game mixes action on foot and mecha (also known as meka or mechs: pilot-controlled walking vehicles) the main character is played by Korean actor Lee Byung-Hun."; fDesc[9] = "different buildings under the ocean. In this game you can select timed mode to speed you ability and make your tasks more difficult."; fDesc[10] = "lot of time and money building model railroads in their backyards, for example. With this game, you can do it all from your PC without spending an additional dime."; fDesc[11] = "fantasy land of Styrateg from the grip of evil emerging in the ancient kingdoms of the land. It features over 20 unique levels of play and the Styrateg 1.1 game includes original medieval music which adds to the atmosphere of the player’s experience."; fDesc[13] = ", Shroomz mixes a fairytale storyline with exciting puzzle game play."; fDesc[15] = ", where you will battle with hordes of alien missiles and weapons. Sometimes you will need to help planet population to escape, getting your mission more difficult."; fDesc[16] = "mysterious organization operating a research station on a strange island. But, something is about to go terribly wrong. 3D Graphics. REQ DirectX 9.0."; fDesc[18] = "Charles, Phillip and Camilla. The game has good graphics and many options. You also do not have to worry about how a robotic partner may play."; fDesc[19] = "progressively challenging levels as you encounter collapsing floors, slippery ice panels and guardian creatures to complete your quest."; 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 = '...'; } }