prod = new Image(125,25);
prod.src = "btn-prod.jpg";

prodh = new Image(125,25);
prodh.src = "btn-prod-h.jpg";

photos = new Image(125,25);
photos.src = "btn-photos.jpg";

photosh = new Image(125,25);
photosh.src = "btn-photos-h.jpg";

contact = new Image(125,25);
contact.src = "btn-contact.jpg";

contacth = new Image(125,25);
contacth.src = "btn-contact-h.jpg";

wtb = new Image(125,25);
wtb.src = "btn-wtb.jpg";

wtbh = new Image(125,25);
wtbh.src = "btn-wtb-h.jpg";

testimonials = new Image(125,25);
testimonials.src = "btn-testimonials.jpg";

testimonialsh = new Image(125,25);
testimonialsh.src = "btn-testimonials-h.jpg";

video = new Image(125,25);
video.src = "btn-video.jpg";

videoh = new Image(125,25);
videoh.src = "btn-video-h.jpg";

store = new Image(125,25);
store.src = "btn-store.jpg";

storeh = new Image(125,25);
storeh.src = "btn-store-h.jpg";

reviews = new Image(125,25);
reviews.src = "btn-reviews.jpg";

reviewsh = new Image(125,25);
reviewsh.src = "btn-reviews-h.jpg";

function swapOn(button_name)	{
if (button_name != "home") {
document.images[button_name].src = eval(button_name + "h.src");
}
}

function swapOff(button_name)	{
if (button_name != "home" && (button_name != page_name)) {
document.images[button_name].src = eval(button_name + ".src");
}
}
