var cached=0;

if (document.images){

the_about_our_art_off = new Image()
the_about_our_art_off.src = "/art/navbar/about_our_art.gif"
the_about_our_art_on = new Image()
the_about_our_art_on.src = "/art/navbar/about_our_art_on.gif"

the_art_in_the_home_off = new Image()
the_art_in_the_home_off.src = "/art/navbar/art_in_the_home.gif"
the_art_in_the_home_on = new Image()
the_art_in_the_home_on.src = "/art/navbar/art_in_the_home_on.gif"

the_artist_collections_off = new Image()
the_artist_collections_off.src = "/art/navbar/artist_collections.gif"
the_artist_collections_on = new Image()
the_artist_collections_on.src = "/art/navbar/artist_collections_on.gif"

the_sub_newartists_off = new Image()
the_sub_newartists_off.src = "/contact/navbar/new.gif"
the_sub_newartists_on = new Image()
the_sub_newartists_on.src = "/contact/navbar/new_on.gif"

cached=1;
}