var fDesc=new Array(); fDesc[0] = "Plunge into a world of game delights, adventures, and fun in this unique replica of a classic matching game! Explore 4 game modes, each with its own catching qualities. You need to arrange 3 horizontal and vertical lines alike, opening presents along the way. In the game, you will find a lot of ways to collect funny animated gifts and a variety of bonuses."; 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 = ''; } }