var fDesc=new Array(); fDesc[0] = "Left for dead on Tau Volantis, Isaac Clarke and John Carver face a daunting journey. As madness takes hold, they find they can’t trust their eyes or each other. The trek leads to the ship Terra Nova, now home to a sadistic cult of Unitologists. The horror continues as the Dead Space saga enters its darkest chapter. The main game, Dead Space 3 needs to be installed to play the Awakened addon."; 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 = ''; } }