Collapsing Sections
This one is a bit harder to
implement. It allows the user to collapse the sections (they can also remove
them as well if you integrate it into yesterday's code). Eg.
From -

Click on the [Collapse] to go to -

This one is also quite simple. It
would require setting up some more session variables for each section, which
tell the ASP which areas are collapsed. You would also create a few new subs
for just the headers of the sections and subs for the body/content.