var fDesc=new Array(); fDesc[0] = "Dungeon Master was developed on Atari ST and released in 1987. It was then ported to many other platforms, starting with the Apple II GS and then the Amiga.

The original game was in English. It was translated to German, French, Japanese, Chinese and Korean.

The PC version is the only one that has music on the first screen (with the Enter / Resume buttons), and an endgame animation."; 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 = ''; } }