var fDesc=new Array();
fDesc[1] = "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[2] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer";
fDesc[3] = "exact current time. Provided by free by WorldTimeServer.com, home of accurate times worldwide.";
fDesc[4] = "to fully customize its look and feel, and can synchronize your computer's clock with Atomic Time Servers.";
fDesc[5] = "features a colorful, customizable user interface which is really easy to use but not really attractive. You can choose one of several cool color schemes, and also specify the program's window size.";
fDesc[6] = "tower that will display the actual time. The clocks on the tower show you he correct time and can be set to strike every 15, 30, 45, or 60 minutes, or you can turn the sound off completely.";
fDesc[7] = "minutes. You can preset six alarms and schedule as many events as you like, specifying when should you be reminded.";
fDesc[8] = "specific date/time or a countdown period. It has useful presets to notify you about the time needed to making a cup of tea or a pizza. Moreover, it has a powerful scheduler for your tasks.";
fDesc[9] = "clocks on your desktop. The program is fully customizable and sits silently on your system tray from where you can command everything. It allows you to have as many time zones as you require, all with different funny clocks (digital, analog and calendars).";
fDesc[10] = "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[11] = "of this screensaver is time factory with a plasma clock made in future. It also contains realistic scenery of space. It also refreshes you with it fantastic music.";
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 = '...';
}
}