var cached=0;

if (document.images){

the_aeropanel_off = new Image()
the_aeropanel_off.src = "/navbar/sub/aeropanel.gif"
the_aeropanel_on = new Image()
the_aeropanel_on.src = "/navbar/sub/aeropanel_on.gif"

the_standard_products_off = new Image()
the_standard_products_off.src = "/navbar/sub/standard_products.gif"
the_standard_products_on = new Image()
the_standard_products_on.src = "/navbar/sub/standard_products_on.gif"

the_cores_off = new Image()
the_cores_off.src = "/navbar/sub/cores.gif"
the_cores_on = new Image()
the_cores_on.src = "/navbar/sub/cores_on.gif"

the_edges_off = new Image()
the_edges_off.src = "/navbar/sub/edges.gif"
the_edges_on = new Image()
the_edges_on.src = "/navbar/sub/edges_on.gif"

the_veneers_off = new Image()
the_veneers_off.src = "/navbar/sub/veneers.gif"
the_veneers_on = new Image()
the_veneers_on.src = "/navbar/sub/veneers_on.gif"

the_laminates_off = new Image()
the_laminates_off.src = "/navbar/sub/laminates.gif"
the_laminates_on = new Image()
the_laminates_on.src = "/navbar/sub/laminates_on.gif"

the_curved_components_off = new Image()
the_curved_components_off.src = "/navbar/sub/curved_components.gif"
the_curved_components_on = new Image()
the_curved_components_on.src = "/navbar/sub/curved_components_on.gif"

the_solid_surfaces_off = new Image()
the_solid_surfaces_off.src = "/navbar/sub/solid_surfaces.gif"
the_solid_surfaces_on = new Image()
the_solid_surfaces_on.src = "/navbar/sub/solid_surfaces_on.gif"

the_post_formed_products_off = new Image()
the_post_formed_products_off.src = "/navbar/sub/post_formed_products.gif"
the_post_formed_products_on = new Image()
the_post_formed_products_on.src = "/navbar/sub/post_formed_products_on.gif"

the_cubicles_off = new Image()
the_cubicles_off.src = "/navbar/sub/cubicles.gif"
the_cubicles_on = new Image()
the_cubicles_on.src = "/navbar/sub/cubicles_on.gif"

the_doors_off = new Image()
the_doors_off.src = "/navbar/sub/doors_off.gif"
the_doors_on = new Image()
the_doors_on.src = "/navbar/sub/doors_on.gif"

cached=1;
}