var fDesc=new Array(); fDesc[2] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels."; fDesc[3] = "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[4] = "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[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] = "from the game board. Some of the tiles conforming the game board are made of gold. You have to collect all of the gold tiles on the game board to complete the level. To do that, collect gold tiles by removing the objects on top of them."; fDesc[7] = "Highly addictive, Ancient Tripeaks is full of fun and entertainment and it represents a convenient gate-away after a stressful working day. It features eight unique game modes to suit all types of players: from beginners to experienced!"; fDesc[8] = "introduces a quest mode with several levels with increasing difficulties, it is easy to learn and features good gaphics and sounds."; fDesc[9] = "a journey to visit a real medieval castle in the middle of nowhere. The construction is beautiful. Yu can tell it is ancient just by looking at its robust walls and towers. Who owned this fortress?"; fDesc[10] = "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[11] = "seven wonders of the world. The objective is to create matches of three in a row tiles, by swapping the correct tiles on the board. You can try this game for 60 minutes and buy it for only 19.95 dollars."; fDesc[12] = "solve the mystery that is hovering over the books in his Great Uncle Argus's library, which is causing their characters to act in a strange way. To achieve this, you must solve the each of the books' puzzles"; fDesc[13] = "from others by covering the same historical period from different sides and with great fidelity. Plot: As you may know this game is set in an historical time the period between the ages 700 and 300 BC."; fDesc[14] = "storyline and superb graphics. Ancient Secrets is the type of game that can be played endlessly by children and adults, as it is entertaining and good to enhance memory skills."; fDesc[15] = "story which makes the game more attractive. The game includes three game modes: Ancient Tales mode, which allows you to solve wonderful Mahjong puzzles as you are told five dramatically narrated traditional Chinese tales..."; 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 = '...'; } }