function mouseOver_credit_cards()
{
document.getElementById("credit_cards").src ="images/nav/credit_cards_mo.jpg";
}
function mouseOut_credit_cards()
{
document.getElementById("credit_cards").src ="images/nav/credit_cards.jpg";
}

function mouseOver_credit_reports()
{
document.getElementById("credit_reports").src ="images/nav/credit_reports_mo.jpg";
}
function mouseOut_credit_reports()
{
document.getElementById("credit_reports").src ="images/nav/credit_reports.jpg";
}

function mouseOver_banking()
{
document.getElementById("banking").src ="images/nav/banking_mo.jpg";
}
function mouseOut_banking()
{
document.getElementById("banking").src ="images/nav/banking.jpg";
}

function mouseOver_loans()
{
document.getElementById("loans").src ="images/nav/loans_mo.jpg";
}
function mouseOut_loans()
{
document.getElementById("loans").src ="images/nav/loans.jpg";
}

function mouseOver_debt_help()
{
document.getElementById("debt_help").src ="images/nav/debt_help_mo.jpg";
}
function mouseOut_debt_help()
{
document.getElementById("debt_help").src ="images/nav/debt_help.jpg";
}
