var fDesc=new Array(); fDesc[0] = "FazBear Nightmare is an update for Five Night at Freddy's 4 game. Returning to her childhood home of Trillium County Charlie Faz meets with her long time friends to remember the lives of people they lost. What starts off as a night of reliving childhood memories turns into a dark twisted fight for survival. You must explore the abandoned Trillium mall, a collaboration project between Faz Robotics and Afton Telecom to find the secret behind the “Red Tag” Incident in ‘97."; 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 = ''; } }