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] = "is a beautiful one with the classic green colors. If you prefer a digital clock, it will display the well-known 7-segment characters. And still more. If you like the digital number format but think that the clock view is not what you want, you can opt for a digital text display.";
fDesc[4] = "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[5] = "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[6] = "fill your senses with beauty. It's not fantasy, it's not nature. This screensaver is just what its name says: a digital clock.";
fDesc[7] = "is possible to change the clock appearance by customizing the color of each item (time, date, working day, background, etc.), or by changing the skin. Some of the skins available are animated and quite original.";
fDesc[8] = "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[9] = "Clock-7 through the Screensaver Properties, selecting the program name and the \"Settings\" button. By default, the program uses the font \"Digital-7 mono\", that is the typical font you can find in most analogg seven-segment clock faces.";
fDesc[10] = "95/98/NT/2000/XP/2003 workstation or server. It allows a client to synchronise time to a selected Atomic Clock synchronised NTP server.";
fDesc[11] = "time you schedule them. AIV Reminder will also let you to set an alarm and run a program program instead of playing a sound, at a specified time.";
fDesc[12] = "tray clock, customized desktop, atomic clock, alarm scheduler, calendar, and more!";
fDesc[13] = "time, date and select a sound file for alarm sound . You can hear the alarm sound before saving it. The clock has all the required features for customizing a desktop clock right at your finger tips.";
fDesc[14] = "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[15] = "a digital clock using various offered clock styles, choose different date styles, add effects to the clock, play chimes and much more.";
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 = '...';
}
}