$(document).ready(function() {
        $('#header .button').click(function() {
          $(this).next().slideToggle();
        });
      });
