var fDesc=new Array(); fDesc[0] = "The basic idea of Zombie Panic is to create solid gameplay that is based on a classic zombie outbreak scenario, the living dead are coming for the last remaining humans, and these survivors must fight them off and live through the day. Everyone joins a server, in the beginning you can either choose to join the human team or you can volunteer to be the first zombie. If no one volunteers the game will pick one human randomly and the game begins."; 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 = ''; } }