var fDesc=new Array(); fDesc[0] = "Mahjong Treasure is a Mahjong puzzler with some subtle innovations. Create perfect or standard matches when you dig through the tiles to reach the treasure. Hexagonal tiles and three levels ensure a challenging and fresh experience.
Match the tiles by finding matching pairs before you run out of time. If you match numbers with the same background colour, you will receive a higher 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 = ''; } }