function navSwitch(imgId, newImage){
	document.getElementById(imgId).src = '/graphics/nav/' + newImage;
}