Using the onMouseOver Event
You can make the pop-up menu appear when the mouse is hovered over the main menu link or image, which saves a mouse click:
By introducing an Event Handler element between the main menu Label and the Action.Popup elements, as shown above, and setting its DHTML Event attribute to onMouseOver, you can cause the pop-up to appear when the mouse passes over the label, so clicking the link is not necessary.