var fDesc=new Array(); fDesc[0] = "The flu virus has killed many people and turned even more into angry and hungry zombies. A small part of the survivors are fighting for their existence. The search for ammunition is now one of the main goals. In this game you have to fight off waves of zombies and other survivors in an abandoned sanatorium. Do your best to survive."; 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 = ''; } }