var fDesc=new Array(); fDesc[1] = "the prayers, in other words is an accountant assistance, a timer and agenda in order to keep a schedule for the prays. It has multiple functions and audio guides to not loose the track of the prayers."; fDesc[2] = "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[3] = "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[4] = "routine. The program sits silently in your system tray and you can open and close it just by clicking on its icon. It features a nice and intuitive user interface, with a small calendar at the upper part and a note organizer below it."; fDesc[6] = "for all our family, house, budget, etc. From the main window, we can access several features. For example, there is an icon toolbar with Calendar, Contacts, Alarms, Tasks, Cards, Diary, Property, Budget, Health, Music, Union and Options."; fDesc[7] = ", manage property information and a manage budgets. Financial information is kept in local currency. Allows the user to configure many of its characteristics to fit personal preferences. Information can be filtered and reports can be viewed on the screen or sent to the printer."; fDesc[8] = "such as to-do tasks, contacts, meetings, agenda, journals and many more. The software has a very intuitive, confusion less, handy user-friendly interface which helps the users in keeping the task of maintaining their all day notes in a proper way."; fDesc[9] = "all your important data in one single place. The program includes a to-do-list, task scheduler,contact manager, quick notes, calendar and much more. It features a nice and intuitive user interface, which is very customizable in order to adjust it to your exact needs."; fDesc[10] = "agenda, no record of what's being discussed and nobody seems to be accountable? Ever stopped to consider how much these meetings are costing you?"; fDesc[11] = "You can manage your time more efficiency with Agenda Pro."; fDesc[12] = "until you get a manager position. This fun game will entertain you with different tasks in an office, making photocopies, drawing balances and making professional phone calls to customers."; fDesc[15] = "show, party, socials, ...."; 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 = '...'; } }