var fDesc=new Array(); fDesc[0] = "This lobby-based, online service allows you to play Doom online using modern engines. Besides playing Doom you can chat, send instant messages, file transfers* and keep a list of your buddies. Also shows masterserver lists of general public servers. Many programmers have improved the Doom engine source with extra features like OpenGL, mouse aiming and lots of new multiplayer options. Doom is now ready to be played online and Doom Connector is the software that brings Doom players together for massive multiplayer action in Doom."; 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 = ''; } }