var fDesc=new Array(); fDesc[1] = "the most popular games in history even more fun to play. Simply match tiles in pairs to eliminate them from the board. But be careful, remove the wrong tile and be stuck without a move."; fDesc[2] = "the #1 series*! Select your favorite classic Mahjongg game, or learn a new variation. Challenge Yourself With Creative Tile Layouts. Test your skill and try your patience with fun 3D Mahjongg layouts, or create your own with the Layout Editor!"; fDesc[3] = "Your goal is to recover stolen Egyptian treasures by matching two identical tiles, making them disappear from the board."; fDesc[4] = "of several levels. You must use your mouse´s left button to choose pairs of identical tiles, in order to eliminate them all from the board. You can´t choose just any tile, it must be at the corner of a layer, with at least one free side, or you won´t be able to choose it."; fDesc[5] = "rules. You can choose between 14 different tile sets and 10 different background themes. A female voice will guide you through the game."; fDesc[6] = "different layouts - split up in different difficulty levels. In the game's Championship mode all players are playing exactly the same game under equal conditions: Compare your scores with others all over the world."; fDesc[7] = "Many different game variations. Contains tutorial. Addictive games of combination and luck, worldwide played with cards or tile sets like Rummikub."; fDesc[8] = "world! Go on an aromatic adventure of coffee collecting in House Blend mode, or try Espresso mode for a quick shot of matching madness."; fDesc[9] = "Link will download a program that, when executed, will download the game through Internet. The total size of the game will be 21.15 Mb. Buku Dominoes features 50 tile sets and 10 different game variations."; fDesc[10] = "games!"; fDesc[11] = "strategy. This game has full color backgrounds making the game visually appealing. The color backgrounds are designed under various themes and categories breaking the monotony of seeing the same application background."; fDesc[12] = "on matching tiles and pave your way to eternal fame in the high score. Choose between Classic or Arcade, three difficulty levels, three different tile sets and 28 lay outs!"; fDesc[13] = "millions of possible combinations! You can also play matching-games type with funny tile sets."; fDesc[14] = "great features includes: unlimited Undo and Redo, random play, create your own background images, sound effects and background music"; fDesc[15] = "for two of the included traditional tile sets. Historical backdrops and patriotic music further add to the experience."; 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 = '...'; } }