create a menu within slide show?

Would like to create a menu to reference slides in a slide show… is this possible and how to go about it?

You can use the slides property of the slideshow to populate your “menu”. You can use a table, dropdown, repeater, etc. to act as the menu. Then, when a menu item is clicked, you can use the changeSlide() function to move to the selected slide.