function mouseOver()
{
document.home.src ="images/homeover.jpg";
}
function mouseOut()
{
document.home.src ="images/home.jpg";
}
function mouseOver1()
{
document.breakfast.src ="images/breakfastover.jpg";
}
function mouseOut1()
{
document.breakfast.src ="images/breakfast.jpg";
}
function mouseOver2()
{
document.lunch.src ="images/lunchover.jpg";
}
function mouseOut2()
{
document.lunch.src ="images/lunch.jpg";
}
function mouseOver3()
{
document.baristapizza.src ="images/baristapizzaover.jpg";
}
function mouseOut3()
{
document.baristapizza.src ="images/baristapizza.jpg";
}
function mouseOver4()
{
document.subs.src ="images/subsover.jpg";
}
function mouseOut4()
{
document.subs.src ="images/subs.jpg";
}
function mouseOver5()
{
document.grocery.src ="images/groceryover.jpg";
}
function mouseOut5()
{
document.grocery.src ="images/grocery.jpg";
}
function mouseOver6()
{
document.catering.src ="images/cateringover.jpg";
}
function mouseOut6()
{
document.catering.src ="images/catering.jpg";
}
