NOAA Report Page v:0.0.1

This page can be extracted directly into your website folder to join the other default pages for CumulusMX 3.10

It assumes the following:

1.	Your NOAA reports are uploaded to the root folder of your website.
2.	Your reports use the default filename conventions.

If you upload your reports to a sub-folder you will need to edit the var path to include the folder name plus
a trailing '/'.  I.e. if your reports go to <your domain>/reports/ then change path to: "reports/".

If you use a different nameing convention then you will need to edit three lines that use the report name.  The
first needs to point to your yearly NOAA report while the last two need to point to your monthly reports.

By default, the page does NOT load a report on page load.  If you want to load the current yearly report then follow
the instructons at the bottom of the page.  If you want to load the current monthly report then you can use the
function 'new Date().getMonth() + 1;' but note that this will fail on the first of each month.  Feel free to modify 
this to work in all situations.

Modifications:
Added class 'w3-responsive' To make the report scroll sideways on small screens and not overlap the container.
Changed the javascript to load the current month (after the 1st).
Changed the report menu to be mibile responsive.

Neil Thomas