<!--


function changetoalt(){
document.getElementById("buttonhome").src = "images/buttonhomealt.gif";
}

function changeback(){
document.getElementById("buttonhome").src = "images/buttonhome.gif";
}

function changetoalt2(){
document.getElementById("buttonaboutus").src = "images/buttonaboutusalt.gif";
}

function changeback2(){
document.getElementById("buttonaboutus").src = "images/buttonaboutus.gif";
}

function changetoalt3(){
document.getElementById("buttonsales").src = "images/buttonsalesalt.gif";
}

function changeback3(){
document.getElementById("buttonsales").src = "images/buttonsales.gif";
}

function changetoalt4(){
document.getElementById("buttonherdsires").src = "images/buttonherdsiresalt.gif";
}

function changeback4(){
document.getElementById("buttonherdsires").src = "images/buttonherdsires.gif";
}

function changetoalt5(){
document.getElementById("buttonfherd").src = "images/buttonfherdalt.gif";
}

function changeback5(){
document.getElementById("buttonfherd").src = "images/buttonfherd.gif";
}


function changetoalt6(){
document.getElementById("buttonevents").src = "images/buttoneventsalt.gif";
}

function changeback6(){
document.getElementById("buttonevents").src = "images/buttonevents.gif";
}


function changetoalt7(){
document.getElementById("buttongallery").src = "images/buttongalleryalt.gif";
}

function changeback7(){
document.getElementById("buttongallery").src = "images/buttongallery.gif";
}


function changetoalt8(){
document.getElementById("buttoninfo").src = "images/buttoninfoalt.gif";
}

function changeback8(){
document.getElementById("buttoninfo").src = "images/buttoninfo.gif";
}


function changetoalt9(){
document.getElementById("buttonlinks").src = "images/buttonlinksalt.gif";
}

function changeback9(){
document.getElementById("buttonlinks").src = "images/buttonlinks.gif";
}


function changetoalt10(){
document.getElementById("buttoncontactus").src = "images/buttoncontactusalt.gif";
}

function changeback10(){
document.getElementById("buttoncontactus").src = "images/buttoncontactus.gif";
}


function changetoalt11(){
document.getElementById("buttonfstore").src = "images/buttonfstorealt.gif";
}

function changeback11(){
document.getElementById("buttonfstore").src = "images/buttonfstore.gif";
}



//-->