
// left container

function flavorsOver()
{
document.getElementById("soupflavors").src="images/soup-flavors-over.png";
}
function flavorsOut()
{
document.getElementById("soupflavors").src="images/soup-flavors.png";
}

function jumpOver()
{
document.getElementById("jump-start").src="images/jumpstart-over.png";
}
function jumpOut()
{
document.getElementById("jump-start").src="images/jumpstart.png";
}

function servesOver()
{
document.getElementById("soup-serves").src="images/soup-serves-over.png";
}
function servesOut()
{
document.getElementById("soup-serves").src="images/soup-serves.png";
}





// right container 

function nohoOver()
{
document.getElementById("noho").src="images/noho-over.png";
}
function nohoOut()
{
document.getElementById("noho").src="images/noho.png";
}

function fairyteaOver()
{
document.getElementById("fairy-tea").src="images/fairy-tea-cottage-over.png";
}
function fairyteaOut()
{
document.getElementById("fairy-tea").src="images/fairy-tea-cottage.png";
}

function foodbankOver()
{
document.getElementById("food-bank").src="images/la-regional-foodbank-over.png";
}
function foodbankOut()
{
document.getElementById("food-bank").src="images/la-regional-foodbank.png";
}

function malawiOver()
{
document.getElementById("malawi").src="images/malawi-school-project-over.png";
}
function malawiOut()
{
document.getElementById("malawi").src="images/malawi-school-project.png";
}





// Soup Flavors form submit btn 

function submitOver()
{
document.getElementById("submit").src="images/btn-submit-over.png";
}
function submitOut()
{
document.getElementById("submit").src="images/btn-submit.png";
}





















