compiled by thepcsweb.com
18
Menu Items
lYou specify the content of the menu using a single (sometimes huge) string in the menuItems parameter.
–Each menu item is enclosed in curly braces { … }
–The overall “menuItems” string is comprised of one or more of the { … } items
lExample
<param name=“menuItems”
       value=“{menu item 1 stuff goes here}
              {menu item 2 stuff goes here}
               ...
              {menu item n stuff goes here}”>