var fDesc=new Array(); fDesc[0] = "8-Bit Is Enough is the fifth episode of the the adventure game Strong Bad. In this chapter Trogdor must be stopped. The beefy-armed dragon of legend has broken free from his arcade cabinet and is burninating the land. With classic 8-bit games leaking into the real world and Strong Badia a fiery mess, only Strong Bad can take back the night and conquer this scorching menace once and for all. Does anybody know how to kill a dragon?"; 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 = ''; } }