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 mouseOverLinks()
{
document.getElementById("b3").src="http://vavavavegan.com/navigation/digi_links.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 mouseOverPress()
{
document.getElementById("b9").src="http://vavavavegan.com/navigation/digi_press.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 mouseOutLinks()
{
document.getElementById("b3").src="http://vavavavegan.com/navigation/century_links.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 mouseOutPress()
{
document.getElementById("b9").src="http://vavavavegan.com/navigation/century_press.gif"
}
