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] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[3] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[4] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[5] = "industries. Ovi includes all of the PC suite functions and features while having additional features and a far more intuitive and attractive user interface."; fDesc[6] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality."; fDesc[7] = "chat typing text in a Window, with a person or group. While chatting, you can use different fonts, colors, backgrounds, emoticons and winks."; fDesc[8] = "calendar on your screen, along with a To Do list, Event window, and a weather forecast for the next six days, along with the current weather. The program allows you to customize its appearance by changing the skin of the interface."; fDesc[9] = "professional photo calendars including your own pictures. The program is included in the pack Print Creations, and includes many free and purchasable calendars to choose from. Free calendars are really beautiful and for different tastes, and the purchasable are not very expensive."; fDesc[10] = "famous Thunderbird project, and now they have decided to create a new product, Spicebird, a powerful e-mail client that wants to become in an all-in-one solution for those who want to have integrated access to email, messenger, calendar, and many other applets in one program."; fDesc[11] = "providing you some very useful features. The objective of this add-on application is to give you the power to share your Microsoft Outlook calendar, contacts, journal, Mail, Tasks and Notes folders with some other Microsoft Outlook users"; fDesc[12] = "with photos selected by you. The program features a extremely simple user interface which cannot be customized and only allows you to select the picture with which you want to form your calendar and that's it."; fDesc[13] = "Calendar, Tasks, Contacts, Notes, and Journal folders without the expense or expertise required by Exchange."; fDesc[14] = ", appointments and different events. The program features a nice and intuitive user interface, which allows you to create calendars in a snap."; fDesc[15] = "combination of Microsoft Outlook, OS X iCAL and Address Book, Microsoft Entourage, Novell Evolution, and a Web-Browser Interface. XC Connect provides users with the ability to share personal folders as well as the ability to create and share public folders with specific membership. The XC Connect solution consists of two components: the XCN Server and XC Connect client. The XCN Server is hosted on a computer that is accessible by your users and manages users, permissions as well as any shared data. The XC Connect Client, installed on each user's computer, handles the data transfer between Outlook, iCAL and Address Book, Entourage or Evolution and the XCN Server. Security - All data maintained on the XCN Server is encrypted, as is the transmission between the XCN Server and the XC Connect Client. Synchronizing - XC Connect will only sync data that is either new or has been modified...."; 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 = '...'; } }