$(document).ready(function() {
  $('#footer-location>span').hide();
  $('#footer-location>ul').hide();
  $('#footer-location').addClass('popUpMenu').click(function() {
    $('#footer-location>ul').slideToggle();
  });
});
