var fDesc=new Array(); fDesc[0] = "Enjoy Mahjongg like never before, in incredible 3D. Spin the screen around and look at the puzzles from every possible angle. Play in any of the 4 different game modes: Quest, Single Layout, Custom Layout or Time Attack. Choose from more than 150 different layouts, or use the Layout Editor to create your very own designs. Then challenge your friends to solve them. You can make your own Mahjongg puzzles with the built-in editor. Both the included puzzles and the created by you can be auto-solved when you just need a hand."; 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 = ''; } }