var fDesc=new Array(); fDesc[0] = "Mario has ventured into the elaborate and infamous "Deadly Danger Dungeon"! A place of unspeakable peril and glorious treasures! Mario has ventured into the elaborate and infamous "Deadly Danger Dungeon"! A place of unspeakable peril and glorious treasures! Take control of him and lead him through the ever-changing trail to collect grand wealth while avoiding all sorts of swift and, of course, deadly traps hidden throughout the dungeon. Only those with great skill and luck will make it through. The game is a simple, single-player, platformer, high-scoring game."; 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 = ''; } }