<!--
// Pop window and display weather map
function WeatherMap() {
        var temp = window.open("/tools/weatherMap.cfm", "WeatherMap", "width=550, height=1000, toolbar=no, location=no, menubar=no, status=no, scrollbars=yes, resizeable=yes, top=50, left=50");
}
//-->
