var fDesc=new Array(); fDesc[0] = "Murk is a dungeon adventure game with a good look, a MIDI soundtrack, multiplayer mode, and some other nice features. Playing as a fighter, cleric, mage, or thief, you explore mazes and dungeons in search of treasure, weapons, spells, items, and of course, monsters. You can chat with other players, use magical rings, and more. Murk's biggest feature, however, is its multiplayer capability. The game supports TCP/IP, IPX/SPX, modem-to-modem, and direct serial connections, and this archive includes a utility to let you start your own Murk servers. Murk is an eye-catching game that will provide the novice to intermediate level adventurer with some lasting entertainment.
Visit the web site at http://www.murk.on.ca"; 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 = ''; } }