var fDesc=new Array(); fDesc[0] = "You tried to fight the evil that faced in this dark dungeon, but it kept coming at you. After thinking it over, you decide to run, because even with enough magic, you don't have enough of it for all the monsters. They seem to appear endlessly. Throwing everything, you run, but it's not so easy, as the monsters are still in the dungeon! The plot of this game takes place neposredsvenno after the events of the first part, where you had to fend off the ardent crowd of monsters by magic. You somehow managed to choose, but the adventure does not end there!"; 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 = ''; } }