Hide content

I got a question in regards to how can i hide additional content on my page and when clicked upon it gets revealed.

so i got my website:

http://www.naspos.com/point-of-sale.php

but i want to hide the content after “no annual fees…”

but with a click of the button “more” the hidden content gets shown, how can i do that? please advise.

well you are already using jQuery so simply add in a .toggle
http://api.jquery.com/slideToggle/

awesome thanks! i appreciate it.