function showpicture(displacement) // enciende y apaga el pais en la busqueda por mapa	{	if (document.getElementById)		{		var backpicture = document.getElementById("mmintro");		backpicture.style.backgroundPosition = "0px -"+ displacement+"px";		}	else		{		return false		}	}
