function changeMapImage(url) {
document.getElementById('mapAreaImg').src = url;
}
