var fDesc=new Array(); fDesc[0] = "Christmas! The most celebrated holiday of the year.
Everybody loves the ambience of festivity and happiness.
But who stops for a moment to think about that old man that brings joy to children?

Santa's Home 3D Screensaver will show you the jolly old man's house in the North Pole.

This beautiful screensaver will take you on a journey to the North Pole, the place where Santa Claus lives.
You will get a very close look at his house, so you can get an idea of how "Mr. Christmas" himself, celebrates the joyous day.

You will be able to see the sleigh, full with toys and other stuff, ready to be pulled by the faithful reindeers. They look anxious to get started.
Santa is like most of us. He has built a very pretty snowman next to the entrance to the house, which is illuminated by many colored lights just like at our homes.

You will also see Santa's Christmas tree, fully decorated and glowing in the dark.

Santa's Home 3D Screensaver will also let you listen to festive Christmas music as you delight with the view of Santa's Home.
Maybe it will help you understand the jolly old man."; 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 = ''; } }