var fDesc=new Array(); fDesc[0] = "This 1.3 patch is for DOOM 3(TM) and DOOM 3(TM): Resurrection of Evil(TM).This update for Doom 3 addresses issues found in multiplayer and single player since release. A complete list of what we have fixed and added is below. It is recommended that any user modifications that have been installed to the Doom3 directory be removed before installing this update."; 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 = ''; } }