var fDesc=new Array(); fDesc[1] = "zombies, which want to destroy your vision of happy future. It's real good continuation of Fallout 1/2. New adventure in the habitual environment and modern good-looking form."; fDesc[2] = "The environment is the imaginary city of Lost Heaven, but clearly inspired in the aspect of a large United States cities in those years, as New York or Chicago."; fDesc[3] = "continues to GTA IV. Although the game is a bit outdated the fun has not been lost, and thanks to Rockstar you can download the game from their website now. You cant miss this chance."; fDesc[4] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities."; fDesc[5] = "attractive story behind this puzzle game that will surely catch you. Jane and Bob, treasure hunters, have a mission to accomplish; make their way to find seven amulets."; fDesc[6] = "with walls, using the arrow keys to move and the space bar to fire. When you beat an enemy wave, you can go to the next level."; fDesc[7] = "Teach them survival skill as building, fishing, exploration, research and healing other people. Guide them and build your village solving 16 puzzle of different difficulty levels."; fDesc[8] = "kind, above even games like Age of Empires. The Settlers: Heritage of Kings part of a completely different premise."; 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] = "certain items in different messy scenes. What makes this game a bit different from others of the kind is that it organizes the game into three different types of searches: Silhouette Round, Find 10 Round, and Puzzle Round."; fDesc[11] = "has a ripper that can analyze other game files. It is simple to use and very powerful. If you handle resources from different games, this is the only program you need."; fDesc[12] = "the desired gems that will help you to solve the riddle printed on the map you also found. Arrange in groups of at least three, those tokens with gems on it. All you need in order to play this game is your mouse."; fDesc[15] = "city. There are spikes, fire, barriers and the other traps on the Bumpys way from level to level."; fDesc[16] = "your golden gondola, sling costly coins, launch lovely lyres and ricochet ruby rings into their corresponding spaces overhead. But don't let the artifacts fall into the water, or Venice is doomed!"; fDesc[17] = "lush forest where a river falls down in the form of a magnificent waterfall. The entire surrounding scene is very well designed in 3D to allow you to watch a huge waterfall in all its splendor."; fDesc[18] = "their intriguing adventures as they trade exotic goods and engage in real-time battles, all while building the most powerful trading caravan the world has ever seen. Embark on challenging quests and hire fiercely loyal warriors for protection."; fDesc[19] = "civilization to find the lost city of Eldorado, the city that is hidden in the Amazon jungles."; fDesc[20] = ", below the water surface, you will see the ancient ruins of the legendary Atlantis that is now populated by thousands of sea creatures."; 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 = '...'; } }