if (document.images) {
about_barbershop_f1 = new Image(140,48); about_barbershop_f1.src = "/images/home/about_barbershop.gif";
about_barbershop_f2 = new Image(140,48); about_barbershop_f2.src = "/images/home/about_barbershop_f2.gif";
booking_info_f1 = new Image(140,50); booking_info_f1.src = "/images/home/booking_info.gif";
booking_info_f2 = new Image(140,50); booking_info_f2.src = "/images/home/booking_info_f2.gif";
calendar_events_f1 = new Image(140,39); calendar_events_f1.src = "/images/home/calendar_events.gif";
calendar_events_f2 = new Image(140,39); calendar_events_f2.src = "/images/home/calendar_events_f2.gif";
contact_us_f1 = new Image(140,41); contact_us_f1.src = "/images/home/contact_us.gif";
contact_us_f2 = new Image(140,41); contact_us_f2.src = "/images/home/contact_us_f2.gif";
harborshop_f1 = new Image(140,34); harborshop_f1.src = "/images/home/harborshop.gif";
harborshop_f2 = new Image(140,34); harborshop_f2.src = "/images/home/harborshop_f2.gif";
hg_sponsorship_f1 = new Image(140,39); hg_sponsorship_f1.src = "/images/home/hg_sponsorship.gif";
hg_sponsorship_f2 = new Image(140,39); hg_sponsorship_f2.src = "/images/home/hg_sponsorship_f2.gif";
hot_stuff_f1 = new Image(140,51); hot_stuff_f1.src = "/images/home/hot_stuff.gif";
hot_stuff_f2 = new Image(140,51); hot_stuff_f2.src = "/images/home/hot_stuff_f2.gif";
join_us_f1 = new Image(140,41); join_us_f1.src = "/images/home/join_us.gif";
join_us_f2 = new Image(140,41); join_us_f2.src = "/images/home/join_us_f2.gif";
listen_harborlites_f1 = new Image(140,48); listen_harborlites_f1.src = "/images/home/listen_harborlites.gif";
listen_harborlites_f2 = new Image(140,48); listen_harborlites_f2.src = "/images/home/listen_harborlites_f2.gif";
meet_harborlites_f1 = new Image(140,50); meet_harborlites_f1.src = "/images/home/meet_harborlites.gif";
meet_harborlites_f2 = new Image(140,50); meet_harborlites_f2.src = "/images/home/meet_harborlites_f2.gif";
photo_album_f1 = new Image(140,51); photo_album_f1.src = "/images/home/photo_album.gif";
photo_album_f2 = new Image(140,51); photo_album_f2.src = "/images/home/photo_album_f2.gif";
press_room_f1 = new Image(140,34); press_room_f1.src = "/images/home/press_room.gif";
press_room_f2 = new Image(140,34); press_room_f2.src = "/images/home/press_room_f2.gif";
int_about_f1 = new Image(144,16); int_about_f1.src = "/images/internal/int_about.gif";
int_about_f2 = new Image(144,16); int_about_f2.src = "/images/internal/int_about_f2.gif";
int_album_f1 = new Image(144,24); int_album_f1.src = "/images/internal/int_album.gif";
int_album_f2 = new Image(144,24); int_album_f2.src = "/images/internal/int_album_f2.gif";
int_booking_f1 = new Image(144,15); int_booking_f1.src = "/images/internal/int_booking.gif";
int_booking_f2 = new Image(144,15); int_booking_f2.src = "/images/internal/int_booking_f2.gif";
int_calendar_f1 = new Image(119,13); int_calendar_f1.src = "/images/internal/int_calendar.gif";
int_calendar_f2 = new Image(119,13); int_calendar_f2.src = "/images/internal/int_calendar_f2.gif";
int_contact_f1 = new Image(144,13); int_contact_f1.src = "/images/internal/int_contact.gif";
int_contact_f2 = new Image(144,13); int_contact_f2.src = "/images/internal/int_contact_f2.gif";
int_harborshop_f1 = new Image(119,14); int_harborshop_f1.src = "/images/internal/int_harborshop.gif";
int_harborshop_f2 = new Image(119,14); int_harborshop_f2.src = "/images/internal/int_harborshop_f2.gif";
int_hot_f1 = new Image(119,24); int_hot_f1.src = "/images/internal/int_hot.gif";
int_hot_f2 = new Image(119,24); int_hot_f2.src = "/images/internal/int_hot_f2.gif";
int_join_f1 = new Image(119,13); int_join_f1.src = "/images/internal/int_join.gif";
int_join_f2 = new Image(119,13); int_join_f2.src = "/images/internal/int_join_f2.gif";
int_listen_f1 = new Image(119,16); int_listen_f1.src = "/images/internal/int_listen.gif";
int_listen_f2 = new Image(119,16); int_listen_f2.src = "/images/internal/int_listen_f2.gif";
int_meet_f1 = new Image(119,15); int_meet_f1.src = "/images/internal/int_meet.gif";
int_meet_f2 = new Image(119,15); int_meet_f2.src = "/images/internal/int_meet_f2.gif";
int_press_f1 = new Image(144,14); int_press_f1.src = "/images/internal/int_press.gif";
int_press_f2 = new Image(144,14); int_press_f2.src = "/images/internal/int_press_f2.gif";
int_sponsorship_f1 = new Image(144,13); int_sponsorship_f1.src = "/images/internal/int_sponsorship.gif";
int_sponsorship_f2 = new Image(144,13); int_sponsorship_f2.src = "/images/internal/int_sponsorship_f2.gif";
}

/* function that swaps images */

function di20(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
    }
}

function FWFindImage(doc, name, j) {
    var theImage = false;
    if (doc.images) {
        theImage = doc.images[name];
    }
    if (theImage) {
        return theImage;
    }
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}