I would like to use a JavaScript menu similar to
Macromedia's, which displays a horizontal submenu upon rollover. However, I want it to do something slightly different: When a page (i.e. "Support") loads, I want to display, by default, the submenu for that page (i.e. "Showcase Home," "Site of the Day Archive," etc.). Once the user rolls over another button, such as "Products," the submenu should then change to reflect that new section, as with Macromedia's menu. Once they are done hovering, it should revert back to the default submenu.
How would I accomplish this?