var fDesc=new Array(); fDesc[0] = "Your aim in this zombie killing game is to stay alive and escape from a city that is full of hordes of zombies. Playing through story mode will allow you to unlock weapons and stages for survival mode. Once you have unlocked them, you can play through survival mode and your goal is to defend a position for an unending amount of time, using firearms and ammunition acquired in the story mode."; 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 = ''; } }