var fDesc=new Array();
fDesc[1] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray.";
fDesc[2] = "and Cyrillic alphabet tables, and some other things. This application is designed to help us create all types of reminders: to-do lists, anniversaries, special events, appointments, quick memos, meetings, and so on.";
fDesc[3] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer";
fDesc[4] = "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[5] = "The product serves as a multifunctional timer to measure the time intervals in addition to displaying time. The system-wide re-definable hot keys are available to change the settings of the timer at any point of time comes in handy.";
fDesc[6] = "built-in periodic table of the elements, stopwatch, number base conversions, vectors, matrices and complex numbers.";
fDesc[7] = "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[10] = "Stopwatch modules. Save your own preset timers and have unique audible timer completion sounds for each preset.";
fDesc[11] = "Alarm’ option and enter date and time. Even you can also write the message to pop up in the “Alarm Message” box. Similarly you can use its stopwatch and eggtimer functions.";
fDesc[12] = "set anywhere from 1/100 second to 1 second). It includes cycle-rate(cycles/seco nd and seconds/cycle) and speed (kph or mph) measurement modules.";
fDesc[13] = "stopwatch, a timer, or a clock. It features a time logging system, user defined alarms, and a configurable graphic analog/digital display.";
fDesc[15] = ", or a clock. It features a time logging system, user defined alarms, and a configurable graphic analog/digital 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 = '...';
}
}