var fDesc=new Array(); fDesc[0] = "The new word game with an ancient Zen twist - spell words using ancient set of Mahjongg tiles. The longer the word you can spell, the more points you will earn, and watch for special multiplier tiles for extra points! As you progress on you journey through Word Zen, unlock items in your Zen Garden, where you can relax and enjoy soothing visuals and sounds.

Word Game with Ancient Mahjongg twist
Embark on a journey of over 100 levels
Individual User Profiles Track Best Words, Scores, and More!"; 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 = ''; } }