var fDesc=new Array(); fDesc[0] = "SlenderMod is a modification to the original Slender game by Parsec Productions. It is a first-person survival horror in which the player's objective is to collect pages located in various areas of the forest while avoiding the Slender Man, a mythical creature that can cause memory loss, insomnia, paranoia, coughing fits."; 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 = ''; } }