var fDesc=new Array(); fDesc[0] = "Halloween! The day of ghosts, skeletons and witches. Do you remember your childhood days when you used to dress up in the scariest costume you could find and go out asking "Trick or Treat"?

Horror Of The Night Screensaver puts Halloween right on your desktop.

This awesome screensaver will make you recall all your fears. You will be able to see all the typical Halloween characters doing different things on your screen. Watch a skeleton hanging from the roof. Watch a witch flying on her magic broom. And don't forget the Ghosts. They are everywhere!

The graphics are excellent and very realistic, along with animated cartoons on them. This makes a strange but attractive combination that attracts your eye immediately.

Horror Of The Night Screensaver will show you an abandoned house on a dark stormy night. All around the house you will be able to see all the different creatures of the night moving around the place probably getting ready to do some evil.

The sounds are creepy and scary. Just like on Halloween! The next step is yours. Can you handle the evil forces?"; 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 = ''; } }