					<!--Declare the variables//-->

		<!--Home Button Variables//-->
home_over=new Image (40,140)
home_over.src="buttons/home_over.gif"

home_out=new Image (40,140)
home_out.src="buttons/home.gif"


		<!--About Button Variables//-->
about_over=new Image (40,140)
about_over.src="buttons/about_over.gif"

about_out=new Image (40,140)
about_out.src="buttons/about.gif"

		<!--Bell Tower Button Variables//-->
b_twr_over=new Image (40,140)
b_twr_over.src="buttons/b_twr_over.gif"

b_twr_out=new Image (40,140)
b_twr_out.src="buttons/b_twr.gif"


		<!--Calendar Button Variables//-->
calendar_over=new Image (40,140)
calendar_over.src="buttons/calendar_over.gif"

calendar_out=new Image (40,140)
calendar_out.src="buttons/calendar.gif"


		<!--Christian Ed Button Variables//-->
christian_ed_over=new Image (40,140)
christian_ed_over.src="buttons/christian_education_over.gif"

christian_ed_out=new Image (40,140)
christian_ed_out.src="buttons/christian_education.gif"


		<!--Contact Us Button Variables//-->
contact_over=new Image (40,140)
contact_over.src="buttons/contact_over.gif"

contact_out=new Image (40,140)
contact_out.src="buttons/contact.gif"


		<!--Fellowship Button Variables//-->
fellowship_over=new Image (40,140)
fellowship_over.src="buttons/fellowship_over.gif"

fellowship_out=new Image (40,140)
fellowship_out.src="buttons/fellowship.gif"


		<!--Ministries Button Variables//-->
ministry_over=new Image (40,140)
ministry_over.src="buttons/ministry_over.gif"

ministry_out=new Image (40,140)
ministry_out.src="buttons/ministry.gif"


		<!--Music and Dance Button Variables//-->
mu_dance_over=new Image (40,140)
mu_dance_over.src="buttons/mu_dance_over.gif"

mu_dance_out=new Image (40,140)
mu_dance_out.src="buttons/mu_dance.gif"



		<!--Opportunities Button Variables//-->
opportunities_over=new Image (40,140)
opportunities_over.src="buttons/opportunities_over.gif"

opportunities_out=new Image (40,140)
opportunities_out.src="buttons/opportunities.gif"



		<!--Other Links Button Variables//-->
other_links_over=new Image (40,140)
other_links_over.src="buttons/other_links_over.gif"

other_links_out=new Image (40,140)
other_links_out.src="buttons/other_links.gif"


		<!--Photo Gallery Button Variables//-->
photo_gallery_over=new Image (40,140)
photo_gallery_over.src="buttons/photo_gallery_over.gif"

photo_gallery_out=new Image (40,140)
photo_gallery_out.src="buttons/photo_gallery.gif"


		<!--PreSchool Button Variables//-->
preschool_over=new Image (40,140)
preschool_over.src="buttons/preschool_over.gif"

preschool_out=new Image (40,140)
preschool_out.src="buttons/preschool.gif"


		<!--Worship Button Variables//-->
worship_over=new Image (40,140)
worship_over.src="buttons/worship_over.gif"

worship_out=new Image (40,140)
worship_out.src="buttons/worship.gif"


		<!--Youth Button Variables//-->
youth_over=new Image (40,140)
youth_over.src="buttons/youth_over.gif"

youth_out=new Image (40,140)
youth_out.src="buttons/youth.gif"





                           			<!--Write the functions//-->

		<!--Home Button Functions//-->
function homeovr() {
document.home.src=home_over.src; return true;
}

function homeout() {
document.home.src=home_out.src; return true;
}


		<!--About Button Functions//-->
function aboutovr() {
document.about.src=about_over.src; return true;
}

function aboutout() {
document.about.src=about_out.src; return true;
}


		<!--Bell Tower Button Functions//-->
function b_twrovr() {
document.b_twr.src=b_twr_over.src; return true;
}

function b_twrout() {
document.b_twr.src=b_twr_out.src; return true;
}


		<!--Calendar Button Functions//-->
function calendarovr() {
document.calendar.src=calendar_over.src; return true;
}

function calendarout() {
document.calendar.src=calendar_out.src; return true;
}


		<!--Christian Ed Button Functions//-->
function christian_edovr() {
document.christian_ed.src=christian_ed_over.src; return true;
}

function christian_edout() {
document.christian_ed.src=christian_ed_out.src; return true;
}


		<!--Contact Us Button Functions//-->
function contactovr() {
document.contact.src=contact_over.src; return true;
}

function contactout() {
document.contact.src=contact_out.src; return true;
}


		<!--Fellowship Button Functions//-->
function fellowshipovr() {
document.fellowship.src=fellowship_over.src; return true;
}

function fellowshipout() {
document.fellowship.src=fellowship_out.src; return true;
}


		<!--Ministries Button Functions//-->
function ministryovr() {
document.ministry.src=ministry_over.src; return true;
}

function ministryout() {
document.ministry.src=ministry_out.src; return true;
}


		<!--Music and Dance Button Functions//-->
function mu_danceovr() {
document.mu_dance.src=mu_dance_over.src; return true;
}

function mu_danceout() {
document.mu_dance.src=mu_dance_out.src; return true;
}


		<!--Opportunities Button Functions//-->
function opportunitiesovr() {
document.opportunities.src=opportunities_over.src; return true;
}

function opportunitiesout() {
document.opportunities.src=opportunities_out.src; return true;
}


		<!--Other Links Button Functions//-->
function other_linksovr() {
document.other_links.src=other_links_over.src; return true;
}

function other_linksout() {
document.other_links.src=other_links_out.src; return true;
}


		<!--Photo Gallery Button Functions//-->
function photo_galleryovr() {
document.photo_gallery.src=photo_gallery_over.src; return true;
}

function photo_galleryout() {
document.photo_gallery.src=photo_gallery_out.src; return true;
}


		<!--PreSchool Button Functions//-->
function preschoolovr() {
document.preschool.src=preschool_over.src; return true;
}

function preschoolout() {
document.preschool.src=preschool_out.src; return true;
}


		<!--Worship Button Functions//-->
function worshipovr() {
document.worship.src=worship_over.src; return true;
}

function worshipout() {
document.worship.src=worship_out.src; return true;
}


		<!--Youth Button Functions//-->
function youthovr() {
document.youth.src=youth_over.src; return true;
}

function youthout() {
document.youth.src=youth_out.src; return true;
}