// JavaScript Document

function mouseOverHome()
{
  document.home.src="images/home-cream.gif"
}
  
function mouseOutHome()
{
  document.home.src="images/home.gif"
}

function mouseOverCupCakes()
{
  document.cupcakes.src="images/cupcakes-cream.gif"
}
  
function mouseOutCupCakes()
{
  document.cupcakes.src="images/cupcakes.gif"
}
  
function mouseOverShop()
{
  document.shop.src="images/shop-cream.gif"
}
  
function mouseOutShop()
{
  document.shop.src="images/shop.gif"
}
  
function mouseOverCakes()
{
  document.cakes.src="images/cakes-cream.gif"
}
  
function mouseOutCakes()
{
  document.cakes.src="images/cakes.gif"
}    

function mouseOverContact()
{
  document.contact.src="images/contact-cream.gif"
}
  
function mouseOutContact()
{
  document.contact.src="images/contact.gif"
}

function mouseOverVacancy()
{
  document.vacancy.src="images/vacancy-cream.gif"
}
  
function mouseOutVacancy()
{
  document.vacancy.src="images/vacancy.gif"
}

function mouseOverWedding()
{
  document.wedding.src="images/wedding-cream.gif"
}
  
function mouseOutWedding()
{
  document.wedding.src="images/wedding.gif"
}
  
function mouseOverBirthday()
{
  document.birthday.src="images/birthday-cream.gif"
}
  
function mouseOutBirthday()
{
  document.birthday.src="images/birthday.gif"
}
  
function mouseOverNovelty()
{
  document.novelty.src="images/novelty-cream.gif"
}

function mouseOutNovelty()
{
  document.novelty.src="images/novelty.gif"
}
 
function mouseOverCupcakes()
{
  document.cupcakes.src="images/cupcake-cream.gif"
}

function mouseOutCupcakes()
{
  document.cupcakes.src="images/cupcake.gif"
}
 
function mouseOverOther()
{
  document.other.src="images/other-cream.gif"
}
  
function mouseOutOther()
{
  document.other.src="images/other.gif"
}        
