var fDesc=new Array(); fDesc[0] = "Enjoy this twist on the classic mahjong turtle layout. Classic II Mahjong combines the fun of the classic mahjong layout with the difficulty of a pyramid style mahjong layout. Try and challenge your best score in classic mahjong with this fun mahjong solitaire twist. Which game are you quicker with?!

classic mahjong with a twist
pyramid style turtle mahjong solitaire layout
beat your classic mahjong score"; 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 = ''; } }