var fDesc=new Array(); fDesc[0] = "Come into Emmy's dream and help her solve the match 3 puzzles! Take your chances to stop the evil Begood mage and his servants! Fight with them in the unequal battle using all kind of magic spells and acquired artifacts. Find the necessary objects and enjoy the miscellaneous mini games. Provide your little world with all the things you like and protect it!"; 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 = ''; } }