A: Yes! There are provisions to expand and collapse all of them at
once. There are two javascript functions:
expandall()
and
collapseall(). You can use them like any other
link, see the example below:
<a href="javascript:expandall()">Expand All</a>
<a href="javascript:collapseall()">Collapse All</a>
This is how the links near the top of the page work.