// JavaScript Document
function rollOver(img, imgPath) {
	document.getElementById(img).src = imgPath;
}