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] = "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[3] = "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[4] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer"; fDesc[5] = "the original clock itself. We are talking about a small and simple utility without too many features to get in the way and slow things down."; 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] = "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[9] = "servers. It is able to replace the standard Windows clock in the system tray and uses Winamp skins for thousands of different styles."; fDesc[10] = "you to move it to wherever you want. The program is very simple and shows a transparent clock on your desktop which gets even more transparent when you hover the mouse over it."; fDesc[11] = "adds more functionality to the boring Windows clock. The applications sits on your system tray and enables you to command everything from there. It includes a multi functional alarm clock that enables you to schedule everything you want in the simplest way as possible."; fDesc[12] = "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[13] = "Windows tray clock. Over 50 skins are included in the distribution. It's also an atomic-time synchronizer."; fDesc[14] = "program offers many skins of both digital and analog clocks, so you can choose the most suitable for you. Also, if you mouse over the clock you it displays a skinnable calendar that shows the current month and marks the day."; fDesc[15] = "always help to make your PC individual along with adding new advanced features to ordinary programs, like Windows tray clock. Alcyonesoft introduces SkinClock ? advanced replacement for standard Windows clock having eye catching skinned interface and providing you with additional features. SkinClock replaces standard tray clock and successfully blends with OS interface adding it and giving professionally designed modern look. You are able to select between multiple skins those are differently styled and colored: one can select futuristic or classic, serious or funny, realistic or unreal style. All skins are different and all are created professionally with every pixel polished. Moreover, you may change skin hue to adapt it to your desktop color scheme. In addition, SkinClock allows turning its interface elements semi-transparent with Windows 2K or XP is installed on a computer. Let's..."; 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 = '...'; } }