function showCityMore() {
  document.getElementById("cityMore").style.display = "";
}
function hideCityMore() {
  document.getElementById("cityMore").style.display = "none";
}
