// Gallery.js
//contains the function for dealing with the gallery

function rolloverToMain(imgLocation){
	document.getElementById('galleryBigBox').innerHTML = '<img src="' + imgLocation + '" alt="Image Not Found">';
}