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 geographical capabilities using built-in user-friendly features for easy operation and exploration. The program is educational for users of all ages and for families with school-age children."; fDesc[3] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[4] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals."; fDesc[5] = "to place a package and you can rotate it by right clicking. When you place a package, you have to avoid leaving “holes” (spaces of one cell) since they will count against you. You won’t be able to fill them since there are no packages of one cell."; fDesc[6] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere."; fDesc[7] = "information from WeatherBug weather stations, or as reported by NWS. It retrieves the current conditions, hourly forecast, daily forecast, severe weather alerts from NWS (only in the US), and weather maps for thousands of cities world-wide."; fDesc[8] = "installing it, the program asks you your location, in order to display the matching weather information. You can select a location in a wide list of locations in Canada or the United States, or in main cities in the rest of the world."; fDesc[9] = "many cities and information about their population and country names. The position of the cities shown corresponds to the real coordinates. You are able to add your favorite cities to the map, as well as eliminate the included cities and leave only the added ones."; fDesc[10] = "under the direction of Sid Meier at Firaxis Games studies and Firefly Studios. This game is about building cities along the history of Rome and bringing them to their splendour."; fDesc[11] = "kind, above even games like Age of Empires. The Settlers: Heritage of Kings part of a completely different premise."; fDesc[12] = "view the current time and date of five cities, that you can choose, all around the world. It will be very helpful for users who are working for clients living in different parts of the world or whose relatives and friends are living far away."; fDesc[13] = "wallpaper will allow you to stay informed of what time it is in any part of the world. It will rest silently as an icon in your system tray You just have to click on it and immediately it will display a map of the world with clocks indicating the correct time in different cities or zones."; fDesc[14] = "tour to many of the most famous cities. But it will not be a regular tour. This time you will visit these cities during the night, when all the streetlights are glowing brightly."; fDesc[15] = "solution for you. Because It displays the world's continents as outlines on your desktop, along with the name and local time for a selected set of cities/locations."; 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 = '...'; } }