var fDesc=new Array(); fDesc[0] = "The Dead Day Epic Edition is a top-view shooter where you have to fight zombies and ghosts, zombies die from bullets, to switch to the gun, press the 1 key, to switch to the device captured ghosts, press the 2 key. Press the SHIFT key to escape, and remember! Your health is not eternal!"; 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 = ''; } }