var fDesc=new Array(); fDesc[0] = "This program will analyze hurricane model files (A-Deck) that regional centers produce for Invest and active systems world-wide.
Some of the features available:

-Fixes the problem with the bottom of the graph not showing up on the screen with some screen resolutions.
-Add an auto update feature for the software. When a new version is available, it will be detected, downloaded and upgraded.
- Auto download and import of model files based on user defined interval
- Save graph images as PNG files
- FTP upload images
- Save track error output and HTML file
- FTP upload track error HTML file
- Create model groups to quickly select same type models for comparison
- New "Rebuild Dictionaries" for faster database queries
-Graph track errors for each model
-Graph forecast storm intensity based on model output.
-Easy to see which model is handling the storm the best
-Can compare models per storm, or by multiple years
-Simple to use"; 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 = ''; } }