var fDesc=new Array(); fDesc[0] = "Dream of the Blood Moon is a single player first person horror game inspired by the likes of Slender and the SCP series of games. It’s set in a nightmare landscape and tells a short story. You will probably need some patience to be able to play this as part of the game is being lost in unfamiliar surroundings and finding out puzzle solutions."; 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 = ''; } }