Have you ever created a web page that had so much information on it that some of the key information seems to get lost in all the detail? This web page displays information about a function that will allow you to list key information and hide the details. Your users have the option of expanding detail sections, and the function handles hiding all the other sections.
(click on the "+" signs to expand each division)
I tried to keep this function as simple as possible, so that it could be inserted into nearly any web page. It can be used inside forms, frames, and tables. As far as I know you can put just about anything inside the collapsible division, including another expand/collapse group.
The function depends on the relative position of the elements inside each section. This eliminates the necessity for a specific naming convention for the elements, sections, and groups.