$(document).ready(function() {
   $('#contact').click(function() {
      $('#address').toggle();
  });
});

