var fDesc=new Array(); fDesc[1] = "letters, and instead of creating pairs as in a regular Mah Jong game, here you will have to spell words with the available letters in the board."; fDesc[2] = "travel around the world discovering funny facts about each city you visit. Design your own layouts or customize the game with the additional modes. Listen your own music while you play Mah Jong Adventures."; fDesc[3] = "introduces a quest mode with several levels with increasing difficulties, it is easy to learn and features good gaphics and sounds."; fDesc[4] = "solitaire with inlay puzzle fun. Watch beautiful vistas subtly change as you progress in this perfectly harmonious union of two all-time classics!"; fDesc[5] = "classical Mahjong tile sets and millions of possible combinations! You can also play matching-games type with funny tile sets."; fDesc[6] = "the pile with the ones on the table to make both disappear. There is a Joker that can mach any card. Your goal is to match all face up cards. The Undo button allows you to undo a wrong move."; fDesc[7] = "of different hierogliphic chips."; fDesc[8] = "design your own boards and play them! With an intuitive and easy to use interface, and unlimited undo and redos."; fDesc[9] = "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[10] = "Mahjong game a must-have."; fDesc[11] = "interesting story. Once you match up the necessary tiles to win the game, you must uncover and match the golden Yin and Yang tiles."; fDesc[12] = "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[13] = "main goal is to clear all the tiles and collect the Lost amulets of earth elements. Challenge your speed and play versus time."; fDesc[15] = "select them and clear them. To reach each level you must find the golden tiles and make them available to collect them."; fDesc[16] = "millions of possible combinations! You can also play matching-games type with funny tile sets."; fDesc[17] = "quite simple, following the classic mahjong rules. The objective is to remove from the board as many tiles as you can, by connecting matching tiles which have any of its side edges free."; fDesc[18] = "comes with tile set and tile layout editors as well as everything else you could want from a Mahjong game."; fDesc[19] = "through 5 different worlds; Egypt, China, Rome, Inca and Navajo. There are two game modes: Classic and Rivers, in which the game can get very tricky!"; fDesc[20] = "make you have a great time. Challenge your speed and mind matching pairs of ancient Chinese pieces. Graphics are good and moves are simple but this game is full of fun."; 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 = '...'; } }