var fDesc=new Array(); fDesc[0] = "Eye of the Storm 3.0.0.1 is an interactive hurricane tracking program.

The program can effectively track hurricanes in the Atlantic and East/Central Pacific only.

Besides its tracking abilities, Eye of the Storm gives you preparedness materials prepared by the American Red Cross, FEMA (Federal Emergency Management Agency), and NOAA (National Oceanic and Atmospheric Administration) through its Links section.

This program uses Internet to automatically download active storm information (US Hurricanes).

EOTS includes three different kinds of maps: a 3D Color Vies map (a high-resolution satellite image based color map), a Classic View map (with state and county borders) and a Chart Map.

You can even watch storms and hurricanes that took place since 1851 over the maps.

You can edit the storm database, adding data manually. You can fetch storm data from Internet. You can print or save the maps that EOTS generates.

The program has a table with the geographical positions for the main cities in the hurricane´s area."; 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 = ''; } }