var fDesc=new Array(); fDesc[0] = "The Doomsday Engine allows you to play the classic first-person shooters DOOM, Heretic, and Hexen using modern technology, with hardware accelerated 3D graphics, surround sound and much more. The only thing you need is the data files from the original games — Doomsday takes care of the rest. DOOM and its follow-ups are timeless classics that made the first-person shooter genre popular among gamers. Those fortunate enough to have experienced the games as they were released back in the early 1990s are sure to remember the fluid gameplay and the intense, immersive look and feel. However, by today's standards, the games look and sound dated. This is where Doomsday comes in: replaced much of the original engine's technology with a more modern implementation."; 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 = ''; } }