var fDesc=new Array(); fDesc[0] = "Nexuiz is a free first-person shooter video game. Nexuiz is primarily multiplayer and allows for hosting and joining of games. It can also support new gametypes, or whole conversions quickly applied to it (much like Quake). Nexuiz supports most Quake modifications (although with varying functionality). Currently there are a few custom mods and maps used."; 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 = ''; } }