var fDesc=new Array(); fDesc[1] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux."; fDesc[2] = "able to look for files in hard drives, Email attachments, local network or even the internet. The program adds itself to the taskbar where the user types the name of the files to look for."; fDesc[3] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[4] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up."; fDesc[5] = "looking for. Windows Desktop Search helps users quickly find and retrieve e-mail messages, documents, and many other file types located on their PC and corporate network. Windows Desktop Search provides a familiar, integrated, and convenient search experience for Windows users. Search index does not create privacy issues or device performance concerns. Windows Desktop Search integrates with other Microsoft Search technologies."; fDesc[6] = "with some of the Vista features. When we open the start menu we can see that in the top of the menu we can find seven buttons, and in the footer we can find more features, one search box, and five buttons."; fDesc[7] = "other activities. It lets the user quickly find the stuff that helps them perform tasks faster like files, e-mails, contacts, music, presentations, etc."; fDesc[8] = "installed. CDS 2 adds a toolbar to the system tray, and an icon. While running, the program will index the content of your hard disk in the background, to perform searches quickly."; 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] = ", 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[11] = "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[12] = "organizations. This innovative software will make things easier for staff/members to search for files, emails, contacts, favorites, history, music, pictures, videos, etc., in their computer, on the Web. Now it is possible to find Lotus Notes items."; fDesc[13] = "that is not all. You can enrich your Desktop experience by adding the so called Google Gadgets from the huge list available on the web site of Google Desktop Search. These Gadgets performs the most incredible and handy tasks that you can imagine and more."; fDesc[14] = "Google Video so you don’t need to use your web browser to do this anymore. This cool plug-in is available for free and is good to know that has been tested to work correctly with Google Desktop Search."; fDesc[15] = "disks in aspects such as space occupied, working temperature, and read / write activity levels right form the side bar of Google Desktop Search. This gadget has not been tested by Google so you could encounter some bugs, and probably you will."; 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 = '...'; } }