var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux."; fDesc[3] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration."; fDesc[4] = "for all TCP connections (including IPv6) Configurable update speed makes it more user friendly and easy to customize."; fDesc[5] = "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[6] = ", 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[7] = "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[8] = "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[9] = "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[10] = "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."; fDesc[11] = ", choosing from eight brush sizes and the color you want. After you finish the drawing, you can save it to BMP, JPG, GIF or PNG, fast and easily."; fDesc[12] = "for files on your computer and find them almost instantly. Windows comes with an application similar to Google Desktop, but, still, many users prefer Google to Microsoft. Anyhow, Larry's Gmail Indexer could be called a plug-in for Google Desktop."; fDesc[13] = "via Skype so you 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[14] = "But IPS GmbH came with a new service that allows you to track the traffic right from the desktop. And for that purpose they released a plugin that goes by the name of Google Desktop Plugin - IPS Website Counter 1.0, as the name suggests this plugin only works with Google Desktop."; fDesc[15] = "you’re currently watching so you don’t need to use your web browser and login into eBay 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."; 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 = '...'; } }