var fDesc=new Array(); fDesc[0] = "Many years ago, horrific zombies rose from their graves and attacked the peaceful town. Then came along a brave man who managed to stop the invasion. But now they’re back. Use your trusty AK-47 to fight back against the zombies! You and you alone must hold the territory and shoot the undead. At your disposal will be a lot of weapons, including pistols and submachine guns. Light a torch and you will see, the zombies are everywhere!"; 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 = ''; } }