function mouseOver1() {
document.getElementById("home").src="/images/homeoverlink.gif"
}
function mouseOut1() {
document.getElementById("home").src="/images/homelink.gif"
}
function mouseOver2() {
document.getElementById("whoweare").src="/images/whoweareoverlink.gif"
}
function mouseOut2() {
document.getElementById("whoweare").src="/images/whowearelink.gif"
}
function mouseOver3() {
document.getElementById("giving").src="/images/givingoverlink.gif"
}
function mouseOut3() {
document.getElementById("giving").src="/images/givinglink.gif"
}
function mouseOver4() {
document.getElementById("whatsgoingon").src="/images/whatsgoingonoverlink.gif"
}
function mouseOut4() {
document.getElementById("whatsgoingon").src="/images/whatsgoingonlink.gif"
}
function mouseOver5() {
document.getElementById("ministryteams").src="/images/ministryteamsoverlink.gif"
}
function mouseOut5() {
document.getElementById("ministryteams").src="/images/ministryteamslink.gif"
}
function mouseOver6() {
document.getElementById("lifegroups").src="/images/lifegroupsoverlink.gif"
}
function mouseOut6() {
document.getElementById("lifegroups").src="/images/lifegroupslink.gif"
}
function mouseOver7() {
document.getElementById("ourkids").src="/images/ourkidsoverlink.gif"
}
function mouseOut7() {
document.getElementById("ourkids").src="/images/ourkidslink.gif"
}
function mouseOver8() {
document.getElementById("contactus").src="/images/contactusoverlink.gif"
}
function mouseOut8() {
document.getElementById("contactus").src="/images/contactuslink.gif"
}
function mouseOver9() {
document.getElementById("ourvision").src="/images/ourvisionoverlink.gif"
}
function mouseOut9() {
document.getElementById("ourvision").src="/images/ourvisionlink.gif"
}
function mouseOver10() {
document.getElementById("oasisblog").src="/images/oasisblogoverlink.gif"
}
function mouseOut10() {
document.getElementById("oasisblog").src="/images/oasisbloglink.gif"
}