Design the menu bar. The ITEM statements specify the items
for the menu bar. The value of the MENU= option is used in a subsequent MENU
statement.
item 'File' menu=f;
item 'Edit' menu=e;
item 'Scroll' menu=s;
item 'Subset' menu=sub;
item 'Help' menu=h;