var fDesc=new Array(); fDesc[0] = "Modified Chinese Mahjong Solitaire game with unique tiles. In the course of the game, pictures of different themes are opened depending on the game mode. The chips are shuffled and randomly stacked into a multi-layered figure. The higher the level, the more difficult the figure is. The goal of the game is to disassemble the constructed piece by removing two identical unblocked tiles in one move. A bone is considered unblocked if there is no other bone on it and the left or right side is free. The bones are considered the same if they have the same figures and numbers. Each episode contains 5 levels. Modified Chinese Mahjong Solitaire game with unique tiles. In the course of the game, pictures of different themes are opened depending on the game mode. The chips are shuffled and randomly stacked into a multi-layered figure. The higher the level, the more difficult the figure is. The goal of the game is to disassemble the constructed piece by removing two identical unblocked tiles in one move. A bone is considered unblocked if there is no other bone on it and the left or right side is free. The bones are considered the same if they have the same figures and numbers. Each episode contains 5 levels. Modified Chinese Mahjong Solitaire game with unique tiles. In the course of the game, pictures of different themes are opened depending on the game mode. The chips are shuffled and randomly stacked into a multi-layered figure. The higher the level, the more difficult the figure is. The goal of the game is to disassemble the constructed piece by removing two identical unblocked tiles in one move. A bone is considered unblocked if there is no other bone on it and the left or right side is free. The bones are considered the same if they have the same figures and numbers. Each episode contains 5 levels."; 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 = ''; } }