{Comment **** This macro demonstrates one way of setting up submenus. **** Method 1. All the menus are contained in the same macro. **** First set up and display the primary menu }{MenuOption}{MenuOptionA Pets}{MenuOptionB African animals}{Option}{Comment **** Process option A setting up a submenu. }{IfOptionA {MenuOption}{MenuOptionC Cat}{MenuOptionD Dog}{Option}{Comment }{IfOptionC Cats meow. }{IfOptionD Dogs bark. }}{Comment **** Process option B setting up another submenu. }{IfOptionB {MenuOption}{MenuOptionE Elephant}{MenuOptionT Tiger}{Option}{Comment }{IfOptionE Elephants are big. }{IfOptionT Tigers roar. }}