var fDesc=new Array();
fDesc[1] = "Mozilla. Sunbird enables you to add reminders, set alarms, notes or tasks according to your routine in a wonderful and easy way. You can create calendars on your computer or create them online. You can view and manage reminders and tasks by months, weeks or daily.";
fDesc[2] = "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[3] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!";
fDesc[4] = "the songs you love the most – and not the typical beep sounds and alarms that comes with the standard Alarm clocks. MP3, WMA, and many other media types are supported.";
fDesc[5] = ", each one with its own features. The program can play video files too, so you can wake up each morning with your favourite videos or recorded TV shows.";
fDesc[6] = "used to set reminders. about your tasks to be done. This tool can also ensure that reminders can be repeated on a daily, weekly, monthly or yearly basis.";
fDesc[7] = "built-in database of more than 3000 cities worldwide. When EarthTime is started for the first time, it will display some default cities. You can edit this list if you want to choose different cities or you can add some new ones.";
fDesc[8] = "for all our family, house, budget, etc. From the main window, we can access several features. For example, there is an icon toolbar with Calendar, Contacts, Alarms, Tasks, Cards, Diary, Property, Budget, Health, Music, Union and Options.";
fDesc[9] = "click. Never miss important events with reliable alarms! Keep an exact clock with atomic time. View the time in other time zones.";
fDesc[10] = "you can play any kind of music file like mp3, wma format, etc., as an alarm tone. Perfect Alarm Clock software occupies very less space of memory and 0% of CPU usage.";
fDesc[11] = "always tend to forget. Its excellence has been proven as it has been honored with an award. The software provides various features like storing repeating events that can be recurring daily, weekly, yearly.";
fDesc[12] = "customizable calendar, task manager, alarm, countdown timer, charts, 12-Months calendar, password manager, search and filter options and many more. This program is highly customizable to suit our preferences.";
fDesc[13] = "program/file running, changing the background wallpaper, a window, shutdown or hibernation resume.";
fDesc[14] = "etc) onto a rich graphical representation. Wizard Based, including setup wizard used to scan & draw a network in a few steps.";
fDesc[15] = "be done, set a list of alarms and a list of essential tasks, set the duration of tasks, write relevant texts for alarms. This fully customizable clock lets you change its appearance to make it more attractive.";
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 = '...';
}
}