/**
 * These are the functions for the Menu buttons on the Dawson Distribution site
 * 
 */

function FN_home_on()
{
	home.background="images-lumc/but-bgk-org1.jpg";
}

function FN_home_off()
{
	home.background="";	
}

function FN_about_on()
{
	about.background="images-lumc/but-bgk-org1.jpg";
}

function FN_about_off()
{
	about.background="";	
}

function FN_worship_on()
{
	worship.background="images-lumc/but-bgk-org1.jpg";
}

function FN_worship_off()
{
	worship.background="";
}

function FN_calendar_on()
{
	calendar.background="images-lumc/but-bgk-org1.jpg";
}

function FN_calendar_off()
{
	calendar.background="";
}

function FN_activities_on()
{
	activities.background="images-lumc/but-bgk-org1.jpg";
}

function FN_activities_off()
{
	activities.background="";
}

function FN_bulletins_on()
{
	bulletins.background="images-lumc/but-bgk-org1.jpg";
}

function FN_bulletins_off()
{
	bulletins.background="";
}

function FN_contact_on()
{
	contact.background="images-lumc/but-bgk-org1.jpg";
}

function FN_contact_off()
{
	contact.background="";
}

function FN_beliefs_on()
{
	beliefs.background="images-lumc/but-bgk-green1.jpg";
}

function FN_beliefs_off()
{
	beliefs.background="";
}

function FN_staff_on()
{
	staff.background="images-lumc/but-bgk-green1.jpg";
}

function FN_staff_off()
{
	staff.background="";
}

function FN_missions_on()
{
	missions.background="images-lumc/but-bgk-green1.jpg";
}

function FN_missions_off()
{
	missions.background="";
}

function FN_services_on()
{
	services.background="images-lumc/but-bgk-green1.jpg";
}

function FN_services_off()
{
	services.background="";
}

function FN_education_on()
{
	education.background="images-lumc/but-bgk-green1.jpg";
}

function FN_education_off()
{
	education.background="";
}

function FN_music_on()
{
	music.background="images-lumc/but-bgk-green1.jpg";
}

function FN_music_off()
{
	music.background="";
}

function FN_family_on()
{
	family.background="images-lumc/but-bgk-green1.jpg";
}

function FN_family_off()
{
	family.background="";
}

function FN_children_on()
{
	children.background="images-lumc/but-bgk-green1.jpg";
}

function FN_children_off()
{
	children.background="";
}

function FN_junior_on()
{
	junior.background="images-lumc/but-bgk-green1.jpg";
}

function FN_junior_off()
{
	junior.background="";
}

function FN_youth_on()
{
	youth.background="images-lumc/but-bgk-green1.jpg";
}

function FN_youth_off()
{
	youth.background="";
}

function FN_adults_on()
{
	adults.background="images-lumc/but-bgk-green1.jpg";
}

function FN_adults_off()
{
	adults.background="";
}

function FN_seniors_on()
{
	seniors.background="images-lumc/but-bgk-green1.jpg";
}

function FN_seniors_off()
{
	seniors.background="";
}





