<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 02-12-2025 17-55-49 -->
  <!-- Project file : /Users/baldovino/Documents/9655238.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_en.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano10);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    if(scene[get(startscene)].full360,
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
    );
  </action>

  <!-- 20 Groups -->

  <!-- Group Group 20 : 1 panoramas -->
  
<!-- **** @PanoName="Output 141" @PanoFile="/Users/baldovino/Downloads/9655238/Output 141.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/output_141_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano10_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="180.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="180.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_141_10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_141_10/0/1/%v_%u.jpg"/>
          <right url="output_141_10/1/1/%v_%u.jpg"/>
          <back  url="output_141_10/2/1/%v_%u.jpg"/>
          <left  url="output_141_10/3/1/%v_%u.jpg"/>
          <up    url="output_141_10/4/1/%v_%u.jpg"/>
          <down  url="output_141_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_141_10/0/0/%v_%u.jpg"/>
          <right url="output_141_10/1/0/%v_%u.jpg"/>
          <back  url="output_141_10/2/0/%v_%u.jpg"/>
          <left  url="output_141_10/3/0/%v_%u.jpg"/>
          <up    url="output_141_10/4/0/%v_%u.jpg"/>
          <down  url="output_141_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_141_10/mobile/0.jpg"/>
      <right url="output_141_10/mobile/1.jpg"/>
      <back  url="output_141_10/mobile/2.jpg"/>
      <left  url="output_141_10/mobile/3.jpg"/>
      <up    url="output_141_10/mobile/4.jpg"/>
      <down  url="output_141_10/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint50"
           ath="-179.060052" atv="3.298429"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint50"
           tooltip="spotpoint50_tooltip"
           />
  <hotspot name="spotpoint50" devices="flash" zorder="3"/>
  <hotspot name="spotpoint50" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint50">
  
        mainloadscene(pano11);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint50].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint50].visible, true);
  </action>
  <events name="pano10stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 21 : 1 panoramas -->
  
<!-- **** @PanoName="Output 142" @PanoFile="/Users/baldovino/Downloads/9655238/Output 142.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano11"
       heading="0"
       thumburl="%FIRSTXML%/output_142_11/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano11_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_142_11/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_142_11/0/1/%v_%u.jpg"/>
          <right url="output_142_11/1/1/%v_%u.jpg"/>
          <back  url="output_142_11/2/1/%v_%u.jpg"/>
          <left  url="output_142_11/3/1/%v_%u.jpg"/>
          <up    url="output_142_11/4/1/%v_%u.jpg"/>
          <down  url="output_142_11/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_142_11/0/0/%v_%u.jpg"/>
          <right url="output_142_11/1/0/%v_%u.jpg"/>
          <back  url="output_142_11/2/0/%v_%u.jpg"/>
          <left  url="output_142_11/3/0/%v_%u.jpg"/>
          <up    url="output_142_11/4/0/%v_%u.jpg"/>
          <down  url="output_142_11/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_142_11/mobile/0.jpg"/>
      <right url="output_142_11/mobile/1.jpg"/>
      <back  url="output_142_11/mobile/2.jpg"/>
      <left  url="output_142_11/mobile/3.jpg"/>
      <up    url="output_142_11/mobile/4.jpg"/>
      <down  url="output_142_11/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->





  <hotspot name="spotpoint51"
           ath="40.425482" atv="3.838863"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint51"
           tooltip="spotpoint51_tooltip"
           />
  <hotspot name="spotpoint51" devices="flash" zorder="3"/>
  <hotspot name="spotpoint51" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint51">
  
        mainloadscene(pano10);


  </action>







  <hotspot name="spotpoint52"
           ath="-97.446809" atv="1.279621"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano467"
           onclick="onclickspotpoint52"
           tooltip="spotpoint52_tooltip"
           />
  <hotspot name="spotpoint52" devices="flash" zorder="3"/>
  <hotspot name="spotpoint52" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint52">
  
        mainloadscene(pano467);


  </action>







  <hotspot name="spotpoint482"
           ath="155.561358" atv="4.240838"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint482"
           tooltip="spotpoint482_tooltip"
           />
  <hotspot name="spotpoint482" devices="flash" zorder="3"/>
  <hotspot name="spotpoint482" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint482">
  
        mainloadscene(pano30);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint51].visible, false);



    set(hotspot[spotpoint52].visible, false);



    set(hotspot[spotpoint482].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint51].visible, true);



  
  set(hotspot[spotpoint52].visible, true);



  
  set(hotspot[spotpoint482].visible, true);
  </action>
  <events name="pano11stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 22 : 1 panoramas -->
  
<!-- **** @PanoName="Output 143" @PanoFile="/Users/baldovino/Downloads/9655238/Output 143.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano12"
       heading="0"
       thumburl="%FIRSTXML%/output_143_12/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano12_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_143_12/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_143_12/0/1/%v_%u.jpg"/>
          <right url="output_143_12/1/1/%v_%u.jpg"/>
          <back  url="output_143_12/2/1/%v_%u.jpg"/>
          <left  url="output_143_12/3/1/%v_%u.jpg"/>
          <up    url="output_143_12/4/1/%v_%u.jpg"/>
          <down  url="output_143_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_143_12/0/0/%v_%u.jpg"/>
          <right url="output_143_12/1/0/%v_%u.jpg"/>
          <back  url="output_143_12/2/0/%v_%u.jpg"/>
          <left  url="output_143_12/3/0/%v_%u.jpg"/>
          <up    url="output_143_12/4/0/%v_%u.jpg"/>
          <down  url="output_143_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_143_12/mobile/0.jpg"/>
      <right url="output_143_12/mobile/1.jpg"/>
      <back  url="output_143_12/mobile/2.jpg"/>
      <left  url="output_143_12/mobile/3.jpg"/>
      <up    url="output_143_12/mobile/4.jpg"/>
      <down  url="output_143_12/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint53"
           ath="106.808511" atv="-2.132701"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano467"
           onclick="onclickspotpoint53"
           tooltip="spotpoint53_tooltip"
           />
  <hotspot name="spotpoint53" devices="flash" zorder="3"/>
  <hotspot name="spotpoint53" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint53">
  
        mainloadscene(pano467);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint53].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint53].visible, true);
  </action>
  <events name="pano12stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 24 : 1 panoramas -->
  
<!-- **** @PanoName="Output 145" @PanoFile="/Users/baldovino/Downloads/9655238/Output 145.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano14"
       heading="0"
       thumburl="%FIRSTXML%/output_145_14/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano14_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_145_14/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_145_14/0/1/%v_%u.jpg"/>
          <right url="output_145_14/1/1/%v_%u.jpg"/>
          <back  url="output_145_14/2/1/%v_%u.jpg"/>
          <left  url="output_145_14/3/1/%v_%u.jpg"/>
          <up    url="output_145_14/4/1/%v_%u.jpg"/>
          <down  url="output_145_14/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_145_14/0/0/%v_%u.jpg"/>
          <right url="output_145_14/1/0/%v_%u.jpg"/>
          <back  url="output_145_14/2/0/%v_%u.jpg"/>
          <left  url="output_145_14/3/0/%v_%u.jpg"/>
          <up    url="output_145_14/4/0/%v_%u.jpg"/>
          <down  url="output_145_14/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_145_14/mobile/0.jpg"/>
      <right url="output_145_14/mobile/1.jpg"/>
      <back  url="output_145_14/mobile/2.jpg"/>
      <left  url="output_145_14/mobile/3.jpg"/>
      <up    url="output_145_14/mobile/4.jpg"/>
      <down  url="output_145_14/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->





  <hotspot name="spotpoint471"
           ath="89.765013" atv="0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano467"
           onclick="onclickspotpoint471"
           tooltip="spotpoint471_tooltip"
           />
  <hotspot name="spotpoint471" devices="flash" zorder="3"/>
  <hotspot name="spotpoint471" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint471">
  
        mainloadscene(pano467);


  </action>







  <hotspot name="spotpoint472"
           ath="7.989556" atv="1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint472"
           tooltip="spotpoint472_tooltip"
           />
  <hotspot name="spotpoint472" devices="flash" zorder="3"/>
  <hotspot name="spotpoint472" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint472">
  
        mainloadscene(pano15);


  </action>







  <hotspot name="spotpoint477"
           ath="-89.765013" atv="-2.356021"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint477"
           tooltip="spotpoint477_tooltip"
           />
  <hotspot name="spotpoint477" devices="flash" zorder="3"/>
  <hotspot name="spotpoint477" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint477">
  
        mainloadscene(pano18);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint471].visible, false);



    set(hotspot[spotpoint472].visible, false);



    set(hotspot[spotpoint477].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint471].visible, true);



  
  set(hotspot[spotpoint472].visible, true);



  
  set(hotspot[spotpoint477].visible, true);
  </action>
  <events name="pano14stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 25 : 1 panoramas -->
  
<!-- **** @PanoName="Output 146" @PanoFile="/Users/baldovino/Downloads/9655238/Output 146.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano15"
       heading="0"
       thumburl="%FIRSTXML%/output_146_15/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano15_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_146_15/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_146_15/0/1/%v_%u.jpg"/>
          <right url="output_146_15/1/1/%v_%u.jpg"/>
          <back  url="output_146_15/2/1/%v_%u.jpg"/>
          <left  url="output_146_15/3/1/%v_%u.jpg"/>
          <up    url="output_146_15/4/1/%v_%u.jpg"/>
          <down  url="output_146_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_146_15/0/0/%v_%u.jpg"/>
          <right url="output_146_15/1/0/%v_%u.jpg"/>
          <back  url="output_146_15/2/0/%v_%u.jpg"/>
          <left  url="output_146_15/3/0/%v_%u.jpg"/>
          <up    url="output_146_15/4/0/%v_%u.jpg"/>
          <down  url="output_146_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_146_15/mobile/0.jpg"/>
      <right url="output_146_15/mobile/1.jpg"/>
      <back  url="output_146_15/mobile/2.jpg"/>
      <left  url="output_146_15/mobile/3.jpg"/>
      <up    url="output_146_15/mobile/4.jpg"/>
      <down  url="output_146_15/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint473"
           ath="0.469974" atv="-0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint473"
           tooltip="spotpoint473_tooltip"
           />
  <hotspot name="spotpoint473" devices="flash" zorder="3"/>
  <hotspot name="spotpoint473" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint473">
  
        mainloadscene(pano16);


  </action>







  <hotspot name="spotpoint501"
           ath="95.404700" atv="0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint501"
           tooltip="spotpoint501_tooltip"
           />
  <hotspot name="spotpoint501" devices="flash" zorder="3"/>
  <hotspot name="spotpoint501" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint501">
  
        mainloadscene(pano14);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint473].visible, false);



    set(hotspot[spotpoint501].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint473].visible, true);



  
  set(hotspot[spotpoint501].visible, true);
  </action>
  <events name="pano15stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 26 : 1 panoramas -->
  
<!-- **** @PanoName="Output 147" @PanoFile="/Users/baldovino/Downloads/9655238/Output 147.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano16"
       heading="0"
       thumburl="%FIRSTXML%/output_147_16/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano16_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_147_16/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_147_16/0/1/%v_%u.jpg"/>
          <right url="output_147_16/1/1/%v_%u.jpg"/>
          <back  url="output_147_16/2/1/%v_%u.jpg"/>
          <left  url="output_147_16/3/1/%v_%u.jpg"/>
          <up    url="output_147_16/4/1/%v_%u.jpg"/>
          <down  url="output_147_16/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_147_16/0/0/%v_%u.jpg"/>
          <right url="output_147_16/1/0/%v_%u.jpg"/>
          <back  url="output_147_16/2/0/%v_%u.jpg"/>
          <left  url="output_147_16/3/0/%v_%u.jpg"/>
          <up    url="output_147_16/4/0/%v_%u.jpg"/>
          <down  url="output_147_16/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_147_16/mobile/0.jpg"/>
      <right url="output_147_16/mobile/1.jpg"/>
      <back  url="output_147_16/mobile/2.jpg"/>
      <left  url="output_147_16/mobile/3.jpg"/>
      <up    url="output_147_16/mobile/4.jpg"/>
      <down  url="output_147_16/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint474"
           ath="3.289817" atv="-0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint474"
           tooltip="spotpoint474_tooltip"
           />
  <hotspot name="spotpoint474" devices="flash" zorder="3"/>
  <hotspot name="spotpoint474" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint474">
  
        mainloadscene(pano15);


  </action>







  <hotspot name="spotpoint475"
           ath="-178.120104" atv="-1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint475"
           tooltip="spotpoint475_tooltip"
           />
  <hotspot name="spotpoint475" devices="flash" zorder="3"/>
  <hotspot name="spotpoint475" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint475">
  
        mainloadscene(pano17);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint474].visible, false);



    set(hotspot[spotpoint475].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint474].visible, true);



  
  set(hotspot[spotpoint475].visible, true);
  </action>
  <events name="pano16stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 27 : 1 panoramas -->
  
<!-- **** @PanoName="Output 148" @PanoFile="/Users/baldovino/Downloads/9655238/Output 148.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano17"
       heading="0"
       thumburl="%FIRSTXML%/output_148_17/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano17_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_148_17/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_148_17/0/1/%v_%u.jpg"/>
          <right url="output_148_17/1/1/%v_%u.jpg"/>
          <back  url="output_148_17/2/1/%v_%u.jpg"/>
          <left  url="output_148_17/3/1/%v_%u.jpg"/>
          <up    url="output_148_17/4/1/%v_%u.jpg"/>
          <down  url="output_148_17/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_148_17/0/0/%v_%u.jpg"/>
          <right url="output_148_17/1/0/%v_%u.jpg"/>
          <back  url="output_148_17/2/0/%v_%u.jpg"/>
          <left  url="output_148_17/3/0/%v_%u.jpg"/>
          <up    url="output_148_17/4/0/%v_%u.jpg"/>
          <down  url="output_148_17/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_148_17/mobile/0.jpg"/>
      <right url="output_148_17/mobile/1.jpg"/>
      <back  url="output_148_17/mobile/2.jpg"/>
      <left  url="output_148_17/mobile/3.jpg"/>
      <up    url="output_148_17/mobile/4.jpg"/>
      <down  url="output_148_17/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint476"
           ath="-70.026110" atv="-4.240838"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint476"
           tooltip="spotpoint476_tooltip"
           />
  <hotspot name="spotpoint476" devices="flash" zorder="3"/>
  <hotspot name="spotpoint476" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint476">
  
        mainloadscene(pano16);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint476].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint476].visible, true);
  </action>
  <events name="pano17stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 28 : 1 panoramas -->
  
<!-- **** @PanoName="Output 149" @PanoFile="/Users/baldovino/Downloads/9655238/Output 149.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano18"
       heading="0"
       thumburl="%FIRSTXML%/output_149_18/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano18_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_149_18/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_149_18/0/1/%v_%u.jpg"/>
          <right url="output_149_18/1/1/%v_%u.jpg"/>
          <back  url="output_149_18/2/1/%v_%u.jpg"/>
          <left  url="output_149_18/3/1/%v_%u.jpg"/>
          <up    url="output_149_18/4/1/%v_%u.jpg"/>
          <down  url="output_149_18/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_149_18/0/0/%v_%u.jpg"/>
          <right url="output_149_18/1/0/%v_%u.jpg"/>
          <back  url="output_149_18/2/0/%v_%u.jpg"/>
          <left  url="output_149_18/3/0/%v_%u.jpg"/>
          <up    url="output_149_18/4/0/%v_%u.jpg"/>
          <down  url="output_149_18/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_149_18/mobile/0.jpg"/>
      <right url="output_149_18/mobile/1.jpg"/>
      <back  url="output_149_18/mobile/2.jpg"/>
      <left  url="output_149_18/mobile/3.jpg"/>
      <up    url="output_149_18/mobile/4.jpg"/>
      <down  url="output_149_18/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint478"
           ath="102.924282" atv="-1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint478"
           tooltip="spotpoint478_tooltip"
           />
  <hotspot name="spotpoint478" devices="flash" zorder="3"/>
  <hotspot name="spotpoint478" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint478">
  
        mainloadscene(pano14);


  </action>







  <hotspot name="spotpoint479"
           ath="-50.287206" atv="0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint479"
           tooltip="spotpoint479_tooltip"
           />
  <hotspot name="spotpoint479" devices="flash" zorder="3"/>
  <hotspot name="spotpoint479" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint479">
  
        mainloadscene(pano19);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint478].visible, false);



    set(hotspot[spotpoint479].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint478].visible, true);



  
  set(hotspot[spotpoint479].visible, true);
  </action>
  <events name="pano18stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 29 : 1 panoramas -->
  
<!-- **** @PanoName="Output 150" @PanoFile="/Users/baldovino/Downloads/9655238/Output 150.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano19"
       heading="0"
       thumburl="%FIRSTXML%/output_150_19/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano19_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_150_19/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_150_19/0/1/%v_%u.jpg"/>
          <right url="output_150_19/1/1/%v_%u.jpg"/>
          <back  url="output_150_19/2/1/%v_%u.jpg"/>
          <left  url="output_150_19/3/1/%v_%u.jpg"/>
          <up    url="output_150_19/4/1/%v_%u.jpg"/>
          <down  url="output_150_19/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_150_19/0/0/%v_%u.jpg"/>
          <right url="output_150_19/1/0/%v_%u.jpg"/>
          <back  url="output_150_19/2/0/%v_%u.jpg"/>
          <left  url="output_150_19/3/0/%v_%u.jpg"/>
          <up    url="output_150_19/4/0/%v_%u.jpg"/>
          <down  url="output_150_19/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_150_19/mobile/0.jpg"/>
      <right url="output_150_19/mobile/1.jpg"/>
      <back  url="output_150_19/mobile/2.jpg"/>
      <left  url="output_150_19/mobile/3.jpg"/>
      <up    url="output_150_19/mobile/4.jpg"/>
      <down  url="output_150_19/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint480"
           ath="89.765013" atv="0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint480"
           tooltip="spotpoint480_tooltip"
           />
  <hotspot name="spotpoint480" devices="flash" zorder="3"/>
  <hotspot name="spotpoint480" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint480">
  
        mainloadscene(pano18);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint480].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint480].visible, true);
  </action>
  <events name="pano19stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 35 : 1 panoramas -->
  
<!-- **** @PanoName="Output 151" @PanoFile="/Users/baldovino/Downloads/9655238/Output 151.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano30"
       heading="0"
       thumburl="%FIRSTXML%/output_151_30/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano30_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_151_30/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_151_30/0/1/%v_%u.jpg"/>
          <right url="output_151_30/1/1/%v_%u.jpg"/>
          <back  url="output_151_30/2/1/%v_%u.jpg"/>
          <left  url="output_151_30/3/1/%v_%u.jpg"/>
          <up    url="output_151_30/4/1/%v_%u.jpg"/>
          <down  url="output_151_30/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_151_30/0/0/%v_%u.jpg"/>
          <right url="output_151_30/1/0/%v_%u.jpg"/>
          <back  url="output_151_30/2/0/%v_%u.jpg"/>
          <left  url="output_151_30/3/0/%v_%u.jpg"/>
          <up    url="output_151_30/4/0/%v_%u.jpg"/>
          <down  url="output_151_30/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_151_30/mobile/0.jpg"/>
      <right url="output_151_30/mobile/1.jpg"/>
      <back  url="output_151_30/mobile/2.jpg"/>
      <left  url="output_151_30/mobile/3.jpg"/>
      <up    url="output_151_30/mobile/4.jpg"/>
      <down  url="output_151_30/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->





  <hotspot name="spotpoint483"
           ath="15.509138" atv="1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint483"
           tooltip="spotpoint483_tooltip"
           />
  <hotspot name="spotpoint483" devices="flash" zorder="3"/>
  <hotspot name="spotpoint483" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint483">
  
        mainloadscene(pano11);


  </action>







  <hotspot name="spotpoint484"
           ath="-82.245431" atv="-0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint484"
           tooltip="spotpoint484_tooltip"
           />
  <hotspot name="spotpoint484" devices="flash" zorder="3"/>
  <hotspot name="spotpoint484" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint484">
  
        mainloadscene(pano14);


  </action>







  <hotspot name="spotpoint485"
           ath="177.180157" atv="-14.607330"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint485"
           tooltip="spotpoint485_tooltip"
           />
  <hotspot name="spotpoint485" devices="flash" zorder="3"/>
  <hotspot name="spotpoint485" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint485">
  
        mainloadscene(pano31);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint483].visible, false);



    set(hotspot[spotpoint484].visible, false);



    set(hotspot[spotpoint485].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint483].visible, true);



  
  set(hotspot[spotpoint484].visible, true);



  
  set(hotspot[spotpoint485].visible, true);
  </action>
  <events name="pano30stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 36 : 1 panoramas -->
  
<!-- **** @PanoName="Output 152" @PanoFile="/Users/baldovino/Downloads/9655238/Output 152.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano31"
       heading="0"
       thumburl="%FIRSTXML%/output_152_31/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano31_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_152_31/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_152_31/0/1/%v_%u.jpg"/>
          <right url="output_152_31/1/1/%v_%u.jpg"/>
          <back  url="output_152_31/2/1/%v_%u.jpg"/>
          <left  url="output_152_31/3/1/%v_%u.jpg"/>
          <up    url="output_152_31/4/1/%v_%u.jpg"/>
          <down  url="output_152_31/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_152_31/0/0/%v_%u.jpg"/>
          <right url="output_152_31/1/0/%v_%u.jpg"/>
          <back  url="output_152_31/2/0/%v_%u.jpg"/>
          <left  url="output_152_31/3/0/%v_%u.jpg"/>
          <up    url="output_152_31/4/0/%v_%u.jpg"/>
          <down  url="output_152_31/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_152_31/mobile/0.jpg"/>
      <right url="output_152_31/mobile/1.jpg"/>
      <back  url="output_152_31/mobile/2.jpg"/>
      <left  url="output_152_31/mobile/3.jpg"/>
      <up    url="output_152_31/mobile/4.jpg"/>
      <down  url="output_152_31/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->





  <hotspot name="spotpoint486"
           ath="-1.409922" atv="22.146597"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint486"
           tooltip="spotpoint486_tooltip"
           />
  <hotspot name="spotpoint486" devices="flash" zorder="3"/>
  <hotspot name="spotpoint486" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint486">
  
        mainloadscene(pano30);


  </action>







  <hotspot name="spotpoint487"
           ath="76.605744" atv="4.240838"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano32"
           onclick="onclickspotpoint487"
           tooltip="spotpoint487_tooltip"
           />
  <hotspot name="spotpoint487" devices="flash" zorder="3"/>
  <hotspot name="spotpoint487" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint487">
  
        mainloadscene(pano32);


  </action>







  <hotspot name="spotpoint488"
           ath="-101.044386" atv="-3.298429"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano33"
           onclick="onclickspotpoint488"
           tooltip="spotpoint488_tooltip"
           />
  <hotspot name="spotpoint488" devices="flash" zorder="3"/>
  <hotspot name="spotpoint488" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint488">
  
        mainloadscene(pano33);


  </action>







  <hotspot name="spotpoint495"
           ath="112.323760" atv="5.183246"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano32"
           onclick="onclickspotpoint495"
           tooltip="spotpoint495_tooltip"
           />
  <hotspot name="spotpoint495" devices="flash" zorder="3"/>
  <hotspot name="spotpoint495" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint495">
  
        mainloadscene(pano32);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint486].visible, false);



    set(hotspot[spotpoint487].visible, false);



    set(hotspot[spotpoint488].visible, false);



    set(hotspot[spotpoint495].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint486].visible, true);



  
  set(hotspot[spotpoint487].visible, true);



  
  set(hotspot[spotpoint488].visible, true);



  
  set(hotspot[spotpoint495].visible, true);
  </action>
  <events name="pano31stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 37 : 1 panoramas -->
  
<!-- **** @PanoName="Output 153" @PanoFile="/Users/baldovino/Downloads/9655238/Output 153.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano32"
       heading="0"
       thumburl="%FIRSTXML%/output_153_32/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano32_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_153_32/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_153_32/0/1/%v_%u.jpg"/>
          <right url="output_153_32/1/1/%v_%u.jpg"/>
          <back  url="output_153_32/2/1/%v_%u.jpg"/>
          <left  url="output_153_32/3/1/%v_%u.jpg"/>
          <up    url="output_153_32/4/1/%v_%u.jpg"/>
          <down  url="output_153_32/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_153_32/0/0/%v_%u.jpg"/>
          <right url="output_153_32/1/0/%v_%u.jpg"/>
          <back  url="output_153_32/2/0/%v_%u.jpg"/>
          <left  url="output_153_32/3/0/%v_%u.jpg"/>
          <up    url="output_153_32/4/0/%v_%u.jpg"/>
          <down  url="output_153_32/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_153_32/mobile/0.jpg"/>
      <right url="output_153_32/mobile/1.jpg"/>
      <back  url="output_153_32/mobile/2.jpg"/>
      <left  url="output_153_32/mobile/3.jpg"/>
      <up    url="output_153_32/mobile/4.jpg"/>
      <down  url="output_153_32/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint496"
           ath="-24.908616" atv="0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint496"
           tooltip="spotpoint496_tooltip"
           />
  <hotspot name="spotpoint496" devices="flash" zorder="3"/>
  <hotspot name="spotpoint496" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint496">
  
        mainloadscene(pano31);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint496].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint496].visible, true);
  </action>
  <events name="pano32stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 38 : 1 panoramas -->
  
<!-- **** @PanoName="Output 154" @PanoFile="/Users/baldovino/Downloads/9655238/Output 154.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano33"
       heading="0"
       thumburl="%FIRSTXML%/output_154_33/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano33_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_154_33/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_154_33/0/1/%v_%u.jpg"/>
          <right url="output_154_33/1/1/%v_%u.jpg"/>
          <back  url="output_154_33/2/1/%v_%u.jpg"/>
          <left  url="output_154_33/3/1/%v_%u.jpg"/>
          <up    url="output_154_33/4/1/%v_%u.jpg"/>
          <down  url="output_154_33/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_154_33/0/0/%v_%u.jpg"/>
          <right url="output_154_33/1/0/%v_%u.jpg"/>
          <back  url="output_154_33/2/0/%v_%u.jpg"/>
          <left  url="output_154_33/3/0/%v_%u.jpg"/>
          <up    url="output_154_33/4/0/%v_%u.jpg"/>
          <down  url="output_154_33/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_154_33/mobile/0.jpg"/>
      <right url="output_154_33/mobile/1.jpg"/>
      <back  url="output_154_33/mobile/2.jpg"/>
      <left  url="output_154_33/mobile/3.jpg"/>
      <up    url="output_154_33/mobile/4.jpg"/>
      <down  url="output_154_33/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint497"
           ath="0.469974" atv="1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint497"
           tooltip="spotpoint497_tooltip"
           />
  <hotspot name="spotpoint497" devices="flash" zorder="3"/>
  <hotspot name="spotpoint497" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint497">
  
        mainloadscene(pano34);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint497].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint497].visible, true);
  </action>
  <events name="pano33stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 39 : 1 panoramas -->
  
<!-- **** @PanoName="Output 155" @PanoFile="/Users/baldovino/Downloads/9655238/Output 155.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano34"
       heading="0"
       thumburl="%FIRSTXML%/output_155_34/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano34_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_155_34/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_155_34/0/1/%v_%u.jpg"/>
          <right url="output_155_34/1/1/%v_%u.jpg"/>
          <back  url="output_155_34/2/1/%v_%u.jpg"/>
          <left  url="output_155_34/3/1/%v_%u.jpg"/>
          <up    url="output_155_34/4/1/%v_%u.jpg"/>
          <down  url="output_155_34/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_155_34/0/0/%v_%u.jpg"/>
          <right url="output_155_34/1/0/%v_%u.jpg"/>
          <back  url="output_155_34/2/0/%v_%u.jpg"/>
          <left  url="output_155_34/3/0/%v_%u.jpg"/>
          <up    url="output_155_34/4/0/%v_%u.jpg"/>
          <down  url="output_155_34/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_155_34/mobile/0.jpg"/>
      <right url="output_155_34/mobile/1.jpg"/>
      <back  url="output_155_34/mobile/2.jpg"/>
      <left  url="output_155_34/mobile/3.jpg"/>
      <up    url="output_155_34/mobile/4.jpg"/>
      <down  url="output_155_34/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint498"
           ath="-105.744125" atv="1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint498"
           tooltip="spotpoint498_tooltip"
           />
  <hotspot name="spotpoint498" devices="flash" zorder="3"/>
  <hotspot name="spotpoint498" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint498">
  
        mainloadscene(pano40);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint498].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint498].visible, true);
  </action>
  <events name="pano34stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 45 : 1 panoramas -->
  
<!-- **** @PanoName="Output 156" @PanoFile="/Users/baldovino/Downloads/9655238/Output 156.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano40"
       heading="0"
       thumburl="%FIRSTXML%/output_156_40/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano40_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_156_40/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_156_40/0/1/%v_%u.jpg"/>
          <right url="output_156_40/1/1/%v_%u.jpg"/>
          <back  url="output_156_40/2/1/%v_%u.jpg"/>
          <left  url="output_156_40/3/1/%v_%u.jpg"/>
          <up    url="output_156_40/4/1/%v_%u.jpg"/>
          <down  url="output_156_40/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_156_40/0/0/%v_%u.jpg"/>
          <right url="output_156_40/1/0/%v_%u.jpg"/>
          <back  url="output_156_40/2/0/%v_%u.jpg"/>
          <left  url="output_156_40/3/0/%v_%u.jpg"/>
          <up    url="output_156_40/4/0/%v_%u.jpg"/>
          <down  url="output_156_40/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_156_40/mobile/0.jpg"/>
      <right url="output_156_40/mobile/1.jpg"/>
      <back  url="output_156_40/mobile/2.jpg"/>
      <left  url="output_156_40/mobile/3.jpg"/>
      <up    url="output_156_40/mobile/4.jpg"/>
      <down  url="output_156_40/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint499"
           ath="144.281984" atv="1.413613"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano33"
           onclick="onclickspotpoint499"
           tooltip="spotpoint499_tooltip"
           />
  <hotspot name="spotpoint499" devices="flash" zorder="3"/>
  <hotspot name="spotpoint499" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint499">
  
        mainloadscene(pano33);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint499].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint499].visible, true);
  </action>
  <events name="pano40stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 46 : 1 panoramas -->
  
<!-- **** @PanoName="Output 157" @PanoFile="/Users/baldovino/Downloads/9655238/Output 157.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano41"
       heading="0"
       thumburl="%FIRSTXML%/output_157_41/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano41_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_157_41/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_157_41/0/1/%v_%u.jpg"/>
          <right url="output_157_41/1/1/%v_%u.jpg"/>
          <back  url="output_157_41/2/1/%v_%u.jpg"/>
          <left  url="output_157_41/3/1/%v_%u.jpg"/>
          <up    url="output_157_41/4/1/%v_%u.jpg"/>
          <down  url="output_157_41/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_157_41/0/0/%v_%u.jpg"/>
          <right url="output_157_41/1/0/%v_%u.jpg"/>
          <back  url="output_157_41/2/0/%v_%u.jpg"/>
          <left  url="output_157_41/3/0/%v_%u.jpg"/>
          <up    url="output_157_41/4/0/%v_%u.jpg"/>
          <down  url="output_157_41/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_157_41/mobile/0.jpg"/>
      <right url="output_157_41/mobile/1.jpg"/>
      <back  url="output_157_41/mobile/2.jpg"/>
      <left  url="output_157_41/mobile/3.jpg"/>
      <up    url="output_157_41/mobile/4.jpg"/>
      <down  url="output_157_41/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint500"
           ath="-111.383812" atv="4.240838"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint500"
           tooltip="spotpoint500_tooltip"
           />
  <hotspot name="spotpoint500" devices="flash" zorder="3"/>
  <hotspot name="spotpoint500" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint500">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint500].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint500].visible, true);
  </action>
  <events name="pano41stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 47 : 1 panoramas -->
  
<!-- **** @PanoName="Output 158" @PanoFile="/Users/baldovino/Downloads/9655238/Output 158.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano42"
       heading="0"
       thumburl="%FIRSTXML%/output_158_42/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano42_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_158_42/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_158_42/0/1/%v_%u.jpg"/>
          <right url="output_158_42/1/1/%v_%u.jpg"/>
          <back  url="output_158_42/2/1/%v_%u.jpg"/>
          <left  url="output_158_42/3/1/%v_%u.jpg"/>
          <up    url="output_158_42/4/1/%v_%u.jpg"/>
          <down  url="output_158_42/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_158_42/0/0/%v_%u.jpg"/>
          <right url="output_158_42/1/0/%v_%u.jpg"/>
          <back  url="output_158_42/2/0/%v_%u.jpg"/>
          <left  url="output_158_42/3/0/%v_%u.jpg"/>
          <up    url="output_158_42/4/0/%v_%u.jpg"/>
          <down  url="output_158_42/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_158_42/mobile/0.jpg"/>
      <right url="output_158_42/mobile/1.jpg"/>
      <back  url="output_158_42/mobile/2.jpg"/>
      <left  url="output_158_42/mobile/3.jpg"/>
      <up    url="output_158_42/mobile/4.jpg"/>
      <down  url="output_158_42/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->





  <hotspot name="spotpoint490"
           ath="-66.266319" atv="-2.356021"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint490"
           tooltip="spotpoint490_tooltip"
           />
  <hotspot name="spotpoint490" devices="flash" zorder="3"/>
  <hotspot name="spotpoint490" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint490">
  
        mainloadscene(pano43);


  </action>







  <hotspot name="spotpoint491"
           ath="151.801567" atv="-0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint491"
           tooltip="spotpoint491_tooltip"
           />
  <hotspot name="spotpoint491" devices="flash" zorder="3"/>
  <hotspot name="spotpoint491" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint491">
  
        mainloadscene(pano41);


  </action>







  <hotspot name="spotpoint493"
           ath="1.409922" atv="-21.204188"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint493"
           tooltip="spotpoint493_tooltip"
           />
  <hotspot name="spotpoint493" devices="flash" zorder="3"/>
  <hotspot name="spotpoint493" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint493">
  
        mainloadscene(pano44);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint490].visible, false);



    set(hotspot[spotpoint491].visible, false);



    set(hotspot[spotpoint493].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint490].visible, true);



  
  set(hotspot[spotpoint491].visible, true);



  
  set(hotspot[spotpoint493].visible, true);
  </action>
  <events name="pano42stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 48 : 1 panoramas -->
  
<!-- **** @PanoName="Output 159" @PanoFile="/Users/baldovino/Downloads/9655238/Output 159.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano43"
       heading="0"
       thumburl="%FIRSTXML%/output_159_43/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano43_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_159_43/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_159_43/0/1/%v_%u.jpg"/>
          <right url="output_159_43/1/1/%v_%u.jpg"/>
          <back  url="output_159_43/2/1/%v_%u.jpg"/>
          <left  url="output_159_43/3/1/%v_%u.jpg"/>
          <up    url="output_159_43/4/1/%v_%u.jpg"/>
          <down  url="output_159_43/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_159_43/0/0/%v_%u.jpg"/>
          <right url="output_159_43/1/0/%v_%u.jpg"/>
          <back  url="output_159_43/2/0/%v_%u.jpg"/>
          <left  url="output_159_43/3/0/%v_%u.jpg"/>
          <up    url="output_159_43/4/0/%v_%u.jpg"/>
          <down  url="output_159_43/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_159_43/mobile/0.jpg"/>
      <right url="output_159_43/mobile/1.jpg"/>
      <back  url="output_159_43/mobile/2.jpg"/>
      <left  url="output_159_43/mobile/3.jpg"/>
      <up    url="output_159_43/mobile/4.jpg"/>
      <down  url="output_159_43/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint492"
           ath="-132.062663" atv="-0.471204"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint492"
           tooltip="spotpoint492_tooltip"
           />
  <hotspot name="spotpoint492" devices="flash" zorder="3"/>
  <hotspot name="spotpoint492" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint492">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint492].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint492].visible, true);
  </action>
  <events name="pano43stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 49 : 1 panoramas -->
  
<!-- **** @PanoName="Output 160" @PanoFile="/Users/baldovino/Downloads/9655238/Output 160.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano44"
       heading="0"
       thumburl="%FIRSTXML%/output_160_44/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano44_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_160_44/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_160_44/0/1/%v_%u.jpg"/>
          <right url="output_160_44/1/1/%v_%u.jpg"/>
          <back  url="output_160_44/2/1/%v_%u.jpg"/>
          <left  url="output_160_44/3/1/%v_%u.jpg"/>
          <up    url="output_160_44/4/1/%v_%u.jpg"/>
          <down  url="output_160_44/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_160_44/0/0/%v_%u.jpg"/>
          <right url="output_160_44/1/0/%v_%u.jpg"/>
          <back  url="output_160_44/2/0/%v_%u.jpg"/>
          <left  url="output_160_44/3/0/%v_%u.jpg"/>
          <up    url="output_160_44/4/0/%v_%u.jpg"/>
          <down  url="output_160_44/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_160_44/mobile/0.jpg"/>
      <right url="output_160_44/mobile/1.jpg"/>
      <back  url="output_160_44/mobile/2.jpg"/>
      <left  url="output_160_44/mobile/3.jpg"/>
      <up    url="output_160_44/mobile/4.jpg"/>
      <down  url="output_160_44/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint494"
           ath="148.041775" atv="20.261780"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint494"
           tooltip="spotpoint494_tooltip"
           />
  <hotspot name="spotpoint494" devices="flash" zorder="3"/>
  <hotspot name="spotpoint494" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint494">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint494].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint494].visible, true);
  </action>
  <events name="pano44stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Group 468 : 1 panoramas -->
  
<!-- **** @PanoName="Output 144" @PanoFile="/Users/baldovino/Downloads/9655238/Output 144.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano467"
       heading="0"
       thumburl="%FIRSTXML%/output_144_467/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano467_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_144_467/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_144_467/0/1/%v_%u.jpg"/>
          <right url="output_144_467/1/1/%v_%u.jpg"/>
          <back  url="output_144_467/2/1/%v_%u.jpg"/>
          <left  url="output_144_467/3/1/%v_%u.jpg"/>
          <up    url="output_144_467/4/1/%v_%u.jpg"/>
          <down  url="output_144_467/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_144_467/0/0/%v_%u.jpg"/>
          <right url="output_144_467/1/0/%v_%u.jpg"/>
          <back  url="output_144_467/2/0/%v_%u.jpg"/>
          <left  url="output_144_467/3/0/%v_%u.jpg"/>
          <up    url="output_144_467/4/0/%v_%u.jpg"/>
          <down  url="output_144_467/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_144_467/mobile/0.jpg"/>
      <right url="output_144_467/mobile/1.jpg"/>
      <back  url="output_144_467/mobile/2.jpg"/>
      <left  url="output_144_467/mobile/3.jpg"/>
      <up    url="output_144_467/mobile/4.jpg"/>
      <down  url="output_144_467/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint469"
           ath="-160.425532" atv="-2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint469"
           tooltip="spotpoint469_tooltip"
           />
  <hotspot name="spotpoint469" devices="flash" zorder="3"/>
  <hotspot name="spotpoint469" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint469">
  
        mainloadscene(pano11);


  </action>







  <hotspot name="spotpoint470"
           ath="-53.191489" atv="0.426540"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint470"
           tooltip="spotpoint470_tooltip"
           />
  <hotspot name="spotpoint470" devices="flash" zorder="3"/>
  <hotspot name="spotpoint470" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint470">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint469].visible, false);



    set(hotspot[spotpoint470].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint469].visible, true);



  
  set(hotspot[spotpoint470].visible, true);
  </action>
  <events name="pano467stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

