var fDesc=new Array(); fDesc[1] = "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[2] = "of the game is to create matches of three in a row, by clicking on adjacent tiles to swap them. As you progress on the game, you’ll be releasing fishes. You can try this game for 60 minutes."; fDesc[3] = "your brave gladiators! And the Temple of all the Roman Gods will bring you luck! The fabulous Caesar?s land opens its gates in front of you."; fDesc[4] = "tiles for bonus points in the Tournament mode to beat the other player and increase your rating higher and higher."; fDesc[5] = "300 layouts, all distinctly original, ranging from super easy to extremely challenging. Mah Jong Medley has 4 game modes to choose from."; fDesc[6] = "world with daemons, kings, queens and pixies. You become into a magic master who have to learn tricks, cast spells, and collect magic powders and stuff like that, in order to progress in your journey. You can try this game for 60 minutes or you can try it online."; fDesc[7] = "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[8] = "reach the enlightenment. Its ease of play and relaxed atmosphere, plus its beautiful graphics make it a very enjoyable game."; fDesc[9] = "intuition into a challenging game of patience. My Free Mahjong breaks into reality - it becomes truly 3D!"; fDesc[10] = "tile-matching adventure that begins over 10,000 years ago. Match magic gold tiles and travel through 12 Japanese eras, unlocking wisdom that will guide you to the Emperor’s lost treasures!"; fDesc[11] = "Persia is to create matches of three in a row (or more), by clicking on adjacent tiles to swap them. Some of the tiles give you resources, such as gold, supplies and food. You have to collect the three types of resources in order to buy buildings for your city."; fDesc[12] = "seven wonders of the world. The objective is to create matches of three in a row tiles, by swapping the correct tiles on the board. You can try this game for 60 minutes and buy it for only 19.95 dollars."; fDesc[13] = "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[14] = "1 side free, and which have no other tiles on top of them. Your second goal is to earn tiles. There are 27 tiles to collect, 9 bronze, 9 silver and 9 gold. You can download new tiles sets and choose what music to play during the game."; fDesc[15] = ", 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."; 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 = '...'; } }