Use the MenuBar.DisplayMode property to determine the layout of the MenuBar object. To remove the MenuBar, set:
Client-Side JavaScript Functions to show the menu Groups
Even without displaying the MenuBar object, you can still control the visibility and position of the WebMenu Groups using your own custom client-side JavaScript code.
Show a Group
The cswmShow function is used to display and position an individual WebMenu Group.
Hide all Groups
The cswmHide function is used to hide all visible WebMenu Groups.
Using a Frameset
The cswmShowInFrame function is used to display and position an individual WebMenu Group that is contained in a separate frame.