var fDesc=new Array(); fDesc[0] = "Play Mahjongg Solitaire in amazing 3D environments , like chinese temple environment with torchlight illuminating the playing tiles !
Mahjongg is an ancient Chinese game of solitaire consisting of 144 tiles. The goal is to clear the board by removing all of the 144 tiles from the board in matching pairs. 3D Magic Mah Jongg presents the classic Mah Jong Solitaire tile matching game with dynamic lighting and a tranquil multi-layered soundtrack."; 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 = ''; } }