var fDesc=new Array(); fDesc[0] = "Mahjong Daily is a interesting puzzle and board game for free. It doesn’t matter if you don’t understand mahjong or if you are quite good at it, no matter how much you know about mahjong, the only thing you have to master is that you have a keen sight that you can pick up the same pieces of tiles in less time. Mahjong Daily is a new puzzle every day! Clear the board of stones by finding all the matching pairs. You can only remove stones that have no stones to the left or right. Good luck!"; 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 = ''; } }