var fDesc=new Array(); fDesc[0] = "Slenderman's Army is a survival horror game for Windows OS. You are a Paranormal Investigator hired to solve the Mystery of Slanciata Manor. You arrive at the Manor to discover more than you bargained for. Your investigation gets halted as you battle for your life against the "Slender Man" an entity known to stick to shadows."; 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 = ''; } }