var fDesc=new Array(); fDesc[1] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining."; fDesc[2] = "saga. As you probably know, with this game you are going to travel to the ancient Persia, a land of adventure and magic."; fDesc[3] = "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[4] = "Full of 3d modeled enemies, buildings and explosions."; fDesc[5] = "variety of different arrangements to play, organized into what is called “levels”. With a wonderful underwater look interface and a warm music you enter into a welcoming atmosphere while playing this game, achieving its main goal: entertaining you."; fDesc[6] = "spooks and find the treasure."; fDesc[7] = "going to travel to the Caribbean in 17 th century. You can choose between English, French, Spanish and Dutch Caribbean colonies, with eight different scenarios."; fDesc[8] = "group three or more of the same color and make them disappear from the board. The game includes 88 original levels with incredible backgrounds and objects from the Ancient Egypt including chalices, temples, ruins, murals and headdresses"; fDesc[9] = "download, install and play. Get all the treasures before the mummies catch you. Thousands of years ago, the Pharaohs hid treasures of great value in cryptic labyrinths. It is now your duty to get them. If you do not get caught by the mummies."; fDesc[10] = "who needs to collect treasures in order to proceed through levels. To do so, the players will have to avoid (by digging or setting traps) or kill the enemies that will try to stop them."; fDesc[11] = "combines a simplistic gameplay with a confusing narrative. If you haven't seen the movie or read the book, you will probably get lost in the game."; fDesc[12] = "the next level, while avoiding or killing funny enemies. The game includes more than 100 levels in 5 different locations, which become more and more challenging as players advance through the game."; fDesc[13] = "screen and you must drag a symbol and place it in the correct match slot. The game allows you to check rules, and set options like full screen, music, sound, show hints, and hard acceleration. Time runs and to reach new levels you must reach targets."; fDesc[14] = "make you have a great time. Challenge your speed and mind matching pairs of ancient Chinese pieces. Graphics are good and moves are simple but this game is full of fun."; fDesc[15] = "treasures. This game will challenge your speed ability and your vision. Be fast and clear as many bricks as you can, and collect as many prizes as possible."; 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 = '...'; } }