// JavaScript Document
function changeImg(navId, imgSrc) {
	document.getElementById(navId).src=imgSrc;
}