var fDesc=new Array(); fDesc[0] = "In Anodyne, you explore and fight your way through nature, urban and abstract themed areas in the human Young's subconscious, evoked by a 16-bit-era visual style and a moody, dream-like soundtrack. The player moves between rooms 160x160 pixels in size, an intended constraint that we used to create the monster-filled dungeons you will navigate and the set of nature-based (and sometimes stranger) places you will explore."; 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 = ''; } }