var fDesc=new Array(); fDesc[0] = "Resident Evil 7 biohazard is the next major entry in the renowned Resident Evil series and sets a new course for the franchise as it leverages its roots and opens the door to a truly terrifying horror experience. The story follows Ethan Winters as he searches for his wife Mia, which leads him to a derelict plantation inhabited by the Baker family. Ethan makes use of weapons and tools in the fight against the Baker family and creatures known as the "Molded". Healing herbs are used in the event of injury and there are puzzles that may be solved to further the story."; 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 = ''; } }