function clickState(state) {
    var mystate = new String(state);
    switch (imgLevel) {
        case 'adv':
            document.location.href = 'http://www.accuweather.com/maps-watches.asp<%=gnquery%>&traveler=0&type=WW&level=' + mystate.toUpperCase();
            break;
        case 'pol':
            document.location.href = 'http://www.accuweather.com/maps-health.asp<%=gnQuery%>&type=overall';
            break;
    }
}
function clickReg(reg) {
    var myreg = new String(reg);
    switch (imgLevel) {
        case 'rad':
            document.location.href = 'http://www.accuweather.com/radar-regional.asp?partner=abcnews&level=regional&type=SIR&anim=STILL&site=' + myreg;
            break;
        case 'sat':
            document.location.href = 'http://www.accuweather.com/maps-satellite.asp?partner=abcnews&site=' + myreg.toUpperCase() + '&type=ei';
            break;
        case 'svr':
            document.location.href = 'http://www.accuweather.com/index-severe-weather.asp<%=gnQuery%>';
            break;
        case 'wx':
            document.location.href = 'http://www.accuweather.com/maps-surface.asp<%=gnQuery%>';
            break;
        case 'temp':
            document.location.href = 'http://www.accuweather.com/maps-temperature.asp<%=gnQuery%>&type=fhgh&site=us' + reg + '&fday=1&large=0';
            break;
        case 'winter':
            document.location.href = 'http://www.accuweather.com/maps-precipitation.asp<%=gnQuery%>&type=snow';
            break;
        case 'tro':
            document.location.href = 'http://hurricane.accuweather.com/index.asp<%=gnQuery%>';
            break;
        case 'adv':
            document.location.href = 'http://www.accuweather.com/maps-watches.asp<%=gnQuery%>';
            break;
        case 'pol':
            document.location.href = 'http://www.accuweather.com/maps-health.asp<%=gnQuery%>&type=overall';
            break;
    }
}

