var fDesc=new Array(); fDesc[0] = "Yume Nikki is a free game in which the players explore the dreams of the fictional character Madotsuki.. It is through dreaming, in which the player is able to view scenes that are recognized as being genuinely disturbing at times. When Madotsuki sleeps she begins to dream, and the player is presented with a dream world which resembles the same room Madotsuki fell asleep in, with some minor differences"; 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 = ''; } }