var fDesc=new Array(); fDesc[0] = "Halo Dedicated Server INI File Builder has been brought back from the dead. This was one of our first products on our site and was removed when Halo 2 was released for PC. Of course it stayed on the site because customers still needed to download their purchased copies. It turns out that the move to Halo 2 hasn't been what we expected it to be. Probably because of the whole Vista thing. So without adieu, here's Halo Dedicated Server INI File Builder"; 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 = ''; } }