var fDesc=new Array(); fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations."; fDesc[2] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; fDesc[3] = "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[4] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc."; fDesc[5] = "simply going to the desktop on your system. With this application organizing and maintaining your schedules now is an effortless process for you."; fDesc[6] = "that displays a calendar when clicked. Moreover, you can customize the calendar so that together with time a current date will be displayed. WinCalendarTime allows you to choose date and time format."; fDesc[7] = "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[8] = "configure and offers a myriad of combinations for displaying information in tray clock area. It can automatically adjust the clock to atomic time and provides much more options with regards to calendar display."; fDesc[9] = "sharing and Outlook group calendar scheduling easy. Works with Microsoft Outlook 2000, XP, 2003 and 2007. Free trial."; fDesc[10] = "for your website in a few simple steps. The program is really straightforward and intuitive with a nice user interface. Creating and publishing a calendar is a piece of cake with this program."; fDesc[11] = "personal organizer!\" - CNET"; fDesc[12] = "Intuitive In/Out Board screen Message creation from the In/Out Board User Message Folders (New, Sent, Saved, and Deleted) To Do items and Calendar Events Day-at-a-glance view Week-at-a-glance view Month-at-a-glance view Holiday and special events creation Flexible system preferences including user security overview Cross platform (optimized for viewing on MAC and PC platforms) Multi-user And much more..."; fDesc[13] = "calendar interface that provides support and assistance to its users to plan and schedule their events. The main advantage of using the DateLens application is that it can work on a large number of platforms and devices."; 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 = '...'; } }