// Rollover swap function
function swap(imgName, imgFile) {
	document.getElementById(imgName).src = imgFile;
}
