var fDesc=new Array(); fDesc[0] = "In The Return To Freddy's 2, you are taking the night shift with Freddy and his friends with some new characters. They have just moved in a music box to replace an old worn down gift giving animatronic to keep the kids happy. As the security guard working nights, your job is to monitor cameras and make sure nothing goes wrong after-hours."; 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 = ''; } }