var fDesc=new Array(); fDesc[0] = "Christmas Eve is one of the most celebrated nights of the year.
Do you remember your childhood years, when you had to go to sleep early so Santa could come and leave toys and presents for you?

Night Before Christmas Screensaver will remind you of your childhood years.

This beautiful screensaver will take you back in time to those days in which Christmas morning was the most awaited event.
Do you remember having dinner and then listening to your parents telling you to go to sleep or Santa wouldn't come?
Do you remember the excitement that hardly let you sleep at all?

And, as a parent, do you remember when the children went to bed and suddenly the house was silent and nothing was moving?
Now you will be able to preserve those precious memories all year long.
You will be watching a typical living room complete with a Christmas tree and a fireplace.

Everything stands still. Nothing moves.
Suddenly, the only inhabitant of the house that is awake appears. It's the family cat, just walking around the place as if it was waiting for Santa Claus too.
This screensaver will surely bring fond memories to your mind."; 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 = ''; } }