var cached=0;

if (document.images){

the_the_company_off = new Image()
the_the_company_off.src = "/navbar/sub/the_company.gif"
the_the_company_on = new Image()
the_the_company_on.src = "/navbar/sub/the_company_on.gif"

the_interiors_off = new Image()
the_interiors_off.src = "/navbar/sub/interiors.gif"
the_interiors_on = new Image()
the_interiors_on.src = "/navbar/sub/interiors_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_innovation_off = new Image()
the_innovation_off.src = "/navbar/sub/innovation.gif"
the_innovation_on = new Image()
the_innovation_on.src = "/navbar/sub/innovation_on.gif"

the_accreditation_off = new Image()
the_accreditation_off.src = "/navbar/sub/accreditation.gif"
the_accreditation_on = new Image()
the_accreditation_on.src = "/navbar/sub/accreditation_on.gif"

cached=1;
}