var fDesc=new Array(); fDesc[0] = "Having caught a mysterious signal in your radio, you go in search. Upon arrival, you see a secret abandoned base. The signal comes from its territory. But as soon as you stepped into the territory of the base, you were attacked by unknown creatures. The entire base is teeming with these monsters and it became clear that this is a signal trap that lures travelers here. Having caught a mysterious signal in your radio, you go in search. Upon arrival, you see a secret abandoned base. The signal comes from its territory. But as soon as you stepped into the territory of the base, you were attacked by unknown creatures. The entire base is teeming with these monsters and it became clear that this is a signal trap that lures travelers here. Having caught a mysterious signal in your radio, you go in search. Upon arrival, you see a secret abandoned base. The signal comes from its territory. But as soon as you stepped into the territory of the base, you were attacked by unknown creatures. The entire base is teeming with these monsters and it became clear that this is a signal trap that lures travelers here. Having caught a mysterious signal in your radio, you go in search. Upon arrival, you see a secret abandoned base. The signal comes from its territory. But as soon as you stepped into the territory of the base, you were attacked by unknown creatures. The entire base is teeming with these monsters and it became clear that this is a signal trap that lures travelers here. Having caught a mysterious signal in your radio, you go in search. Upon arrival, you see a secret abandoned base. The signal comes from its territory. But as soon as you stepped into the territory of the base, you were attacked by unknown creatures. The entire base is teeming with these monsters and it became clear that this is a signal trap that lures travelers here."; 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 = ''; } }