var fDesc=new Array(); fDesc[0] = "As you may guess form its name, this screen saver is designed for people who likes horror movies and stuff like that. This tool could be a good idea to bring to your PC some fear excitement and entertainment. With a deep black sky as a background and a creepy old house this screen saver starts scaring you. If you wait a couple of seconds, some scaring noises start sounding to complete the experience. All kind of things will be appearing and disappearing all the time. Just to give some examples we could mention a witch with her flying broom, some flashes of lightning and thunders, creepy green eyes like those of a cat but much bigger, and so on. This screensaver runs on Windows 95/98/Me/NT/2000/XP/Vista.
If the screensaver is not loading properly and/or it says it is missing crucial files, you may need the necessary VB6 Runtime files. The setup file is free and can be downloaded from the following link: http://www.acez.com/vbruntime6.htm. These runtime files were not included in the program since most Windows computers already provide them.
Once you have successfully installed the screensaver in your computer you need to put it to work. To do that, follow the following steps:
1. Click the Start button in Windows.
2. Select Settings.
3. Select Control Panel.
4. Double click the Display icon.
5. Select Screen Saver tab.
6. Select “Haunted House Horrors”.
7. Click either Preview or Settings.
If you note the screen saver running too slow, it can be consequence of many things. It’s recommended having at least 16MB of video memory if your color palette is set to 32 bit. If your video memory is under 16MB, what you can do is to set your color palette to 16 bit.
IF you get tired of this screen saver and want to remove it from your PC, follow the following steps and it will be completely deleted:
1. Click the Start button in Windows.
2. Select Settings.
3. Select Control Panel.
4. Double click the Add/Remove Programs icon.
5. Select “Haunted House Horrors Screen Saver”.
6. Click Add/Remove.
It’s recommended to use the Automatic Uninstall option."; 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 = ''; } }