var fDesc=new Array(); fDesc[1] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!"; fDesc[3] = ", state-of-the-art time zone clock program with tons of features, which is intuitively and fun to use. You can set up any number of clocks in a line or grid arrangement (you decide how many columns and rows the grid has) The clock faces can have a different design in the same clock; choose from the many presets or make up your own! Choose analog and / or digital display; clocks can display country flags and can be resized from tiny to full screen Feature Summary Any number of clocks you need, in every possible line (horizontal / vertical) or grid arrangement Unlimited styles - use the clock with or without title bar and window frame Fully customizable list with cities from every country in the world (the capital of every country in the world is included - plus many others) Add, change or delete cities and select Favorites for quicker access Display the time on Analogue and/or Digital..."; fDesc[4] = "WorldClock is one of these utilities that will enable you to improve your timezone-related skills. First of all, you will see the function of timezone calculator that will display the corresponding time in several parts of the world."; fDesc[5] = "watch day and night time zones: the program shows you world map and marks corresponding parts of the world with shades or light. You can also choose any location on the map, and the program will tell you what time of day it is there and how much time is left till sunrise and sunset."; fDesc[6] = "automatically with popular Internet Atomic time servers. Desktop display options include analog, digital, millennium, world analog and world digital. You can show seconds, show date, or change to Transparent mode. In transparent mode, the clock seamlessly melds into your desktop. Clock G2 also has an Always on Top mode, and a Send to Back mode. When in Send to Back Mode, the clock stays out of your way by disappearing whenever you pass your pointer over the clock face; the clock then reappears automatically. Clock G2 will even check your e-mail for you. Define your POP3 email server and Clock G2 will notify you when you have email. Specify how often you want Clock G2 to check for email, and it will notify you with a sound of your choice. Download the 30 day trial. Now search over 4,800 worldwide cities with Clock G2's built-in city search database, giving you the ability to easily add..."; fDesc[7] = "this applet for free."; fDesc[8] = "Appointment Management system will help organizing your time and meetings. Clock Display is fully customizable and natively supports WinAmp skins"; fDesc[9] = "Sync has made International telephoning easier as it shows the International Dialing Code to help users in making phone calls. World Clock Sync also provides users with stopwatch feature."; fDesc[10] = "Western calendar. We can set up any alarm (anniversary, appointment, birthday, memo, etc) with/without sound (only one sound available), and schedule it to run at a given time and date. We can view and compare the time zones between two places."; fDesc[11] = "different parts of the world and gives instant access to international dialing codes."; fDesc[12] = "list of 150 countries and 400 cities and define 5 countries/cities of your own. Correctly implemented daylight savings time rules."; fDesc[13] = "Features include a world map with day / night areas, system clock update, countdown timers and more"; fDesc[14] = "invested a lot of time thinking about \"what a good screensaver must be like\": good-looking, amusing, useful, and lightweight. This screensaver has all these aspects."; fDesc[15] = "demand or daily via the Internet."; 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 = '...'; } }