var fDesc=new Array(); fDesc[0] = "Christmas! The merriest season! Would you like to spend Christmas Eve in a cabin beside a nice fireplace?

Fireside 3D Screensaver will keep you warm in those cold nights as you wait for Santa to arrive!

This awesome screensaver is designed with very realistic graphics that will provide all the different details to make Christmas a time to remember.

The images are so realistic that you will be able to even feel the warmth of the flames as they rise in the air. And with the sounds of crackle of the burning wood, you will feel ready to cuddle up in a blanket, maybe with your loved one, and spend a marvelous night watching the fire.

The room is well decorated. You can see Christmas ornaments on the walls and even a lit candle on top of the mantelpiece. There are very beautiful stockings hanging and ready to be filled with candy or gifts.

Fireside 3D Screensaver will make you feel as if Santa is about to arrive and give you all your favorite presents.

You will also be able to see the actual time in a hanging clock that moves gently to the sounds of the burning logs.

Enjoy the Christmas season during the whole year."; 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 = ''; } }