<!-- Hide script from old browers
if (document.images) {

bullet_on = new Image
bullet_off = new Image
bullet_on.src = "images/bullet_menu_on.gif"
bullet_off.src = "images/bullet_menu_off.gif"

photo_on = new Image
photo_off = new Image
photo_on.src = "images/photo_on.gif"
photo_off.src = "images/photo_off.gif"

button_fonts_on = new Image
button_fonts_off = new Image
button_fonts_on.src = "images/button_fonts_on.gif"
button_fonts_off.src = "images/button_fonts_off.gif"

button_body_on = new Image
button_body_off = new Image
button_body_on.src = "images/button_body_on.gif"
button_body_off.src = "images/button_body_off.gif"

}
else {

}
// end hiding script from old browsers -->

