var fDesc=new Array(); fDesc[0] = "After the explosion at a chemical plant, a poisonous, reddish fog rose into the air. When the fog settled on the surface, everything turned a bloody color. But this was not the worst. People in the fog began to choke and die, and then come to life, turning into hungry zombies. Survivors fled to desert places. Cities quickly emptied, leaving only zombie hunters.

After the explosion at a chemical plant, a poisonous, reddish fog rose into the air. When the fog settled on the surface, everything turned a bloody color. But this was not the worst. People in the fog began to choke and die, and then come to life, turning into hungry zombies. Survivors fled to desert places. Cities quickly emptied, leaving only zombie hunters."; 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 = ''; } }