var fDesc=new Array(); fDesc[1] = "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[2] = "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[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] = "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[7] = "publicly available time servers using your Internet connection and automatically adjust your PC's clock, if you're online, at an interval specified by you."; fDesc[8] = "minutes. You can preset six alarms and schedule as many events as you like, specifying when should you be reminded."; fDesc[9] = "view the current time and date of five cities, that you can choose, all around the world. It will be very helpful for users who are working for clients living in different parts of the world or whose relatives and friends are living far away."; fDesc[10] = "centre longitude of that particular city. Besides it also shows sunrise, sunset, moonrise and moonset timings. To make it more attractive and colorful 3D terrain data is used."; fDesc[11] = "utility you can change it into digital clock or analogic clock or can combine both the features to make it more interesting. This desktop utility, with just simple right click on the clock will display all the features."; fDesc[12] = "the date and time using several selectable skins with alpha transparency support. You can use any of the skins provided by the program, or design your own."; fDesc[13] = "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[14] = "that displays a calendar when clicked. Moreover, you can customize the calendar so that together with time a current date will be displayed. WinCalendarTime allows you to choose date and time format."; 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 = '...'; } }