var fDesc=new Array(); fDesc[0] = "This mahjong mountain has two peaks, so take them down together with Double Play Mahjong! This mahjong solitaire may look easy, but it is definitely for the intermediate mahjong player. Just disassemble the mahjong peaks one by one and meet in the middle to take over Double Play mahjong like a true champ! Mahjong Solitaire is a popular puzzle game that is great for all ages. Mahjong is a tile matching game where you match tiles on the puzzle board to remove them, and if you can ultimately remove all the mahjong tiles you win!

Medium difficulty mahjong level
Double mahjong peaks to double your pleasure!
Take mahjong solitaire slowly at first, then beat that time!"; 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 = ''; } }