Show / Hide DD

Show / Hide DD

Hello,

I have the following HTML:

  1. <dl class="Faq">
  2.   <dt>Question 1?</dt>
  3.   <dd>Answer 1</dd>
  4.   <dt>Question 2?</dt>
  5.   <dd>Answer 2</dd>
  6. </dl>
How can I show / hide a DD when its DT (on top) is clicked?

Thank You,
Miguel