var fDesc=new Array(); fDesc[0] = "A great ancient Chinese game that will entertain you and challenge your mind and speed ability.
The main goal of this game is to match pairs of identical free tiles in order to clear all your board before the time is up. A free tile is the one that doesn't have any other over it or two in the side and blocking it. You can only select free tiles to clear them and leave more free space. This great Chinese game allows you to play adventure mode or a free play mode. Adventure mode will present you 6 rounds of different Mahjong's challenges. The game allows you to play, to check high scores, to set options like music, sounds or full screen and to quit the game. In order to control and play this game all you need is your mouse, move your mouse over the tile of your selection and press left mouse button to select, move over an identical tile and press left mouse button to clear them. This is a timed game and you must be fast, move smart and click on a tile when you have already found the pair. If you waste time maybe you wont clear the hole screen before time is up."; 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 = ''; } }