var fDesc=new Array(); fDesc[0] = "A powerful editor for games based on or similar to id Software's series of Quake games. Currently supports 31 distinct games, and a countless number of mods. Integrates a map editor, model editor, archive editors and texture management.
It's an editor for many games: Quake 1, Hexen 2, Quake 2, Heretic 2, Half-Life, Sin, Kingpin, Soldier of Fortune, Quake 3: Arena, Star Trek Voyager: Elite Force, Half-Life 2 and a lot more."; 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 = ''; } }