screen Narration(narration):
    frame:
        xalign 0.5
        yalign 0.5
        xsize 700
        ysize 500
        vbox:
            text narration
            text ""
            button:
                text "Close"
                action Return()

screen ImageDisplayLarge(img):
    frame:
        xalign 0.5
        yalign 0.5
        xsize 500
        ysize 580
        vbox:
            image img
            text ""
            button:
                xalign 0.5
                text "Close"
                action Return()
