Making information appear

Could someone link me to a source that will explain how to do this:

I want to click a link, and the information appear below. Kind of like a drop down, but it becomes part of the page. Then you can click the link again, and this information will disappear.

I would look at the DIV tag and using CSS to hide or show the section. This site provides some info that might help you get started:

hiding/showing the contents of a div JavaScript and AJAX forum at WebmasterWorld

You can also search for “hiding div sections” in Google for a lot more. If you have specific questions let me know and I’ll be glad to try and help.

That is exactly what I wanted!

Thank you very much, I will be implementing that into my code as soon as possible.