var fDesc=new Array(); fDesc[0] = "Santa's on his way. He prepared a special gift just for you. Visit his new country house on Christmas Night and all your wishes will come true!

Live web cameras are connected to the screensaver to provide a window into his magic world and deliver Christmas spirit straight to your place.

Festive music and brilliant 3D graphics help to make your PC screen ready for upcoming holiday."; 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 = ''; } }