var fDesc=new Array(); fDesc[0] = "Heroes of Yggdrasil is an action platformer that draws its inspiration from Norse mythology. You will play as a group of heroes who are fighting through the nine realms of Yggdrasil to prevent the rise of Fenrir. You can unlock new heroes, upgrade their equipment and venture forth through randomly generated levels to fight vicious enemies and powerful bosses."; 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 = ''; } }