// JavaScript Document
function changeImage1() {
 document.IMAGE1.src="images/Home_Photography.gif";
}

function changeImage1a() {
 document.IMAGE1.src="images/Home_Photography1.png";
}

function changeImage2() {
 document.IMAGE2.src="images/Home_DigitalMedia.gif";
}

function changeImage2a() {
 document.IMAGE2.src="images/Home_DigitalMedia.png";
}

function changeImage3() {
 document.IMAGE3.src="images/Home_FineArt.gif";
}

function changeImage3a() {
 document.IMAGE3.src="images/Home_FineArt.png";
}
