function showmap() {
	document.getElementById('showmap').style.display = 'none';
	document.getElementById('map').style.display = 'block';
}


