Here are some constants used in the script, placed at the front for convenience in updating them.
The path to the stylesheet for these pages.
CSS_STYLESHEET = "http://www.nmt.edu/~john/scans/bird/birdindex.css"
The name of the subdirectory containing the form pages.
FORM_SUBDIR = "form/"
This constant expresses the area of a full 35mm film frame (nominally 24mm×36mm) in square millimeters.
FULL_FRAME_MM2 = 24 * 36
This is the name of the file where the index page will be written.
INDEX_PAGE = "index.html"