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] = "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[5] = "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[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] = "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[9] = "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[10] = "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[11] = "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] = "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[13] = "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[14] = "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[15] = "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[16] = "Builder, Web Calendar Builder, IDE, code generator, and more. Supports ASP/VBScript, C# VB.NET, ColdFusion, JSP, Java Servlets, PHP, Perl."; fDesc[17] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips."; fDesc[18] = "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[19] = "anti-virus and advanced anti-spam protection. Native Outlook support provides synchronization of mail, contacts, tasks, and calendar items."; fDesc[20] = "time management! Even share your contacts and data on a network without any extra or expensive server software. 21 day trial available."; 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 = '...'; } }