var fDesc=new Array(); fDesc[0] = "JoeQuake is made by Jozsef Szalontai

JoeQuake is an improved NQ engine with plenty of ZQuake and FuhQuake graphical effects included. JoeQuake's main aim is to provide pleasant demo watching for .dem files. JoeQuake also supports better graphical quality including 32bit textures, colored lights, smoother animations etc.
JoeQuake is an improved NQ (Normal Quake, NetQuake or whatever you call, the main thing is that it's NOT QuakeWorld) engine with lots of ZQuake and FuhQuake graphical effects and also some of my own additions included. My main destination was to make demo watching the most comfortable, but it's also pleasant for playing."; 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 = ''; } }