### menuItemList

A comma-separated list of names that you want to appear on a menu.

Use the single character “`-`” to get a gray line.

For example, the Menu item list for the first 9 items on the Go menu would be:

```
"Back,Home,Help,Recent,-," & ¬
"First,Prev,Next,Last"
```

See also: `[ph:messageList]`.
