<!--  

        if (document.images) {
img1off = new Image();
img1off.src = "graphics/buttons/contacts_off.gif";
img2off = new Image();
img2off.src = "graphics/buttons/future_off.gif";
img3off = new Image();
img3off.src = "graphics/buttons/kids_off.gif";
img4off = new Image();
img4off.src = "graphics/buttons/laugh_off.gif";
img5off = new Image();
img5off.src = "graphics/buttons/links_off.gif";
img6off = new Image();
img6off.src = "graphics/buttons/new_off.gif";
img7off = new Image();
img7off.src = "graphics/buttons/parish_off.gif";
img8off = new Image();
img8off.src = "graphics/buttons/pictures_off.gif";
img9off = new Image();
img9off.src = "graphics/buttons/calendar_off.gif";
img10off = new Image();
img10off.src = "graphics/buttons/bulletin_off.gif";
img12off = new Image();
img12off.src = "graphics/buttons/sun_mass_off.gif";
img13off = new Image();
img13off.src = "graphics/buttons/sun_script_off.gif";
img14off = new Image();
img14off.src = "graphics/buttons/daily_script_off.gif";
img15off = new Image();
img15off.src = "graphics/buttons/want_to_off.gif";
img16off = new Image();
img16off.src = "graphics/buttons/youth_act_off.gif";

img1on = new Image();
img1on.src = "graphics/buttons/contacts_on.gif";
img2on = new Image();
img2on.src = "graphics/buttons/future_on.gif";
img3on = new Image();
img3on.src = "graphics/buttons/kids_on.gif";
img4on = new Image();
img4on.src = "graphics/buttons/laugh_on.gif";
img5on = new Image();
img5on.src = "graphics/buttons/links_on.gif";
img6on = new Image();
img6on.src = "graphics/buttons/new_on.gif";
img7on = new Image();
img7on.src = "graphics/buttons/parish_on.gif";
img8on = new Image();
img8on.src = "graphics/buttons/pictures_on.gif";
img9on = new Image();
img9on.src = "graphics/buttons/calendar_on.gif";
img10on = new Image();
img10on.src = "graphics/buttons/bulletin_on.gif";
img12on = new Image();
img12on.src = "graphics/buttons/sun_mass_on.gif";
img13on = new Image();
img13on.src = "graphics/buttons/sun_script_on.gif";
img14on = new Image();
img14on.src = "graphics/buttons/daily_script_on.gif";
img15on = new Image();
img15on.src = "graphics/buttons/want_to_on.gif";
img16on = new Image();
img16on.src = "graphics/buttons/youth_act_on.gif";
}

function imgAct(imgName) {
if (document.images){
document[imgName].src = eval(imgName + "on.src");
}
}

function imgInact(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}

// End hiding script from old browsers -->





