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_veneer_preperation_off = new Image()
the_veneer_preperation_off.src = "/navbar/sub/veneer_preperation.gif"
the_veneer_preperation_on = new Image()
the_veneer_preperation_on.src = "/navbar/sub/veneer_preperation_on.gif"

the_veneer_warehouse_off = new Image()
the_veneer_warehouse_off.src = "/navbar/sub/veneer_warehouse.gif"
the_veneer_warehouse_on = new Image()
the_veneer_warehouse_on.src = "/navbar/sub/veneer_warehouse_on.gif"

the_pressing_off = new Image()
the_pressing_off.src = "/navbar/sub/pressing.gif"
the_pressing_on = new Image()
the_pressing_on.src = "/navbar/sub/pressing_on.gif"

the_embossing_off = new Image()
the_embossing_off.src = "/navbar/sub/embossing.gif"
the_embossing_on = new Image()
the_embossing_on.src = "/navbar/sub/embossing_on.gif"

the_machine_department_off = new Image()
the_machine_department_off.src = "/navbar/sub/machine_department.gif"
the_machine_department_on = new Image()
the_machine_department_on.src = "/navbar/sub/machine_department_on.gif"

cached=1;
}
