var fDesc=new Array(); fDesc[1] = "him that some of the ghosts that Mortimer had evicted in the past, came through a portal. There are 9 anomalies scattered through time and space, and Mortimer must do something to prevent a Time Paradox."; fDesc[2] = "certain items in different scenes and find them in order to progress in the game. In this case, the scenarios will be represented by different rooms in the manor. You can see your current location at any time in the game map."; fDesc[3] = "you will start relaxing with the soft light provided by lanterns hanging from the branches of the trees. Add some wierd sounds and noises to the scene, and you will be imagining your childhood fears."; fDesc[4] = "looks like lots of laughs – until a huge stone dragon statue comes to life and frightens all of the visitors! With kids' sharp wits, and a little courage, they’ll put the stony menace back where he belongs."; fDesc[6] = "to Egypt to visit Velma’s cousin—only to find that she’s disappeared and a spooky old Mummy is frightening the tourists!"; fDesc[7] = "movie. They are: Beating Heart, Cat Screech, Chain Saw, Creaky Door, Door Shut, Experiment, Gasp, Ghost, Growl, Killer, Man Screaming, Monster Grunt, Mu-hahaha, Owl, Scraping, Vampire Bat, Witch Laugh and Woman Screaming."; fDesc[8] = "Frankenstein, the Grim Reeper and skeletons. Witches and bats fly by in front of a full moon. A hangman swings from a tree"; fDesc[9] = "something going on inside as you see sparks of magic fire shooting out of the chimney. Are you brave enough to trick or treat around this place?"; fDesc[10] = "approach, you are welcomed by a sign, which surely makes your spine tingle. As you enter the estate, you will find an old crypt. You can even see some light inside!"; fDesc[11] = "ramshackle house that appears to be haunted?"; fDesc[12] = "that contains a spirit it will explode all the surrounding squares of the same color, and this way the spirit will be free. Each time we do this, a spirit meter bar will raise. Each time the bar is completely filled up, we get to the following stage."; fDesc[13] = "odd clearing with a ramshackle house that appears to be haunted?"; fDesc[15] = "house... This game plunges you into the weird and spooky world of the paranormal! Can you and your friends get out alive? The Haunted House is a game by Canadian author 6claudia6. Originally published in French, Apok Studios now publishes and updates the English version of the game."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }