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] = ", monthly, even annual calendar views enabling them to organize their appointments, schedules and keep note of important dates. The Calendar Wizard included with Calendar Creator 12.0 provides users with the choice of over 250 customizable templates.";
fDesc[3] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more.";
fDesc[4] = "tools for creating a website graphical skills or technological/HTML knowledge and many extra features such as BLOG, Calendar, e-Commerce, Guestbook, impressive image slideshows, PodCast, Counters needed, EZ generator is an efficient solution to overcome all these problem.";
fDesc[5] = "program features an unattractive user interface, which looks old and old-fashioned, you can create complete and fully customized calendars for multiple uses.";
fDesc[6] = "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[7] = "your throughout the different steps of the process. The program features a simple and straightforward user interface, specially designed for beginners.";
fDesc[8] = "upload to your website or print for personal use. The program features a straightforward and unattractive user interface that only enables you to select the month and year of the calendar, the day starting the week (Sunday or Monday), etc.";
fDesc[9] = "month calendar on a web page, so user avoids creating boxes, text and code lines, etc. for every month. In each and every day cell, user can directly type all the corresponding events on the screen web page calendar and set them with a single mouse click.";
fDesc[10] = "avoid missing important events or tasks. The program includes a scheduler where you can put all your activities and events by day, and the calendars can be viewed by current work week, current week, current month, current quarter and current year.";
fDesc[11] = "sound on the occasions the user specifies. The program runs in the system tray and contains many features.";
fDesc[12] = "software. This program enables you to have one page with all twelve months on it and then a page for each month. The software not only creates a calendar, but it also allows you to put in several notes for each day.";
fDesc[13] = "12-month or 6-month calendars, one-month calendars, or daily calendars using filters by category, title and date. You can also add recurring events, include holidays, custom icons, among other things.";
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 = '...';
}
}