var fDesc=new Array(); fDesc[0] = "A wildly popular, contemporary version of the classic Eastern game, suitable for both kids and adults. The attractive and intuitive interface makes the game very simple to learn and play within a few minutes, but as mahjongg players around the world know, game play can be extremely challenging and addictive. 5 Star Mahjongg takes this gamefavorite to a new level with spectacular, original and classic tile graphics, unlimited game capacity, innovative scoring options, and complete control over game behavior and appearance. You'll never be bored."; 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 = ''; } }