Space is precious, and two-level menus or directories are more easy to read.
So how to show two-level menu and open second-level menu "on demand"?
Guess... yep, that's easy too. Simply put, make two images for each
first-level menu item. One image for just first-level menu item, and second
one for expanded submenu. Like
and
You will have only first level menu items, each one represented with a
short image. After that add onClick reaction for each menu item to replace
it dynmamically with expanded one. And the last but not least, provide
image map for each menu item. This way when expanded, submenu items will
be links to whatever pages you want. And don't forget to close other items
in menu, or you will end up with several expanded items.
Notice, please, that there is no HTML pages submenuXX.wrong.html on this site, so this example points out nowhere. Just place your correct html links there (and your images as well). Don't forget to compress your images, using GifWizard, you can get 100-200 bytes images, which is very reasonable.
And here is an example:
Click on any "Menu X" below:
And here is the code to implement this: