// JavaScript Document

function changeMapImage(url) {
	document.getElementById('Map').src = url;
}
