var fDesc=new Array(); fDesc[0] = "Martyrdom Dungeon is a fantasy role-playing game (RPG) in which you'll fight your way through 8 large dungeon levels using swords and spells in order to rescue the Princess. You'll need to collect keys along the way, find levers and locate secret passageways in the midst of the mazes in this dungeon labyrinth."; 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 = ''; } }