var fDesc=new Array(); fDesc[1] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played."; fDesc[2] = "background of the game is such that, you are the head of an international team of skilled explorers who are on a classified mission. In this mission you are provided with 76 challenging levels where you have to unfold the secrets of the long lost fabled continent."; fDesc[3] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game."; fDesc[4] = "tiles for bonus points in the Tournament mode to beat the other player and increase your rating higher and higher."; fDesc[5] = "the hit action-puzzler is here! Glory and adventure await in your quest to save Egypt from doom. Defeat the rebellious princes of Megiddo before they overthrow Pharaoh and plunge two lands into chaos!"; fDesc[6] = "depicted in this game is covering a vast area on the earth, i.e. Greece, Egypt and Asia (all ancient civilizations). To begin with the game, you have the opportunity to create your own character."; fDesc[7] = "enjoy this challenge in a battle against the thiefs of your treasures. Collect your treasures and ancient pieces to rest your soul and enter the after life."; fDesc[8] = "the dark underworld of Hades on a quest of good versus evil, during which they will encounter some of the legendary villains of Greek mythology."; fDesc[9] = "fabled Golden Jewel Board. Uncover hidden jewels, and then use those jewels to complete your quest. While playing with a mysterious jewel board, their daughter Natalie unknowingly pops open a secret compartment..."; fDesc[10] = "will fire balls to lines of balls that will roll over reels towards a sea gate. If a fired ball hits a group of two or more balls of the same color, the whole group will disappear from the chain, and its place will be occupied by the balls rolling behind them."; fDesc[11] = "nice graphics, and introduces a quest mode, where you can get lots of variations and levels that make it really addictive."; fDesc[12] = "game. The idea beneath the game is that Eveline the Wise will have many questions for you, and you’ll have to answer them all by solving different puzzle games. The Realms of Etheria is the scenario of the story."; fDesc[13] = "Quest Software's Toad for MySQL leverages Quest Software's database expertise to empower MySQL developers and administrators, of varying skill levels."; fDesc[14] = "can swap two adjacent jewels by clicking both squares or by dragging one jewel to and adjacent square. As jewels get matched the squares below them turn to gold. The aim of the game is to turn the complete board to gold."; fDesc[15] = "interesting story. Once you match up the necessary tiles to win the game, you must uncover and match the golden Yin and Yang tiles."; 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 = '...'; } }