var fDesc=new Array(); fDesc[0] = "Toodle tiles uses bright and a high-contrast colors with simple designs that offers practice in visual scanning while providing hours of fun for players of all ages. In this game, the player must help Emmy and her friends to clear away obstacles in Emuville and pave the way for a new mayor of Emmy's town. The Toodle tiles uses the basic tiles and strategies of the ancient mahjong game and a set of 144 tiles that they are stacked in tiers."; 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 = ''; } }