var fDesc=new Array(); fDesc[0] = "Traveling between the worlds you find yourself in a small Viking town. The city turned out to be empty and you could not understand where all the inhabitants had gone. You need to replenish your water and food supplies. As soon as the sun set, crowds of the dead climbed to the surface. It turns out this world is completely dead, it was destroyed by an ancient curse that turns people after death into zombies. Traveling between the worlds you find yourself in a small Viking town. The city turned out to be empty and you could not understand where all the inhabitants had gone. You need to replenish your water and food supplies. As soon as the sun set, crowds of the dead climbed to the surface. It turns out this world is completely dead, it was destroyed by an ancient curse that turns people after death into zombies. Traveling between the worlds you find yourself in a small Viking town. The city turned out to be empty and you could not understand where all the inhabitants had gone. You need to replenish your water and food supplies. As soon as the sun set, crowds of the dead climbed to the surface. It turns out this world is completely dead, it was destroyed by an ancient curse that turns people after death into zombies. Traveling between the worlds you find yourself in a small Viking town. The city turned out to be empty and you could not understand where all the inhabitants had gone. You need to replenish your water and food supplies. As soon as the sun set, crowds of the dead climbed to the surface. It turns out this world is completely dead, it was destroyed by an ancient curse that turns people after death into zombies."; 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 = ''; } }