var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[3] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities."; fDesc[4] = "for access points, locate their position on a radar analyze the power of each item located, displaying their IDs and connect, an automatic mode."; fDesc[5] = "Autobot Campaign and the Decepticon Campaign. The Autobot campaign consists in defending Earth from the evil Decepticons; on the other hand, The Decepticon Campaign consist in annihilating the Autobots and gaining control on Earth."; fDesc[6] = "seeker who travels around the world, searching for lost treasures. In this game, you have to locate the Lost Tomb of Egypt, by finding and picking objects from different scenes. You can try this game for 60 minutes before buying."; fDesc[7] = "digitalize your paper notes. It also allows to: personalize notes, insert photos and associate images with websites, make lists and reminders, set alarms and add sounds, administrate a virtual memoboard, locate notes by special searches, back up notes and memoboards, use hotkeys and more."; fDesc[8] = ", installed devices, memory and CPU usage, running processes and service, drive properties, among other technical details. All this information can be can be saved as a file, exported to HTML, XML or text format, and just viewed in its categorized user interface."; fDesc[9] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files."; fDesc[10] = "different wizards for searching different types of files. Just point it to a folder or drive where you want to search for duplicate files and Duplicate File Remover will search for all duplicate files and show them in groups, along with their location."; fDesc[11] = "quickly locate the program you wish to remove. Next, highlight the program title and select \"Uninstall\". It runs the uninstall utility and ensures that the program is removed from the list. In this manner all users can easily and completely get rid of all unnecessary programs."; fDesc[12] = "locate, the game shows riddles. Starting from the riddle you have to guess what object you are looking for and then locate it in the scene. At the end of each scene you must solve a puzzle in order to unlock the next scene."; fDesc[13] = "Scruff has hidden valuable artifacts throughout the Scruff home and if they can locate them all they won't have to sell their family home. Join the Scruffs on a scavenger hunt in The Scruffs Deluxe!"; fDesc[14] = "mouse-clicks required and a lot of navigation to be done. This is the reason for the development of AutoDialogs. The most frequently used folders can be added to it. This grants the user the permission to open these folders through any Open/Save As/ Browse for folder dialogs."; fDesc[15] = "strength, make statistics, create a record, etc. You can check DX summit, HB9DRV and cluster telnet servers all over the world. In the main window you will see the spots of signals DX Monitor is monitoring in real time."; 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 = '...'; } }