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] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[3] = "manage, update or personalize your TomTom GPS and thus enjoy a great and improved navigation. This tool allows you to install maps,make back ups, download free updates for the software, shop and many other things that you have never imagined."; fDesc[4] = "downloaded maps of over 200 countries on your PC to a mobile device with Nokia Maps previously installed. You can use the Nokia Maps application on your device any place at any time."; fDesc[5] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[6] = "user to arrange the buttons, the toolbar language, sets up all the toolbar services, shows all the services: search, map search, desktop notes and weather, radio and mp3 player, screensaver and wallpaper, skins and cursors, smileys and eCards, etc."; fDesc[7] = "is just an upgrade that can be downloaded freely from Garmin´s site, but it won´t be installed unless you have a previous version in your system. Nevertheless, I´ve found out that it can be installed if you previously installed the program \"Training Center For Windows\"."; fDesc[8] = "weapons, and new soldiers. The players can work alone or with the aid of the members of the squad to complete their missions. Patch 1.2 for this version of the saga Medal of Honor includes new maps for the multiplayer mode: Market Garden and Factory."; fDesc[9] = "easy and friendly with many features included to develop all your ideas and projects clearly in order or simply to order a brainstorm session. Freemind works in almost every platform that runs Java."; fDesc[10] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable."; fDesc[11] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more."; fDesc[12] = "3D visual tours. The program requires detecting Wi-Fi signals in the area near the PC, but the PC can use any type of Internet connection. It runs on Windows 2000 and Windows XP."; fDesc[13] = "communicate your thoughts with others in a more effective way. You can work in a more organized way and get more tasks done in less time with this program."; fDesc[14] = "the popular, Google maps, Yahoo maps or Microsoft maps. The downloaded images can only be viewed by the \"Maps Viewer\", included with the program itself. There is also an option to combine the images into a big BMP image by \"Maps Combiner\"."; fDesc[15] = "same with others across the Internet in a simple and effective way. The software comes with inbuilt features such as imagery, street maps, historical maps, shaded relief, topographic maps and such other relevant features."; 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 = '...'; } }