var cached=0;

if (document.images){

the_introduction_off = new Image()
the_introduction_off.src = "/navbar/sub/introduction.gif"
the_introduction_on = new Image()
the_introduction_on.src = "/navbar/sub/introduction_on.gif"

the_historic_restoration_off = new Image()
the_historic_restoration_off.src = "/navbar/sub/historic_restoration.gif"
the_historic_restoration_on = new Image()
the_historic_restoration_on.src = "/navbar/sub/historic_restoration_on.gif"

the_apartment_off = new Image()
the_apartment_off.src = "/navbar/sub/apartment.gif"
the_apartment_on = new Image()
the_apartment_on.src = "/navbar/sub/apartment_on.gif"

the_kitchens_off = new Image()
the_kitchens_off.src = "/navbar/sub/kitchens.gif"
the_kitchens_on = new Image()
the_kitchens_on.src = "/navbar/sub/kitchens_on.gif"

the_office_interior_off = new Image()
the_office_interior_off.src = "/navbar/sub/office_interior.gif"
the_office_interior_on = new Image()
the_office_interior_on.src = "/navbar/sub/office_interior_on.gif"

the_bedroom_off = new Image()
the_bedroom_off.src = "/navbar/sub/bedroom.gif"
the_bedroom_on = new Image()
the_bedroom_on.src = "/navbar/sub/bedroom_on.gif"

the_furniture_off = new Image()
the_furniture_off.src = "/navbar/sub/furniture.gif"
the_furniture_on = new Image()
the_furniture_on.src = "/navbar/sub/furniture_on.gif"

the_homes_off = new Image()
the_homes_off.src = "/navbar/sub/homes.gif"
the_homes_on = new Image()
the_homes_on.src = "/navbar/sub/homes_on.gif"

the_leisure_off = new Image()
the_leisure_off.src = "/navbar/sub/leisure.gif"
the_leisure_on = new Image()
the_leisure_on.src = "/navbar/sub/leisure_on.gif"

the_hotel_off = new Image()
the_hotel_off.src = "/navbar/sub/hotel.gif"
the_hotel_on = new Image()
the_hotel_on.src = "/navbar/sub/hotel_on.gif"

the_retail_off = new Image()
the_retail_off.src = "/navbar/sub/retail.gif"
the_retail_on = new Image()
the_retail_on.src = "/navbar/sub/retail_on.gif"

the_grace_off = new Image()
the_grace_off.src = "/navbar/sub/grace.gif"
the_grace_on = new Image()
the_grace_on.src = "/navbar/sub/grace_on.gif"

cached=1;
}
