var fDesc=new Array(); fDesc[0] = "HurricaneView is a tool designed to automatically download and save images of tropical storm regions so they can be viewed as a time-lapse movie in a loop.
When HurricaneView is active, it will record satellite images of storm regions at regular intervals. Any hurricanes occurring will be caught and played back in almost real time.

HurricaneView has two main modes. The main view is where you can see the storm loops in detail and control what and how you want to view them.

In the thumbnail mode, HurricaneView will sit as a small (resizable) transparent window unobtrusively at the corner (or anywhere) of your screen. You can keep an eye on the current storms as you work on your computer.

NOTE: The current version focuses on North Atlantic storm areas only"; 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 = ''; } }