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] = "can also access it from the tray, but its functionality is rather limited. This calendar tries to provide a better calendar, but doesn't quite make it. The idea is great and the application does work great, too.";
fDesc[3] = "complete calendar in your PC. You will be able to set reminders for your dates and events. You can view the calendar by day, week, fortnight, month or year. This program can be installed and run in English or German.";
fDesc[4] = "and even assign reminder so you won't forget them. The program features a nice, colorful and intuitive user interface, very customizable and suitable for beginners.";
fDesc[5] = "events in no time. The tool organizes your whole life in real time; with the option of quick access to upcoming events, you are able to plan ahead.";
fDesc[6] = ", timer, stopwatch, dial-up network timer, scheduler, and reminder system. You can automate everything! You can schedule up to 200 external or built-in events! Run or close any program whenever you want. Built-in options include system reboot, shutdown, automatically setting the system time to the atomic clock at NIST or any Internet NTP server, connection or disconnection from the Internet and Active Desktop refresh. On-line timer log includes daily, weekly and monthly stats. The 24-city time zone window now has over 720 cities to choose from, and ClockWise even includes a useful time/date screen-saver!";
fDesc[7] = "include fiscal calendar, current date-timestamp, day of the week, notes, every day area etc. The notes area is used to capture the day-to-day activities. The font, color and style can be changed. Title of the notes can be changed.";
fDesc[8] = "features like astronomical information, a distance calculator, and a biorrhythm feature that shows your energetic ups and downs during a given month, allowing you to plan ahead for them.";
fDesc[9] = "basis. No more missed dates - get reminder or print the calendar! US holidays. Free download & technical support.";
fDesc[10] = "execution. Talking reminder is fun, easy to use and completely customizable to fit your needs.";
fDesc[11] = "parsing console something like this: \"Call Katrin in 15 min\" or \"Send report next Fri 15:00\"";
fDesc[12] = "personal organizer!\" - CNET";
fDesc[13] = "weekly, monthly view to ease managing events. This software also has customizable desktop clock, import/export, print function.";
fDesc[14] = "your desktop in the lower right-hand corner of the screen on the taskbar near the clock.) CalendarPro is a very fast PIM reminder utility that allows you to quickly look up dates, set reminders to alarm you of upcoming business meetings, schedule future events, organize monthly appointments, and provides you with an easy way to keep track of dates on your desktop without the added complexity of using Microsoft Outlook. Best of all, CalendarPro stays quietly out of your way until you need it. Manage time and dates with CalendarPro by adding a note or event to be reminded about. You will never forget that appointment, birthday, holiday or special occasion again, because CalendarPro will popup to automatically remind you! You will also save time looking up dates because CalendarPro gives you the ability to browse past and future dates with ease. Dates range from the year 1900 to the year...";
fDesc[15] = "time and recurrent events occurring more than one time. It has customizable desktop clock calendar and support instant message.";
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 = '...';
}
}