The structure is really simple:
<!-- menu frame --> <div id="productsFrame" class="menuFrame"> <!-- menu --> <div id="products" class="menu"> <!-- menu items (or other random html) --> <div><a href="#">Direct Vox</a></div> <div><a href="#">Mix Plus</a></div> <div><a href="#">EQ Master</a></div> </div> </div>
You can put anything you want inside a menu: Images, lists, tables. Anything.
Next in this tutorial: Event Handlers: Show and Hide Menus