var fDesc=new Array(); fDesc[1] = "entrancing play modes, explosive new gems, and dazzling special effects! Brilliant colors, incredibly smooth to play, good sound effects."; fDesc[2] = ", 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[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] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps."; fDesc[5] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining."; fDesc[6] = "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[7] = "desired difficult level. The harder the level, the smaller the pieces. You can go from a very easy 4 pieces puzzle to a very hard 442 pieces puzzle."; fDesc[8] = "addictive and easy to play, Puzzle Inlay offers over 60 picture puzzles to inlay with more than 18 varieties of gems. The purpose of the game is easy yet challenging."; fDesc[9] = "You will spend a lot of time playing it because it is an easy and mind free game. The purpose of Chainz 2: Relinked is to rotate links to create matches of three or more or make use of the four-way link to make matches around corners and finally clear the board."; fDesc[10] = "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[11] = ", and then in another one, to swap its positions and form words. You can play in Action (timed) or Puzzle (untimed) mode."; fDesc[12] = "is only one basic and simple rule and is to place one card next to the other with a value of one less or one greater, neverminding the suit. It's a game very easy to learn, you'll be playing cards in no time, but you will find yourself trapped for hours mastering the game."; fDesc[13] = "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[14] = ", you are given the task of uncovering the secret treasures hidden there by the Incas for hundreds of years. With great graphics and a match-3 game play, Treasure Puzzle is a great option among"; fDesc[15] = "for each day of the year. The images are downloaded through an Internet connection and remain in your hard disk. You can even use your own pictures."; 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 = '...'; } }