//Below is the code that pre-loads the graphics
{

<!-- imageswitch1 -->
alt0 = new Image();
alt0.src = "/images/home.gif";
alt1 = new Image();
alt1.src = "/images/home2.gif";


<!-- imageswitch2 -->
alt2 = new Image();
alt2.src = "/images/food.gif";
alt3 = new Image();
alt3.src = "/images/food2.gif";


<!-- imageswitch3 -->
alt4 = new Image();
alt4.src = "/images/gallery.gif";
alt5 = new Image();
alt5.src = "/images/gallery2.gif";

<!-- imageswitch4 -->
alt6 = new Image();
alt6.src = "/images/event.gif";
alt7 = new Image();
alt7.src = "/images/event2.gif";

<!-- imageswitch5 -->
alt8 = new Image();
alt8.src = "/images/link.gif";
alt9 = new Image();
alt9.src = "/images/link2.gif";
//These are the first button graphics

<!-- imageswitch6 -->
alt10 = new Image();
alt10.src = "/images/contact.gif";
alt11 = new Image();
alt11.src = "/images/contact2.gif";

<!-- imageswitch7 -->
alt12 = new Image();
alt12.src = "/images/basket.gif";
alt13 = new Image();
alt13.src = "/images/basket2.gif";


//This is the function that calls for
//the change in the buttons

}
function imageChange(imageID,imageName,imageID2,imageName2) {

{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}


function SwitchImage(imageID,imageName) {

{
document.images[imageID].src = eval(imageName + ".src");
}

}

//Below is the code that pre-loads the graphics
{

//This is the function that calls for
//the change in the buttons

}
function imageChange(imageID,imageName,imageID2,imageName2) {

{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}


function SwitchImage(imageID,imageName) {

{
document.images[imageID].src = eval(imageName + ".src");
}

}