var fDesc=new Array();
fDesc[1] = "your desktop. The application is platform independent so you can run it on all major operating systems: Windows, Linux and Mac OS X. The appearance can be customized with skins and you can even mix different skins together. It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and task lists including the Google Calendar* and Remember The Milk* and edit your Outlook** appointments directly in Rainlendar.";
fDesc[2] = "through. Also you can create several calendars at once, add the calendar of your friend, invitations and search events in public calendars. You also learn the weather forecast here. And the main advantage of the Google Sync Calendar is synchronization with Microsoft Outlook.";
fDesc[3] = "ensuring no important dates is missed out. It is very user-friendly as users are free to modify the content or style of the calendar.";
fDesc[4] = "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[5] = "manages various activities with various features to remind activities like birthday, meeting, important event, holiday, daily, weekly events and many more. Once your region/city is selected, Actual Reminder also shows weather forecast for 10 days";
fDesc[6] = ", vacations etc. This is a handy tool with lots of built-in features which comes in handy. One can have a view of all the events in a daily, weekly and monthly basis, yearly overview is also supported.";
fDesc[7] = "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[9] = "to remind you of upcoming events, meetings, parties, vacations, birthdays, anniversaries, etc.";
fDesc[10] = "manage data about your properties, tenants, and financial transactions.";
fDesc[11] = "personal organizer!\" - CNET";
fDesc[12] = "appearance, add photos and images, and publish within one complete application. Customize templates to match your Web site.";
fDesc[13] = ", calendar, and address book needs. With PeopleTracker, you will never forget that important birthday again!";
fDesc[14] = "SuperCool Calendar on your Windows desk this will never be a problem again. No more missed meetings or birthdays...";
fDesc[15] = "daily, weekly or monthly basis. Never forget birthdays or appointments. Includes a handy to-do list. Create printable desktop calendars.";
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 = '...';
}
}