function mouseOverHome()
{
document.getElementById("b1").src="http://vavavavegan.com/navigation/digi_home.gif"
}

function mouseOverAbout()
{
document.getElementById("b2").src="http://vavavavegan.com/navigation/digi_about.gif"
}

function mouseOverAdopt()
{
document.getElementById("b3").src="http://vavavavegan.com/navigation/digi_adopt.gif"
}

function mouseOverShop()
{
document.getElementById("b4").src="http://vavavavegan.com/navigation/digi_shop.gif"
}

function mouseOverContact()
{
document.getElementById("b5").src="http://vavavavegan.com/navigation/digi_contact.gif"
}

function mouseOverBeauty()
{
document.getElementById("b6").src="http://vavavavegan.com/navigation/category_digi_beauty.gif"
}

function mouseOverFashion()
{
document.getElementById("b7").src="http://vavavavegan.com/navigation/category_digi_fashion.gif"
}

function mouseOverLifestyle()
{
document.getElementById("b8").src="http://vavavavegan.com/navigation/category_digi_lifestyle.gif"
}

function mouseOverPartner()
{
document.getElementById("b9").src="http://vavavavegan.com/navigation/digi_partner.gif"
}

function mouseOutHome()
{
document.getElementById("b1").src="http://vavavavegan.com/navigation/century_home.gif"
}

function mouseOutAbout()
{
document.getElementById("b2").src="http://vavavavegan.com/navigation/century_about.gif"
}

function mouseOutAdopt()
{
document.getElementById("b3").src="http://vavavavegan.com/navigation/century_adopt.gif"
}

function mouseOutShop()
{
document.getElementById("b4").src="http://vavavavegan.com/navigation/century_shop.gif"
}

function mouseOutContact()
{
document.getElementById("b5").src="http://vavavavegan.com/navigation/century_contact.gif"
}

function mouseOutBeauty()
{
document.getElementById("b6").src="http://vavavavegan.com/navigation/category_beauty.gif"
}

function mouseOutFashion()
{
document.getElementById("b7").src="http://vavavavegan.com/navigation/category_fashion.gif"
}

function mouseOutLifestyle()
{
document.getElementById("b8").src="http://vavavavegan.com/navigation/category_lifestyle.gif"
}

function mouseOutPartner()
{
document.getElementById("b9").src="http://vavavavegan.com/navigation/century_partner.gif"
}

