var fDesc=new Array(); fDesc[1] = "which you choose the layout you want to play and the breathtaking Endless mode in which you remove tiles from an ever-rising tower of game pieces. Mahjongg Artifacts is a striking new entry in the fiercely competitive Mahjongg category of casual games."; fDesc[2] = "development for 10 years. The purpose of the game is to remove all the tiles from a board. The rules are simple and the game is extremely addictive The tiles must be removed by pairs."; fDesc[3] = "solitaire with inlay puzzle fun. Watch beautiful vistas subtly change as you progress in this perfectly harmonious union of two all-time classics!"; fDesc[4] = "else. Games include MahJongg Spider, MahJongg FreeCell, MahJongg Gaps, and Four Rivers."; fDesc[5] = "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[6] = "you can buy the game. Go Deluxe for even more fun while playing. Download Mahjongg Fortuna Deluxe and play on your PC any time you want, whether or not you're online."; fDesc[7] = "Classic, Word, Math and Shuffle Mah Jong. The tiles can be presented in 6 different layouts. In the registered version you'll be able to create your own layouts!"; fDesc[8] = "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[9] = "computer. We can download and test the fully featured version before buying it. We can purchase the game in a CD or by download which is much cheaper. The free trial version for a single player allows us to play 14 matches."; fDesc[10] = ", if you only want to play classic Mah Jong, instead of playing the adventure mode.The goal of the game is to clear the board of tiles by matching them off in pairs."; fDesc[11] = "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[12] = "Mystery Deluxe and play on your PC any time you want, whether or not you're online. But that's not all you get! MahJongg Mystery Deluxe is packed with new features."; fDesc[13] = "a detective, who has to put some criminals in jail - in order to do that, you are going to use your Mahjongg skills. Your city is now fighting against the organized crime."; fDesc[14] = "tiles. Unique game analysis, statistics for each board layout, highscore tables and relaxing ambient background music!"; fDesc[15] = "gather pearls that will allow you to purchase special powers, you will also be able to use different powerups and earn trophies."; 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 = '...'; } }