var fDesc=new Array(); fDesc[2] = "with all those who will build a great temple of new faith after deposition of all the enemies of a new pharaoh and his god to the fiery abyss!"; fDesc[3] = "hunter. After investigating ancient papyrus, you set on a journey through lost temples and tombs looking for a magic weapon that will guide you to places where amazing riches and treasures remain hidden."; fDesc[4] = "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[5] = "Conquistadores shows you the way to the Sun Temples. Does the gold of El Dorado really exist or is it nothing but a myth?"; fDesc[6] = "order to help you. Solve all the puzzles that will be presented to you at the different stages of each temple. Enjoy hours of fun solving puzzles in this great game."; fDesc[7] = "swap the tokens by clicking them with the mouse in order to create matches of three or more. This game has a clock and a limited time to complete each level. If you fail to complete a level before the time runs out, you’ll have to replay it."; fDesc[8] = "puzzles of pharaohs, fight kings and show courage in many adventures to get them all."; fDesc[9] = "shrines, collecting treasures along the way."; fDesc[10] = "floors of the Shaman's survival trial in Inca Quest Deluxe. Aim, launch and match Incan color coins in temples of ancient secrets and untold treasure."; fDesc[11] = "Nile and danger lurks around every corner. Treasure Pyramid Deluxe is a puzzle adventure game that will take you on an unforgettable journey through the undiscovered temples and long forgotten ruins of Egypt."; fDesc[12] = "snit, he is gone and locked them all in their temples until a mortal actually beat him! There’s no need to say that the player of the game is the mortal who has to beat Hade Fancis"; fDesc[13] = "challenges of skill, strategy, and fun!"; fDesc[14] = "roulette.We offer you to listen to pleasant music and to take part in this game to feel a glorious victory!"; fDesc[15] = "the roulette. We offer you to listen to pleasant music and to take part in this game to feel a glorious victory!"; 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 = '...'; } }