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] = "those games, you have to keep the ball bouncing into three walls, destroying thing as it touchs it, and getting points for it. From time to time, a destroyed item will free a bonus item, that will give you some advantage if you catch it."; fDesc[3] = "marks representing hidden dig sites. You have to complete your treasure collections to unlock them. In this game you’ll be exploring ancient ruins, discovering fabulous treasures and winning piles of coins."; fDesc[4] = "The figures vary in type, so you must find out the longest chain for the highest score possible. The game also features a nice background story that makes it a little bit more professional. This is a solid puzzle game that is refreshing and easy to play."; fDesc[5] = "When you create the match, those tiles disappear from the board and are filled up with new relics and artifacts. Sometimes, the new tiles will create new matches triggering a chain reaction. If you create matches over the stone tiles, you pass the level."; fDesc[6] = "Huntington's shop owners find more than 1,200 unique and cleverly hidden items for their customers and earn enough cash to open a shop of your own. This \"hidden object\" game will bend your brain and dazzle your eyes."; fDesc[7] = ", you are given the task of uncovering the secret treasures hidden there by the Incas for hundreds of years. With great graphics and a match-3 game play, Treasure Puzzle is a great option among"; fDesc[8] = "tile-matching adventure that begins over 10,000 years ago. Match magic gold tiles and travel through 12 Japanese eras, unlocking wisdom that will guide you to the Emperor’s lost treasures!"; fDesc[9] = "items and some hints in case you get stuck. What makes this game different from others of the kind, is that in this one you are not only supposed to be finding items and picking them up from a scene, but you also have to put them in their correct spots in other scenes."; fDesc[10] = "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[11] = "houses. You´ll need to impress the judge and win so that your house appears in Superstar Homes magazine. The game has two play modes: Career and Sunnyville Tour. Players cannot access Sunnyville Tour until they complete the game in Career Mode."; 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[13] = "a passage that an archaeologist found under a tomb, with different doors and rooms. You must help to find the way to enter the different rooms and collect the treasures."; fDesc[14] = "charming little town find the items they desire. You have to earn enough money to restore and reopen your Uncle Roy's gas station. Featuring two exciting game modes, a unique hint feature, and hours of eye-popping fun."; fDesc[15] = "common at that time, they sailed the seas with their ships, and they stole gold from another ships.With this game you are going to travel to the eighteenth century, in the Caribbean."; 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 = '...'; } }