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] = "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[3] = "the look and the sense of humor of the movie.This game follows the story of the movies (Dead Man´s chest and At world´s end)"; fDesc[4] = "gives you a fantastic plot set in medieval times in a vast region divided between a corner of shadows beneath the earth and a splendid sunlight place. In this amazing game, you will enter the two worlds."; fDesc[5] = "arcade game Pac-Man. This game is a freeware which doubles the enjoyment as the player need not to bother about trial period and can enjoy playing the game with a free mind."; fDesc[6] = "further in his quest. Sometimes your path is interrupted by holes with water. In order to pass over them, you´ll need to push a box into them, or put two boulders one over the other."; fDesc[7] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models."; fDesc[8] = "ability to find hidden objects, the game will provide you words and you must search does objects in your screen in order to solve mysteries and police cases."; fDesc[9] = "more than 160 locations, in two different worlds. The game has more than 50 speaking characters that you can interact with. Through the journe you will have to explore, solve puzzles, meet new people, face terrifying monsters, learn, and grow."; fDesc[10] = "consists in three game packs that you will have to choose according to your age. There is a special option for kids named ¨Kid’s play¨, ten levels of four worlds each. Brilliantly colored graphics and all four unique worlds with easy tasks."; fDesc[11] = "attacking your planet. The game features colorful detailed graphics and good sound effects, which make the game really enjoyable and fun."; fDesc[12] = "features cool 3D graphics with funny cartoon-like characters, pleasant background music, and good sound effects. Although the graphics look might look a bit silly or childish for some people, the game is not for children and is substantially challenging."; fDesc[13] = "features nice 3D environments though the graphics look a bit old. It has been running for nearly 14 years and the amount of worlds it has is huge."; fDesc[14] = "different worlds, which can be played in any order. The main character in the game is a funny coin called Colin, who should bounce around the different levels and worlds retrieving the stolen coins."; fDesc[15] = "related to history or based on history. The game offers three lost worlds in which to play. You can visit Mesoamerica, the Rome Empire, or Egypt. You can try this game for 60 minutes before you buy the licensed version."; 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 = '...'; } }