var fDesc=new Array(); fDesc[1] = ", you´ll have to watch out for dangerous puzzle locks. The game has high resolution graphics. It can be played in four modes: Classic, Speed, Zen and Mind Bender, in Rainbow, Giant and Super Chuzzles. You´re awarded with trophies as you win."; fDesc[2] = "the game. You must change the creatures position on the board in order to form chains of three or more identical creatures. When you succeed in it, the chain will disappear, and the empty space it leaves become occupied for new creatures."; fDesc[3] = "You will have a board full of colored gems. You need to swap identical gems .Swap adjacent gems to make sets of three. If you have the option of swapping four gems that will create a power gem that, when swapping it too, will give you extra points."; fDesc[4] = "they are automatically removed from the board. In order to get to the next level you will have to make a certain number of matches."; fDesc[5] = "chains of three or more pieces. You can´t rotate black rings, or pieces that are not rings. Some pieces will have a letter on them."; fDesc[6] = "You will play in different scenarios, from the jungles to the plains and everywhere in between. There are some special pieces that can be connected to any other, even different ones, to form a tile."; fDesc[7] = "very well-known format. The game consists in getting more than three balls of the same color together, once you do that all of the balls with the same color will disappear, but hurry up, because they will all go down, and when they touch the floor you will have lost the game."; fDesc[8] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones."; fDesc[9] = "same color, vertically or horizontally, to make them disappear from the board. In order to get to the next level you will have to make a certain number of matches"; fDesc[10] = "clicking on them or typing them with the keyboard. You´ll get more points for longer words.Once you finish forming a word, press the \"Submit\" button or the Enter key. If the program recognizes the word as valid, the \"Submit\" button will change its color."; fDesc[11] = "wonderful variation, Maui Wowee lets you decide if you prefer to slide objects or swap 'em! Of course, all your favorite puzzle features are here too."; fDesc[12] = "match together relics from Ancient Egypt. Blue cells will disappear when you make a match over them. You must make all blue cells disappear to advance to the next level. When an artifact appears, you must move it to the bottom of the board, making matches."; fDesc[13] = "points you need to choose with your mouse groups of elements of more than 3 of the same type and click to make them disappear. If you choose bigger groups you will get higher scores, if time runs out and you didn’t collect enough points, game will be over."; fDesc[14] = "itself) as Atlantis Quest, which is, in turn, not free. You must form groups of three identical tiles by swapping adjacent pieces with your left mouse button. The formed group will then disappear from the board."; fDesc[15] = "your cargo delivered on-time. Beautiful seaside environments, lots of artifacts to discover, 3 game modes and much more."; 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 = '...'; } }