var fDesc=new Array(); fDesc[0] = "Fazbear Studio is a game in which you can create your own unique custom night in FNaF1 with no need to have to program anything at all. The easy-to-use interface allows users to edit certain aspects of the night effortlessly. Fazbear Studio is not for making fangames. You cannot import your own textures into it or anything like that. It is just a custom night creator."; 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 = ''; } }