var cached=0;

if (document.images){

the_sq_1_off = new Image()
the_sq_1_off.src = "navbar/sq_1.jpg"
the_sq_1_on = new Image()
the_sq_1_on.src = "navbar/sq_1_on.jpg"

the_sq_2_off = new Image()
the_sq_2_off.src = "navbar/sq_2.jpg"
the_sq_2_on = new Image()
the_sq_2_on.src = "navbar/sq_2_on.jpg"

the_sq_3_off = new Image()
the_sq_3_off.src = "navbar/sq_3.jpg"
the_sq_3_on = new Image()
the_sq_3_on.src = "navbar/sq_3_on.jpg"

the_sq_4_off = new Image()
the_sq_4_off.src = "navbar/sq_4.jpg"
the_sq_4_on = new Image()
the_sq_4_on.src = "navbar/sq_4_on.jpg"

the_sq_5_off = new Image()
the_sq_5_off.src = "navbar/sq_5.jpg"
the_sq_5_on = new Image()
the_sq_5_on.src = "navbar/sq_5_on.jpg"

the_sq_6_off = new Image()
the_sq_6_off.src = "navbar/sq_6.jpg"
the_sq_6_on = new Image()
the_sq_6_on.src = "navbar/sq_6_on.jpg"

the_sq_7_off = new Image()
the_sq_7_off.src = "navbar/sq_7.jpg"
the_sq_7_on = new Image()
the_sq_7_on.src = "navbar/sq_7_on.jpg"

the_sq_8_off = new Image()
the_sq_8_off.src = "navbar/sq_8.jpg"
the_sq_8_on = new Image()
the_sq_8_on.src = "navbar/sq_8_on.jpg"

cached=1;
}
