﻿// JavaScript Document
function moveover1()
{document.getElementById('image1').src="images/button1_rollover.jpg"}
function moveback1()
{document.getElementById('image1').src="images/button1.jpg"}

function moveover2()
{document.getElementById('image2').src="images/button2_rollover.jpg"}
function moveback2()
{document.getElementById('image2').src="images/button2.jpg"}

function moveover3()
{document.getElementById('image3').src="images/location_rollover.jpg"}
function moveback3()
{document.getElementById('image3').src="images/location.jpg"}