/* 文字コード：UTF-8 */

function changeMapImage(url) {
	document.getElementById('map').src = url;
}

