var fDesc=new Array(); fDesc[0] = "Half-Life Dedicated Server allows you to set up your own dedicated server. The tool allows you to customize the game you are playing. The tool provides you with a GUI from which you can customize the game and settings. There is also a console from which you can issue commands to the server."; 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 = ''; } }