﻿     $(document).ready(function() {
        $('#places').hide();
        $('a#shplaces').click(function() {
          $('#places').slideToggle(400);
          return false;
        });
      });
      
     $(document).ready(function() {
        $('#people').hide();
        $('a#shpeople').click(function() {
          $('#people').slideToggle(400);
          return false;
        });
      });
      
     $(document).ready(function() {
        $('#music').hide();
        $('a#shmusic').click(function() {
          $('#music').slideToggle(400);
          return false;
        });
      });
     $(document).ready(function() {
        $('#specials').hide();
        $('a#shspecials').click(function() {
          $('#specials').slideToggle(400);
          return false;
        });
      });
	  $(document).ready(function() {
        $('#gab').hide();
        $('a#shgab').click(function() {
          $('#gab').slideToggle(400);
          return false;
        });
      });
	  $(document).ready(function() {
        $('#marta').hide();
        $('a#shmarta').click(function() {
          $('#marta').slideToggle(400);
          return false;
        });
      });
