var fDesc=new Array(); fDesc[0] = "Desktop Dungeons is a quick-play rogue-like puzzle game that gives you roughly 10 minutes of dungeon-crawling action per serving. You will have to build your Kingdom to unlock hordes of new classes, races and challenges as you pass the randomly generated dungeons."; 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 = ''; } }