var fDesc=new Array();
fDesc[1] = "tell you the time on 25 different languages, at the moment you want or in regular intervals. Speaking Clock Deluxe also has an alarm that can be set to remind you of important events, playing any sound file you want or some of the built in.";
fDesc[2] = "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[3] = "time between different time zones and locations. The program has a built-in calendar, countdown, and stopwatch.";
fDesc[4] = "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[5] = "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[6] = ", multiplication tables up to 12, a speaking clock and much more. All in a motivational and friendly game format.";
fDesc[7] = "chat friends, Chronos Clock, is the perfect program. Chronos...The clock that?s able to display multiple clocks with different time zones & countdown/event timers in a floating desktop clock bar. Chronos Clock is simple to install and easy to use. If you need to know the time in other countries you can quickly set up a clock showing the current time anywhere in the world, Chronos also calculates Daylight and Standard time variations and can display your clock in a variety of digital/analog formats. Chronos Clock includes the following features: Multiple clocks each able to show a different time zone.Each clock can use a standard or user customized display format. Powerful alarm system, allowing you to setup multiple one-time or repetitive Alarms. Each alarm can display an Alert message, play an alarm sound, play a CD, run another program or power off the PC. Any combination as...";
fDesc[9] = "You can have the time announced to you in over 8 languages";
fDesc[10] = ", read any selected text or whole article, tell you time and date, work as a speaking alarm clock, and support 11 languages and more voices!";
fDesc[11] = "it yourself. This tool includes highly advanced settings to manage the reading speed, the reading character selection, the voice selection and its pitch, as well as options to play the animation or not, or to show the text in a balloon while the e-mail is being read.";
fDesc[12] = "26 world time zones to be shown on rotation at a user defined interval in seconds. You can also show time zones on demand";
fDesc[15] = ", it also reads header and message content and allows you to send speaking (or non-speaking) email messages and attachments";
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 = '...';
}
}