var fDesc=new Array(); fDesc[0] = "Bonnie Simulator is a fan game based on other FNaF simulators.

The game centers on one of animatronics that usually appears, named Bonnie. As we know, Bonnie is a male animatronic bunny that has magenta eyes and a square muzzle. In this fan game, you will play as Bonnie and start roaming around the pizza restaurant at night, stalk the night security guard and do whatever it takes to enter the office."; 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 = ''; } }