var cached=0;

if (document.images){

the_locate_off = new Image()
the_locate_off.src = "/galleries/navbar/locate.gif"
the_locate_on = new Image()
the_locate_on.src = "/galleries/navbar/locate_on.gif"

the_how_to_buy_off = new Image()
the_how_to_buy_off.src = "/galleries/navbar/how_to_buy.gif"
the_how_to_buy_on = new Image()
the_how_to_buy_on.src = "/galleries/navbar/how_to_buy_on.gif"

the_register_off = new Image()
the_register_off.src = "/galleries/navbar/register.gif"
the_register_on = new Image()
the_register_on.src = "/galleries/navbar/register_on.gif"

cached=1;
}
