var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer"; fDesc[4] = "exact current time. Provided by free by WorldTimeServer.com, home of accurate times worldwide."; fDesc[5] = "to fully customize its look and feel, and can synchronize your computer's clock with Atomic Time Servers."; fDesc[6] = ", 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[7] = "Clock Synchronization feature, alarm, ISO8601 compliant calendar, and date/time announcer. Download your copy of AlfaClock now"; fDesc[8] = "seated in your system tray. If you want to get the latest weather conditions, local time, temperature or time in a different place of the world, all you’ll need to do is to take a look at the bottom-right corner of your screen"; fDesc[10] = "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[11] = "current atomic clock time value. It can then set your PC clock to the correct time."; fDesc[12] = "clock display, alarms, time synchronization, popup calendar, time speaking and more. Once installed, AlfaClock will change the appearance of your taskbar clock. You can then customize it, by right clicking over the clock and choosing the Preferences option."; fDesc[13] = "connection with one of the several atomic clocks maintained by the United States National Institute of Standards and Technology. WebTime 3.8 checks the time on your PC´s internal clock and corrects it with the time of the Atomic Clock Server."; fDesc[14] = "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[15] = "configure and offers a myriad of combinations for displaying information in tray clock area. It can automatically adjust the clock to atomic time and provides much more options with regards to calendar display."; 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 = '...'; } }