var fDesc=new Array(); fDesc[0] = "ZDoom Runner (ZDR) is a Windows front end for ZDoom written in VB6. It allows you to select and play Doom2 WAD files without having to manually type the command line switches and options for ZDoom. Not all ZDoom command line parameters are explicitly catered for, but ZDR also lets you manually add the more advanced options if desired."; 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 = ''; } }