var fDesc=new Array(); fDesc[1] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously."; fDesc[2] = "ocean? Now you can feel that as you dive through an exhilarating coral reef scenery and find a massive clock of stone and metal sunk next to corals and algae of different colors and shapes. That is the Coral Clock 3D Screensaver!"; fDesc[3] = "appeared to tell them. Or at least in what they believed they were telling them It will show the face of the clock as if it was the Earth, with the Moon and the Sun orbiting around it."; fDesc[4] = "relevant information such as weather forecasts and latest news from selected channels.Gerz clock automatically synchronizes the clock with the desired timezone and also lets users choose among four eye-candy themes."; fDesc[5] = "tower that will display the actual time. The clocks on the tower show you he correct time and can be set to strike every 15, 30, 45, or 60 minutes, or you can turn the sound off completely."; fDesc[6] = "clocks grow from the tree itself and every hour and half hour they sing their song. The images have high resolution, and the animation is so perfect that you will be immersed into a world of magic every time your computer is idle."; fDesc[7] = "being moved by the flow of the water. The Water Clock 3D Screensaver will provide all of these elements and more. The clock is beautifully crafted, with a lot of detail in its gear mechanism."; fDesc[8] = "fill your senses with beauty. It's not fantasy, it's not nature. This screensaver is just what its name says: a digital clock."; fDesc[9] = "shows a beautifully designed clock made out of ice, in a pond or a creek. You will be able to see the ice breaking apart, while some small fish swimming by, in the water under the ice."; fDesc[10] = "screensavers, clocks, wallpapers, videos and these is classified by different categories. Now we are having the opportunity to review a screensaver called Crystal Clock, this one is full of color, amazing jewels around its face a spectacular view full of beautiful colors."; fDesc[11] = "software has the capability of taking you away into an environment of peace by making you experience and appreciate the Cosmic Beauty of the Universe. The 3D Astro Clock Screensaver comes with the view of a beautiful analog clock which is decorated with golden wire-mesh."; fDesc[12] = "realistic relaxing sounds. It has only one scene that includes an old clock standing against a waterfall. The old clock looks like a mysterious construction of gears, a wooden dial plate and rusty metal hands. The screensaver has a settings dialog that allows customizing it to your demands."; fDesc[13] = "on your PC's screen, that will look as if you were watching it underwater! The Drunken Clock Screensaver can be set to show a text message, and you can use the synchronization function included to set your PC clock to atomic time via the Internet."; fDesc[14] = "background of flying colored clocks. Every time this clock has a new color with a new background. Features: Analog clock. Protects your screen from fading. Stylish design. Pleasant animation."; fDesc[15] = "probably haven't seen before. A digital clock will be moving randomly across your screen, imitating drunken movements. The numbers will even shrink and bend as they move randomly around the screen."; 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 = '...'; } }