var fDesc=new Array(); fDesc[0] = "Just a week ago a small, unremarkable town existed peacefully ... Until the plague hit, and people turn into hungry zombies. Fortunately you have some immunity, but this does not mean that you are immortal. All exits are blocked, nowhere to go, try to survive as long as possible in the devastated, burned-out town. Your destiny is in your hands.
Just a week ago a small, unremarkable town existed peacefully ... Until the plague hit, and people turn into hungry zombies. Fortunately you have some immunity, but this does not mean that you are immortal. All exits are blocked, nowhere to go, try to survive as long as possible in the devastated, burned-out town. Your destiny is in your hands.
Just a week ago a small, unremarkable town existed peacefully ... Until the plague hit, and people turn into hungry zombies. Fortunately you have some immunity, but this does not mean that you are immortal. All exits are blocked, nowhere to go, try to survive as long as possible in the devastated, burned-out town. Your destiny is in your hands.
Just a week ago a small, unremarkable town existed peacefully ... Until the plague hit, and people turn into hungry zombies. Fortunately you have some immunity, but this does not mean that you are immortal. All exits are blocked, nowhere to go, try to survive as long as possible in the devastated, burned-out town. Your destiny is in your hands.
Just a week ago a small, unremarkable town existed peacefully ... Until the plague hit, and people turn into hungry zombies. Fortunately you have some immunity, but this does not mean that you are immortal. All exits are blocked, nowhere to go, try to survive as long as possible in the devastated, burned-out town. Your destiny is in your hands.
Just a week ago a small, unremarkable town existed peacefully ... Until the plague hit, and people turn into hungry zombies. Fortunately you have some immunity, but this does not mean that you are immortal. All exits are blocked, nowhere to go, try to survive"; 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 = ''; } }