var fDesc=new Array(); fDesc[0] = "In Wonderland Mahjong you will rescue the queen from the clutches of the evil sorcerer. Four of King Argon’s most trusted and heroic friends will join you, each with a special power. The game contains 60 wondrous mahjong levels which will transport you clear across a lovingly depicted fantasy land."; 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 = ''; } }