var fDesc=new Array(); fDesc[0] = "Enjoy this great and entertaining challenge with the ancient Mahjong match. In this game you can select two different type of games, adventure and Traditional Mohjong, adventure will challenge your ability with different puzzles and hidden object games, and Traditional Mahjong is a game where you can play the ancient Chinese Mahjong puzzle. The main objective of this game is to match pairs of identical tiles to clear them until you finish all the tiles in the screen board. You can select the type of tiles that you want, like seasons, animals, symbols, between others. In this game you can play relaxed mode or timed mode. You can select hints, to show free tiles, and colorful tiles. Try to collect all the magical amulets of the oriental culture to earn bonus score points, water, earth, fire, metal and wood. In order to play all you need is your mouse, move your mouse over your objective and press left mouse button to select a tile. You must select free tiles in the top and for the sides to clear them."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }