var fDesc=new Array(); fDesc[0] = "Doom Builder is an advanced Doom, Heretic and Hexen level editor. With this Doom map editor you can edit your maps in 2D mode and 3D mode! With the real-time editing in the 3D mode you can modify and see exactly how your map will look in the game. This editor supports popular engines such as ZDoom and Skull Tag and several others. Doom Builder comes with the 3 most popular nodebuilders (BSP, ZDBSP and ZenNode) and you can plug in any other nodebuilder if you like."; 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 = ''; } }