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] = "your sights on the prey of a lifetime. Unique action-packed missions will get your quarry running and your heart pu"; fDesc[3] = "tough challenges."; fDesc[4] = "three figures of the same color and click on them to eliminate them and get points. The screen will show you a lot of different balls, each one with a color."; fDesc[5] = "test your hunting skills against wild animals in settings like New Zeland, Montana and others. You will need good senses to track and hunt. It has three modes: easy, medium, and hard."; fDesc[6] = "which you got to help them out. This time they are in the hunt of the “Jaguar’s Eye” codex. It’s believed this codex belonged to an ancient Aztec warrior cult and the codex somehow conveys unrivaled power on whoever owns it."; fDesc[7] = "Scruff has hidden valuable artifacts throughout the Scruff home and if they can locate them all they won't have to sell their family home. Join the Scruffs on a scavenger hunt in The Scruffs Deluxe!"; fDesc[8] = "possible and thread your way through a mysterious valley full of secrets. Unlock 9 secret Seal Chests to gain access to the hidden city Shangri La."; fDesc[9] = ", cd-Rom, and Playstation 2 players that offers them a challenging hunting game experience. Players of this hunting game are challenged with 96 fast-paced hunting missions that take place across 24 simulated states and provinces of the USA."; fDesc[10] = "game is a first person shooter in which the main goal is to collect trophies for your hunting. In the game of course you carry a gun, and you can change your position from standing, crouching, or prone in order to increase your accuracy and a have a better view."; fDesc[11] = "you, you´re not going to catch any frog. The real goal of the game is to keep you wandering through the screen, trying to avoid to be killed under the weight of hordes of bouncing blue elephants."; fDesc[12] = "This means that you have to search for certain items on different locations, according to a list provided that dictates what to look for. What you have to do is to help Larry, Moe and Curly to find a hidden treasure and buy the building before they get evicted."; fDesc[13] = "virtually identical images in time. It features a large photo gallery, amusing music, and a smart interface."; fDesc[15] = "and become a skilled player at the same time. Improve your game and increase your return!"; 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 = '...'; } }