var fDesc=new Array(); fDesc[0] = "Would you like o celebrate Christmas in a different way this year?
Are you tired of always spending this joyous season in the city, with the same or bigger traffic jams, pollution and noises?

Free Christmas Vacation will take you to a great place for Christmas.

This beautiful and very relaxing screensaver will really help you to relax and unwind from the daily routine.
You will be transported to a beautiful small village high on the mountains.
Everything around you is covered with snow, and you can almost breathe the tranquility of the place.
It seems that nothing is moving at all, maybe just staying warm at home, next to a beautiful fireplace.

The houses are all decorated with lights of many colors.
There are many Christmas trees fully decorated with different ornaments and colorful lights.

All the time you will be accompanied by soft and relaxing music that will help you to forget about the city and all its troubles.
At the distance, you can see the snow capped mountains, displaying all their magnificence.

Free Christmas Vacation will surely make you feel in another place.
Just remember you will have to go back to work soon."; 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 = ''; } }