var fDesc=new Array(); fDesc[1] = "configurable popup calendar that opens when the systray clock is clicked. No more double clicking on the clock just to view the calendar in the Date and Time Properties dialog box."; fDesc[2] = "Vista gadget so you can use it even without the sidebar. The clock has many features, but after all, it is simply a clock. You can set the clock to be always on top, to be unmovable, to be pinned to the desktop and more."; fDesc[3] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options."; fDesc[4] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard."; fDesc[5] = "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[6] = "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[7] = "tell you the time on 25 different languages, at the moment you want or in regular intervals. Speaking Clock Deluxe also has an alarm that can be set to remind you of important events, playing any sound file you want or some of the built in."; fDesc[8] = "is a beautiful one with the classic green colors. If you prefer a digital clock, it will display the well-known 7-segment characters. And still more. If you like the digital number format but think that the clock view is not what you want, you can opt for a digital text display."; fDesc[9] = "your clock’s face.This clock does not interfere in your work by appearing on any open application and will not occupy much space on your system."; fDesc[10] = ", we can start changing the clock properties. We can choose to show our local current time (12-hour format or 24-hour format, minutes, and seconds), our local current date, the day of the week, and the date and time for two other places located in different time zones."; fDesc[11] = "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[12] = "space. The speciality of this clock is its speaking capability. This clock can tell you the time in more than 30 languages. You can use the global hotkeys Ctrl+Alt+S to know the time, without moving your cursor."; fDesc[13] = "gives the opportunity to have a highly customizable tray clock. There are a huge number of skins to suit everyone's needs and preferences. Some of skins make the clock bigger so that the digits are much easier to see. We can set up as many alarms as needed."; fDesc[14] = "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[15] = "fill your senses with beauty. It's not fantasy, it's not nature. This screensaver is just what its name says: a digital 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 = '...'; } }