<!-- webtech.smi source code listing.  ©1998 Larry Bouthillier -->
<smil>
    <head>
        <layout>
                <root-layout height="425" width="625" background-color="black"/>
                <region id="title" left="5" top="150" width="400" height="200"/>
                <region id="full" left="0"   top="0" height="425"  width="450" background-color="#602030"/>
                <region id="video" left="260" top="240" height="120" width="160" z-index="1"/>
                <region id="toc" left="450" top="0" height="425" width="175"/>
        </layout>
    </head>

    <body>
       <par>
        <text src="toc.rt" region="toc"/>
        <seq>
            <!-- This img tag displays the title screen -->
                <text src="title.rt" type="text/html" region="title" dur="20s"/>
            <!-- This section displays the interactive map with an audio soundtrack -->
                <par>
                   <audio src="map_narration.rm"/>
                   <img src="map.rp" region="full" fill="freeze"/>
                </par>
            <!-- This section contains the video-annotated slideshow -->
        <par>
                   <switch>
              <img src="slideshow.rp" region="full" fill="freeze" system-bitrate="45000"/>
              <img src="slideshow_low.rp" region="full" fill="freeze" system-bitrate="20000"/>
                </switch>
           <seq>
                     <video src="video_narration_20.rm" region="video" dur="27s"/>
                     <audio src="video_narration_audio_only.rm" clip-begin="27s" dur="53s"/>
                     <video src="video_narration_20.rm" clip-begin="80s" region="video"/>
                   </seq>
                </par>
        </seq>
       </par>
     </body>
</smil>