var fDesc=new Array(); fDesc[0] = "It's five weeks into zombie outbreak hell. You are Sean Page, a former NSA operative assigned to a task force. Your mission is to investigate an electronic signal sent out from a facility in the zombie-infested Tempest City. It's your job to make sure you and your teammates get out alive. Designed primarily with action in mind rather than survival horror, Tempest City is a moody, adrenaline-filled top-down shooter. The action is fast paced and the zombies are unforgiving, but you have a keen eye and a sizeable arsenal of weapons at your disposal as you progress through the storyline."; 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 = ''; } }