var fDesc=new Array(); fDesc[0] = "Earth Alerts is a Windows-based application that allows you to monitor in near real-time a variety of natural hazard events that are occurring anywhere around the world. Alert notifications, reports, and imagery provide the user with a convenient way to view natural phenomenon as they occur, whether close to home or some far-flung corner of the globe.

Earth Alerts uses a variety of online resources provided by organizations such as the National Weather Service, U.S. Geological Survey and Smithsonian Institution (just to name a few), to identify what sort of activities "Mother Earth" is currently dishing out on the planet.

To use Earth Alerts, you simply select the specific natural hazards -- earthquakes, tsunamis, volcanoes, tropical cyclones, wildfires, landslides, severe weather, local weather, etc. -- and the locations that interest you. The application will then automatically retrieve the latest information from various live data feeds available on the Internet and present it to you in a convenient arrangement of reports, maps and images."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }