var fDesc=new Array(); fDesc[0] = "Counter-Strike Nexon: Zombies is a free to play MMOFPS game that offers competitive PvP and PvE action. It includes content from the original Counter-Strike and all new game modes, maps, weapons, and hordes of zombies. You will advance through intense zombie scenarios that include boss fights, take charge with unique abilities and characters in Zombie Hero, or lead a team of survivors building and defending your base against continuous zombie waves in Shelter 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 = ''; } }