var fDesc=new Array(); fDesc[1] = "atmosphere for you to enjoy Christmas any time you want! In it you will be able to see Frosty dancing all around, decorating the Christmas tree, playing with fireworks, turning the lights on and off and you will even listen to him playing different Christmas tunes in old vinyl records!"; fDesc[2] = "Christmas tree in the middle of a room. It shows a close-up view of its branches. Every branch is beautifully decorated with stars, angels, bells, and more."; fDesc[3] = "put you right in the middle of a small town, maybe in the mountains, where winter covers its roofs and streets with snow. You will be able to delight with the view of a magnificent Christmas tree fully decorated with lights and ornaments."; fDesc[4] = "Christmas lights at a distance, 3D animated birds and rabbits, and, of course a Christmas tree - the one you can decorate yourself or set to random. Choose the weather you like, set the holiday tune you prefer, and enjoy the holiday season with this amazing screen saver!"; fDesc[5] = "simplicity. What it does is basically decorates your desktop with Christmas items, such as Christmas trees, Christmas socks, Christmas trees’ balls, and else. Besides the decorating purpose, it adds a basic Christmas countdown clock."; fDesc[6] = "top. Oh no, someone forgot about the tree! Hurry up and decorate the tree and light the star and perhaps there will be a gift for you too under the Christmas tree this year!"; fDesc[7] = "Santa Claus to drop in at your home with lots of gifts and Christmas cheer. Make this joyous occasion a memorable one for your friends, family and loved ones downloading and sharing Night Before Christmas Screen Saver."; fDesc[8] = "joyous and happy any time of the year. As soon as it starts, you will be transported to a new world. A world of fantasy, where you might even start feeling like a child."; fDesc[9] = "Screensaver! You won’t regret it! Everyone knows that the Christmas Tree is the most indispensable attribute associated with this huge celebration, and it is really hard to imagine this wonderful holiday without it."; fDesc[10] = "decorated Christmas tree. But it is not the regular scene with a Christmas tree in it. This time you will see an elegant background in red, with the tree on one side and a beautiful clock on the other"; fDesc[11] = "Get this new hit from the developers of Christmas Time 3D Screensaver that was downloaded over 100,000 times in a single day!"; fDesc[12] = "traditional Christmas tree, the one showed in this screensaver is decorated with colorful ornaments, lots of presents around and plenty of lights that will give your desktop a really nice look."; fDesc[13] = "and color. Menu allows to change lights into rays and spirals, set their position and cones. You can play mp3 music"; fDesc[14] = "will help you fight the melancholic feelings that we sometimes get in the middle of the year, remembering how happy we were during the season of Christmas and New Year. As soon as the program starts, you will see the classic Christmas tree scene, with decorations and lights."; fDesc[15] = "does is decorate your desktop with Christmas items, such as Christmas trees, Christmas socks, Christmas trees’ balls, and else. Besides the decorating purpose, it adds a basic Christmas countdown clock."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }