/**
 * These are the functions for the Menu buttons on the Bartel site
 * 
 */
function FN_B_Home_on()
{
document.home.src="images/button-home-on.gif";
}

function FN_B_Home_off()
{
document.home.src="images/button-home-off.gif";
}

function FN_B_About_on()
{
document.about.src="images/button-about-on.gif";
}

function FN_B_About_off()
{
document.about.src="images/button-about-off.gif";
}

function FN_B_Services_on()
{
document.services.src="images/button-services-on.gif";
}

function FN_B_Services_off()
{
document.services.src="images/button-services-off.gif";
}

function FN_B_Projects_on()
{
document.projects.src="images/button-projects-on.gif";
}

function FN_B_Projects_off()
{
document.projects.src="images/button-projects-off.gif";
}

function FN_B_Facility_on()
{
document.facility.src="images/button-facility-on.gif";
}

function FN_B_Facility_off()
{
document.facility.src="images/button-facility-off.gif";
}

function FN_B_Contact_on()
{
document.contact.src="images/button-contact-on.gif";
}

function FN_B_Contact_off()
{
document.contact.src="images/button-contact-off.gif";
}


