if (document.images) {
        var NAVbutton1off = new Image()
        NAVbutton1off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button01_off.gif"
        var NAVbutton1on = new Image()
        NAVbutton1on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button01_on.gif"
        
        var NAVbutton2off = new Image()
        NAVbutton2off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button02_off.gif"
        var NAVbutton2on = new Image()
        NAVbutton2on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button02_on.gif"
        
        var NAVbutton3off = new Image()
        NAVbutton3off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button03_off.gif"
        var NAVbutton3on = new Image()
        NAVbutton3on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button03_on.gif"
        
        var NAVbutton4off = new Image()
        NAVbutton4off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button04_off.gif"
        var NAVbutton4on = new Image()
        NAVbutton4on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button04_on.gif"
        
        var NAVbutton5off = new Image()
        NAVbutton5off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button05_off.gif"
        var NAVbutton5on = new Image()
        NAVbutton5on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button05_on.gif"
        
        var NAVbutton6off = new Image()
        NAVbutton6off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button06_off.gif"
        var NAVbutton6on = new Image()
        NAVbutton6on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button06_on.gif"
        
        var NAVbutton7off = new Image()
        NAVbutton7off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button07_off.gif"
        var NAVbutton7on = new Image()
        NAVbutton7on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button07_on.gif"
        
        var NAVbutton8off = new Image()
        NAVbutton8off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button08_off.gif"
        var NAVbutton8on = new Image()
        NAVbutton8on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button08_on.gif"
        
        var NAVbutton9off = new Image()
        NAVbutton9off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button09_off.gif"
        var NAVbutton9on = new Image()
        NAVbutton9on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button09_on.gif"
        
        var NAVbutton10off = new Image()
        NAVbutton10off.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button10_off.gif"
        var NAVbutton10on = new Image()
        NAVbutton10on.src = "/vastatic/microsites/1210_rewind/images/globalElements/nav/button10_on.gif"
        
        var button1off = new Image()
        button1off.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button01_off.gif"
        var button1on = new Image()
        button1on.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button01_on.gif"
        
        var button2off = new Image()
        button2off.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button02_off.gif"
        var button2on = new Image()
        button2on.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button02_on.gif"

        var button3off = new Image()
        button3off.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button03_off.gif"
        var button3on = new Image()
        button3on.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button03_on.gif"

        var button4off = new Image()
        button4off.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button04_off.gif"
        var button4on = new Image()
        button4on.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button04_on.gif"

        var button5off = new Image()
        button5off.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button05_off.gif"
        var button5on = new Image()
        button5on.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button05_on.gif"

        var button6off = new Image()
        button6off.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button06_off.gif"
        var button6on = new Image()
        button6on.src = "/vastatic/microsites/1210_rewind/images/contentPage/events/button06_on.gif"

}

function act(imgName) {
        if (document.images) {
                document[imgName].src = eval(imgName + 'on.src')
        };
}

function inact(imgName) {
        if (document.images) {
                document[imgName].src = eval(imgName + 'off.src')
        };
}

function sendform() {
                document.kidzForm.submit();
}

