function showMapLabel(photoName){
	document.getElementById('maplabel').src = '_images/' + photoName + '.jpg';
}

function cityOver(){
	document.body.style.cursor = 'pointer';
}

function cityOut(){
	document.body.style.cursor = 'default';
}
