var fDesc=new Array(); fDesc[1] = "changes in the climate, which affect your Sims dramatically. The Four Seasons are included in the game: Spring, Summer, Autumn and Winter. Each station and its respective climatology can affect radically the needs, aspirations, desires and fears of your Sims."; fDesc[2] = "awesome firepower to its target. You alone are the hope of a nation. It won't be easy - varying landscapes, the darkness of night, and mighty defenses lie ahead."; fDesc[3] = "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[4] = "situations, even disasters, for some populations and this has led to the development of life saving weather alert software like the WeatherBug Alert 1.3 program. This software is especially useful for you if you live in a weather zone in a US location"; fDesc[5] = "that has the resources to solve environmental concerns around the world... by matching tiles! You will need to use your matching skills to reach different goals in different nations in the world. You will have a time limit to accomplish that goal."; fDesc[6] = "weather conditions day and night. The Pinpoint Weather Team post information about the latest weather and climate topics to their blogs and their online weather maps provide storm reports for the NWS Tallahassee and Jacksonville areas"; fDesc[7] = "print hundreds of satellite photos and maps. If your city is listed in the program, you will be able to see if it's raining, snowing or sunny, etc., and you will have other great options, such as the ability to track the movement of the most powerful hurricanes."; fDesc[8] = "program allows creating experiments using geographical information, occurrence data, algorithms to model the behavior of biological entities, and layers that allow establishing patterns related to meteorological or geographical environments."; 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 = '...'; } }