var fDesc=new Array(); fDesc[1] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc."; fDesc[2] = "landmark in the map. There is a world map, where you can zoom in. All the road and rail routes of the United States is marked in it. There is a Euro version of AutoRoute too where you will get the whole of Europe. Anyway it is not available for Asia, Africa or other Ameriacan Places."; fDesc[3] = "map, showing the daylight and night areas. The wallpapers generated are very good and the program requires very few clicks to see the change."; fDesc[4] = "wonderful screensaver will shows you a view of the planet Earth revolving around the Sun; and the brilliant 3D world map includes information about all the countries and the cities of the world."; fDesc[6] = "you can use this application with several operative systems, like Windows and Mac OS X. The application starts with a 3D image of the Earth. There, you can use your mouse to pan and zoom to any city in the world."; fDesc[8] = "centre longitude of that particular city. Besides it also shows sunrise, sunset, moonrise and moonset timings. To make it more attractive and colorful 3D terrain data is used."; fDesc[9] = "to know your territory, so you will find a world map and there you will see forests, mountains, rivers, lakes and plains to explore with your armies, as you try to make your cities and heroes thrive."; fDesc[10] = "watch day and night time zones: the program shows you world map and marks corresponding parts of the world with shades or light. You can also choose any location on the map, and the program will tell you what time of day it is there and how much time is left till sunrise and sunset."; fDesc[11] = "Western calendar. We can set up any alarm (anniversary, appointment, birthday, memo, etc) with/without sound (only one sound available), and schedule it to run at a given time and date. We can view and compare the time zones between two places."; fDesc[12] = "different parts of the world and gives instant access to international dialing codes."; fDesc[13] = "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."; fDesc[14] = "alternative maps. You can simply pick a spot somewhere on the Earth to be on the top or bottom of the map, for example your own house! You can save alternative maps as images, so you can print them or use them as desktop backgrounds.Also, a screensaver that generates random maps is included."; fDesc[15] = "cities all around the world. It has a very simple interface that consists of only one window. This window includes search fields, a list with search results and the world map. The application allows to search by city name or by its position on the map."; 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 = '...'; } }