var fDesc=new Array(); fDesc[0] = "Munin is an indie game that comes with realistic physics, Norse runes, rotating platforms and a lot of gray cells. Your mission is to help Munin, Odin's messenger in her very own 2D-adventure, to reclaim her power on a journey through Yggdrasil. By twisting portions of the environment, players will create bridges from pillars, turn walls into floors or open new passages."; 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 = ''; } }