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] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects."; fDesc[3] = "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[4] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[5] = "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[6] = ", Live Radio, Astrology, Forex, Movies, Pets, Recipes, Sports for your complete entertainment, information and communication."; fDesc[7] = "running applications. Program has a very convenient navigation bar which is placed at the top right corner of the desktop and allows you to easily move around your 360-degree desktop. An important feature is the ability to add web widgets to your desktop."; fDesc[8] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively."; fDesc[9] = ", logo, tone, photo, multimedia browser, Java application download. Connection method supported: Data Cable, IrDA, Bluetooth."; fDesc[10] = "chat typing text in a Window, with a person or group. While chatting, you can use different fonts, colors, backgrounds, emoticons and winks."; fDesc[12] = "anyone who wants to put to rights his/her business. You work with this program like with usual organizer, where you can find calendar, to do list, address book, information about data and anniversaries, annual plan of activity, and notepad."; fDesc[13] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized..."; fDesc[14] = "computer. Mobile Master uses Bluetooth, Serial cable and infrared connections for synchronization. Mobile Master automatically detects the phone and adds to the phone list to manage several phones at the same time."; fDesc[15] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same."; fDesc[16] = "advanced features make the optimum use of all the resources available on the net. Available with various customizable and powerful features to make your internet search easier this toolbar stands out of the crowd."; fDesc[17] = "integrate the two of them simplifying the routinely tasks. This cool plug-in is available for free but is good to mention that it’s not a Google Tested gadget so some bugs can ruin the party."; fDesc[18] = "software to help you in your busy life, then maybe you have to take a look to Chandler. With this program you will be able to manage all your important information (business, friends, family, etc.) that you have to face daily."; fDesc[19] = "search with this gadget a window will show the results as you enter your search criteria, in real time. Also, it can classify your results according to categories such as documents, music, video, etc."; fDesc[20] = "Informant 8.0 provides a calendar, contact database and task list. Pocket Informant 8.0 is completely customizable so we can choose the colours that match our windows mobile theme the best."; 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 = '...'; } }