var fDesc=new Array(); fDesc[0] = "The game has a wide variety of options for the screen view, from full screen, windows view, high quality and extended view.
In treasures of Montezuma you will play Emily Jones a graduate student who accepted a position at the Archaeological Museum in Cancun, Mexico where she found a map that points to an ancient Aztec city. Also at the museum she found a box full of rusty tokens and decided to solve the puzzle and search for the Aztec city.
During the game you will have to swap tokens in order to arrange groups of at least three of them. Pay special attention to the tokens that carry gems. Since you have to collect the gems, it´s better to group the ones that carry them. At the beginning of each level you will be told how many gems you need to collect in order to clear the level. Remember that there is a time limit so you will have to hurry up. If you arrange blocks of four tokens you will get standard bonuses, if you arrange five of them you will get a powerful bonus. You will see steel tokens on the board, this special tokens can´t be destroyed by arranging blocks, you will need to use your bonuses. Between levels you will be able to buy power totems that will help you on further levels."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }