var fDesc=new Array(); fDesc[0] = "Unleashed application was designed to be more than just a ZDoom Launcher. With it, you can edit the most popular parts of the ZDoom INI file edit the Cajun bots and, of course, launch ZDoom. You can edit the ZDoom configuration (INI) file to edit the player name and colour, sound volumes, chat macros and display options."; 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 = ''; } }