// JavaScript Document

function showMap(whichmap)	{
			var source = whichmap.getAttribute("rel");
			var map = document.getElementById("map_img");
			map.setAttribute("src",source);
			}
