var fDesc=new Array(); fDesc[0] = "PREY® is the story of a Tommy Tawodi, a young man uncertain about his heritage and identity, whose world is shaken when an extraterrestrial crisis forces him to awaken spiritual powers from his long-forgotten birthright. Abducted with his people to a menacing and destructive mothership orbiting the Earth, he sets out to save himself, his girlfriend and family, and eventually the entire planet. Players will experience tense first-person shooter action and a variety of mind-bending experiences aboard the alien ship, including wall-walking, spirit-walking and the introduction of portals that instantly change the players environment and danger level."; 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 = ''; } }