var fDesc=new Array(); fDesc[1] = "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[2] = "of use, it comes packaged with Nokia phones. This version comes with many features like backup, synchronizing, etc .. and new features like the 'Video Manager' , 'Image Store' etc."; fDesc[3] = "really easy-to-use since most of the utilities within the suite can be controlled and accessed through the Task Launcher homepage. The Works startup screen initially offers access to a calendar and contacts, but you can also view templates."; fDesc[4] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access."; fDesc[5] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar."; fDesc[6] = "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[7] = ", which you can use to keep track of your events if you have a Google account. It's a free software and runs on Windows, Linux and Mac"; fDesc[8] = "important dates or events from the Internet and emails directly to your calendar, with just a click.. Infuzer is free to download and use. Content is typically free, but some partners may offer enhanced services that are subscription fee based."; fDesc[9] = "to and publish calendars in the standard iCalendar format. Calendars such as holidays, sports, entertainment, and many more are available and may be viewed along with your own personal calendar. Create and publish your own calendar of events to share with your family, friends and colleagues. WinDates is a full-featured desktop calendar providing month, week and day views, event list, alarms, age calculation, task tray calendar, network support, printing and many customization options."; fDesc[10] = "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[11] = "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."; fDesc[12] = "personal organizer!\" - CNET"; fDesc[14] = "personal tasks on the calendar with holidays and repeating events such as birthdays. 4 month calendar is color coded."; 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 = '...'; } }