redOff = new Image

orangeOff = new Image

yellowOff = new Image

greenOff = new Image

designOff = new Image

photoOff = new Image 

musicOff = new Image

artOff = new Image


redOn = new Image

orangeOn = new Image

yellowOn = new Image

greenOn = new Image

designOn = new Image

photoOn = new Image

musicOn = new Image

artOn = new Image


redOff.src = "http://www.teamtobias.com/images/red_off.jpg"

orangeOff.src = "http://www.teamtobias.com/images/orange_off.jpg"

yellowOff.src = "http://www.teamtobias.com/images/yellow_off.jpg"

greenOff.src = "http://www.teamtobias.com/images/green_off.jpg"

designOff.src = "http://www.teamtobias.com/images/glyph_01_off.jpg"

photoOff.src = "http://www.teamtobias.com/images/glyph_02_off.jpg"

musicOff.src = "http://www.teamtobias.com/images/glyph_03_off.jpg" 

artOff.src = "http://www.teamtobias.com/images/glyph_04_off.jpg"


redOn.src = "http://www.teamtobias.com/images/red_on.jpg"

orangeOn.src = "http://www.teamtobias.com/images/orange_on.jpg"

yellowOn.src = "http://www.teamtobias.com/images/yellow_on.jpg"

greenOn.src = "http://www.teamtobias.com/images/green_on.jpg"

designOn.src = "http://www.teamtobias.com/images/glyph_01_on.jpg"

photoOn.src = "http://www.teamtobias.com/images/glyph_02_on.jpg"

musicOn.src = "http://www.teamtobias.com/images/glyph_03_on.jpg"

artOn.src = "http://www.teamtobias.com/images/glyph_04_on.jpg"


function imgOver(thisImg) {
  document[thisImg].src = "http://www.teamtobias.com/images/" +
    thisImg + "_on.jpg"

}

function imgOff(thisImg) {
  document[thisImg].src = "http://www.teamtobias.com/images/" +
    thisImg + "_off.jpg"

}
