var fDesc=new Array();
fDesc[1] = "dinner, do a festival, have an appointment, enjoy a bowling alley or go to the music store. Also, they will have their own cars, which they can choose among various types and will serve them to go to any of the places named and also to work.";
fDesc[2] = "time between different time zones and locations. The program has a built-in calendar, countdown, and stopwatch.";
fDesc[3] = "automatic, serverless synchronisation every PC is up to date at any time. Additionally you get multi-user capabilities.";
fDesc[4] = ", print/import/export and more. It can remind you of appointments via popup dialog, or optionally send email reminders to a specified email address - allowing you to get reminders, even if you are away from home. If you commute between 2 computer locations, you can use the built-in FTP synchronization feature to exchange and sync data with another install of Chaos Manager (e.g in your office). Additional features include password protection, customizable interface with many skins to choose from and more. As far as features, Chaos Manager is a mostly basic PIM, but the FTP sync features and email forwarding add some good features that may be more useful to some, than other advanced organizer features.";
fDesc[5] = "Appointment Management system will help organizing your time and meetings. Clock Display is fully customizable and natively supports WinAmp skins";
fDesc[6] = "your are away from your computer. In order to use this program you will have to be subscribe as one of Jott’s premium accounts. What is great about this application is that you can sync your Outlook address book with Jott and create Jott Reminders for any Outlook email.";
fDesc[7] = "synchronized with Outlook in order to provide information about tasks and appointments directly on your desktop. It also shows a weather forecast for your area and of course a calendar marking the current date.";
fDesc[8] = "your system tray and allows you to control the whole program from there. Apart from the calendar, you can create simple to-do lists divided in categories: personal, work and other.";
fDesc[9] = ", etc. Appointment reminder messages automatically include person, date and time, and callback number. Message customizable in Professional version, suitable for business use, such as patient appointment calls, group emergency notifications, political campaign promotions, etc. Standard message recorded by professional radio announcer. Message can include additonal audio file or text, which automatically converted to speech using advanced text-to-speech technology. Understand voice command over the phone for message replay. Very easy to use. For appointment reminders, set the contact name, phone number, appointment date and time, and the time to call in the calendar. System makes the call automatically at the specified time. Call status automatically appears in calendar.";
fDesc[10] = "increasing productivity as simple ?viewing and clicking?. Try our Free Demo";
fDesc[11] = "consultants per book, with appointment lengths ranging from 10 to 240 minutes. It provides printouts of daily individual appointment lists and uses page templates to simplify detailed scheduling of each day of the week. Multiple books can be installed and run side by side to centralize scheduling of personnel working at different locations. The latest version 3.8 features weekly screen views, new printout formats, cell color coding, automatic blockout of cells for extended appointments, and enhanced copy/cut/paste/delete functions.";
fDesc[12] = "virtually unlimited number of people, equipment/resources, groups, or any combination.";
fDesc[13] = "track of multiple schedules and organize customer information in one easy-to-use, electronic appointment book.";
fDesc[14] = "and booking appointments, replacing your appointment book. Allows sharing of scheduling data on multiple computers.";
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 = '...';
}
}