var fDesc=new Array(); fDesc[1] = "tiles for bonus points in the Tournament mode to beat the other player and increase your rating higher and higher."; fDesc[2] = "300 layouts, all distinctly original, ranging from super easy to extremely challenging. Mah Jong Medley has 4 game modes to choose from."; fDesc[3] = "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[4] = "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[5] = "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[6] = "Your goal is to recover stolen Egyptian treasures by matching two identical tiles, making them disappear from the board."; fDesc[7] = "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[8] = ", 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[9] = "a fabulous Luxury Cruise and visit 12 exotic islands while collecting attractive keepsakes and quirky postcards. Or be footloose and fancy free, and Island Hop to any layout with no commitments."; fDesc[10] = "game has also to do with Kwazi, the main character from the original, whose job is to bring balance to the cosmos by solving Mahjong puzzles."; fDesc[11] = "Rebuild the empire with tiles! Dragons have wreaked havoc on the empire. Now the only way to restore balance is by using an ancient set of Mah Jong tiles. Enjoy hundreds of layouts in this epic tale of tile matching!"; fDesc[13] = "Solve Mah Jong puzzles and collect souvenirs on every island you visit. You could also follow your own fun island-hopping route, and go wherever you want!"; fDesc[14] = "listening to music. With features like \"shadows\" and \"3D\" play, the only challenge comes from the game itself."; fDesc[15] = "JongPuzzle is the mah jongg - like tile solitaire game for Windows. It is a fun puzzle game like mah jongg."; 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 = '...'; } }