var fDesc=new Array(); fDesc[0] = "The dead have come back and you've got to defeat them. Moving through cities or catacombs, you seek a variety of weapons, ammo, keys and other things and try to rescue the world from the dead. The game has a small violence and easy controls by a mouse or keyboard. It uses nice Hi-color graphics with the screen resolution up to 1024x768. The Auto Demo quickly will train you how to play."; 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 = ''; } }