 $(document).ready(function(){
   // Your code here
   $("#menuano p").click(function () {
      $("#anolista").toggle();
    });
 });
