<?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 : 25-05-2026 11-34-07 -->
  <!-- Project file : /Users/baldovino/Documents/9976370.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, pano48);
    );
    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>

  <!-- 14 Groups -->

  <!-- Group Group 63 : 1 panoramas -->
  
<!-- **** @PanoName="Output 23" @PanoFile="/Users/baldovino/Downloads/9976370/Output 23.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano48"
       heading="0"
       thumburl="%FIRSTXML%/output_23_48/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano48_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="-166.260000" 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="-166.260000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_23_48/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_23_48/0/1/%v_%u.jpg"/>
          <right url="output_23_48/1/1/%v_%u.jpg"/>
          <back  url="output_23_48/2/1/%v_%u.jpg"/>
          <left  url="output_23_48/3/1/%v_%u.jpg"/>
          <up    url="output_23_48/4/1/%v_%u.jpg"/>
          <down  url="output_23_48/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_23_48/0/0/%v_%u.jpg"/>
          <right url="output_23_48/1/0/%v_%u.jpg"/>
          <back  url="output_23_48/2/0/%v_%u.jpg"/>
          <left  url="output_23_48/3/0/%v_%u.jpg"/>
          <up    url="output_23_48/4/0/%v_%u.jpg"/>
          <down  url="output_23_48/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_23_48/mobile/0.jpg"/>
      <right url="output_23_48/mobile/1.jpg"/>
      <back  url="output_23_48/mobile/2.jpg"/>
      <left  url="output_23_48/mobile/3.jpg"/>
      <up    url="output_23_48/mobile/4.jpg"/>
      <down  url="output_23_48/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint68"
           ath="-159.130440" atv="-2.614140"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint68"
           tooltip="spotpoint68_tooltip"
           />
  <hotspot name="spotpoint68" devices="flash" zorder="3"/>
  <hotspot name="spotpoint68" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint68">
  
        mainloadscene(pano52);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 66 : 1 panoramas -->
  
<!-- **** @PanoName="Output 26" @PanoFile="/Users/baldovino/Downloads/9976370/Output 26.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano51"
       heading="0"
       thumburl="%FIRSTXML%/output_26_51/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano51_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_26_51/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_26_51/0/1/%v_%u.jpg"/>
          <right url="output_26_51/1/1/%v_%u.jpg"/>
          <back  url="output_26_51/2/1/%v_%u.jpg"/>
          <left  url="output_26_51/3/1/%v_%u.jpg"/>
          <up    url="output_26_51/4/1/%v_%u.jpg"/>
          <down  url="output_26_51/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_26_51/0/0/%v_%u.jpg"/>
          <right url="output_26_51/1/0/%v_%u.jpg"/>
          <back  url="output_26_51/2/0/%v_%u.jpg"/>
          <left  url="output_26_51/3/0/%v_%u.jpg"/>
          <up    url="output_26_51/4/0/%v_%u.jpg"/>
          <down  url="output_26_51/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_26_51/mobile/0.jpg"/>
      <right url="output_26_51/mobile/1.jpg"/>
      <back  url="output_26_51/mobile/2.jpg"/>
      <left  url="output_26_51/mobile/3.jpg"/>
      <up    url="output_26_51/mobile/4.jpg"/>
      <down  url="output_26_51/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint69"
           ath="139.006083" atv="1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint69"
           tooltip="spotpoint69_tooltip"
           />
  <hotspot name="spotpoint69" devices="flash" zorder="3"/>
  <hotspot name="spotpoint69" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint69">
  
        mainloadscene(pano52);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 53 : 1 panoramas -->
  
<!-- **** @PanoName="Output 13" @PanoFile="/Users/baldovino/Downloads/9976370/Output 13.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano38"
       heading="0"
       thumburl="%FIRSTXML%/output_13_38/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano38_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_13_38/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_13_38/0/1/%v_%u.jpg"/>
          <right url="output_13_38/1/1/%v_%u.jpg"/>
          <back  url="output_13_38/2/1/%v_%u.jpg"/>
          <left  url="output_13_38/3/1/%v_%u.jpg"/>
          <up    url="output_13_38/4/1/%v_%u.jpg"/>
          <down  url="output_13_38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_13_38/0/0/%v_%u.jpg"/>
          <right url="output_13_38/1/0/%v_%u.jpg"/>
          <back  url="output_13_38/2/0/%v_%u.jpg"/>
          <left  url="output_13_38/3/0/%v_%u.jpg"/>
          <up    url="output_13_38/4/0/%v_%u.jpg"/>
          <down  url="output_13_38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_13_38/mobile/0.jpg"/>
      <right url="output_13_38/mobile/1.jpg"/>
      <back  url="output_13_38/mobile/2.jpg"/>
      <left  url="output_13_38/mobile/3.jpg"/>
      <up    url="output_13_38/mobile/4.jpg"/>
      <down  url="output_13_38/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint88"
           ath="13.043518" atv="0.373503"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint88"
           tooltip="spotpoint88_tooltip"
           />
  <hotspot name="spotpoint88" devices="flash" zorder="3"/>
  <hotspot name="spotpoint88" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint88">
  
        mainloadscene(pano40);


  </action>







  <hotspot name="spotpoint89"
           ath="-159.875784" atv="-4.107959"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint89"
           tooltip="spotpoint89_tooltip"
           />
  <hotspot name="spotpoint89" devices="flash" zorder="3"/>
  <hotspot name="spotpoint89" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint89">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Group 54 : 1 panoramas -->
  
<!-- **** @PanoName="Output 14" @PanoFile="/Users/baldovino/Downloads/9976370/Output 14.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano39"
       heading="0"
       thumburl="%FIRSTXML%/output_14_39/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano39_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_14_39/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_14_39/0/1/%v_%u.jpg"/>
          <right url="output_14_39/1/1/%v_%u.jpg"/>
          <back  url="output_14_39/2/1/%v_%u.jpg"/>
          <left  url="output_14_39/3/1/%v_%u.jpg"/>
          <up    url="output_14_39/4/1/%v_%u.jpg"/>
          <down  url="output_14_39/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_14_39/0/0/%v_%u.jpg"/>
          <right url="output_14_39/1/0/%v_%u.jpg"/>
          <back  url="output_14_39/2/0/%v_%u.jpg"/>
          <left  url="output_14_39/3/0/%v_%u.jpg"/>
          <up    url="output_14_39/4/0/%v_%u.jpg"/>
          <down  url="output_14_39/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_14_39/mobile/0.jpg"/>
      <right url="output_14_39/mobile/1.jpg"/>
      <back  url="output_14_39/mobile/2.jpg"/>
      <left  url="output_14_39/mobile/3.jpg"/>
      <up    url="output_14_39/mobile/4.jpg"/>
      <down  url="output_14_39/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint86"
           ath="69.689519" atv="0.373503"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint86"
           tooltip="spotpoint86_tooltip"
           />
  <hotspot name="spotpoint86" devices="flash" zorder="3"/>
  <hotspot name="spotpoint86" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint86">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 55 : 1 panoramas -->
  
<!-- **** @PanoName="Output 15" @PanoFile="/Users/baldovino/Downloads/9976370/Output 15.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano40"
       heading="0"
       thumburl="%FIRSTXML%/output_15_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_15_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_15_40/0/1/%v_%u.jpg"/>
          <right url="output_15_40/1/1/%v_%u.jpg"/>
          <back  url="output_15_40/2/1/%v_%u.jpg"/>
          <left  url="output_15_40/3/1/%v_%u.jpg"/>
          <up    url="output_15_40/4/1/%v_%u.jpg"/>
          <down  url="output_15_40/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_15_40/0/0/%v_%u.jpg"/>
          <right url="output_15_40/1/0/%v_%u.jpg"/>
          <back  url="output_15_40/2/0/%v_%u.jpg"/>
          <left  url="output_15_40/3/0/%v_%u.jpg"/>
          <up    url="output_15_40/4/0/%v_%u.jpg"/>
          <down  url="output_15_40/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_15_40/mobile/0.jpg"/>
      <right url="output_15_40/mobile/1.jpg"/>
      <back  url="output_15_40/mobile/2.jpg"/>
      <left  url="output_15_40/mobile/3.jpg"/>
      <up    url="output_15_40/mobile/4.jpg"/>
      <down  url="output_15_40/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint91"
           ath="25.714445" atv="0.373503"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint91"
           tooltip="spotpoint91_tooltip"
           />
  <hotspot name="spotpoint91" devices="flash" zorder="3"/>
  <hotspot name="spotpoint91" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint91">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 57 : 1 panoramas -->
  
<!-- **** @PanoName="Output 17" @PanoFile="/Users/baldovino/Downloads/9976370/Output 17.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano42"
       heading="0"
       thumburl="%FIRSTXML%/output_17_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_17_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_17_42/0/1/%v_%u.jpg"/>
          <right url="output_17_42/1/1/%v_%u.jpg"/>
          <back  url="output_17_42/2/1/%v_%u.jpg"/>
          <left  url="output_17_42/3/1/%v_%u.jpg"/>
          <up    url="output_17_42/4/1/%v_%u.jpg"/>
          <down  url="output_17_42/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_17_42/0/0/%v_%u.jpg"/>
          <right url="output_17_42/1/0/%v_%u.jpg"/>
          <back  url="output_17_42/2/0/%v_%u.jpg"/>
          <left  url="output_17_42/3/0/%v_%u.jpg"/>
          <up    url="output_17_42/4/0/%v_%u.jpg"/>
          <down  url="output_17_42/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_17_42/mobile/0.jpg"/>
      <right url="output_17_42/mobile/1.jpg"/>
      <back  url="output_17_42/mobile/2.jpg"/>
      <left  url="output_17_42/mobile/3.jpg"/>
      <up    url="output_17_42/mobile/4.jpg"/>
      <down  url="output_17_42/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint90"
           ath="87.577558" atv="1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint90"
           tooltip="spotpoint90_tooltip"
           />
  <hotspot name="spotpoint90" devices="flash" zorder="3"/>
  <hotspot name="spotpoint90" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint90">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 58 : 1 panoramas -->
  
<!-- **** @PanoName="Output 18" @PanoFile="/Users/baldovino/Downloads/9976370/Output 18.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano43"
       heading="0"
       thumburl="%FIRSTXML%/output_18_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_18_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_18_43/0/1/%v_%u.jpg"/>
          <right url="output_18_43/1/1/%v_%u.jpg"/>
          <back  url="output_18_43/2/1/%v_%u.jpg"/>
          <left  url="output_18_43/3/1/%v_%u.jpg"/>
          <up    url="output_18_43/4/1/%v_%u.jpg"/>
          <down  url="output_18_43/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_18_43/0/0/%v_%u.jpg"/>
          <right url="output_18_43/1/0/%v_%u.jpg"/>
          <back  url="output_18_43/2/0/%v_%u.jpg"/>
          <left  url="output_18_43/3/0/%v_%u.jpg"/>
          <up    url="output_18_43/4/0/%v_%u.jpg"/>
          <down  url="output_18_43/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_18_43/mobile/0.jpg"/>
      <right url="output_18_43/mobile/1.jpg"/>
      <back  url="output_18_43/mobile/2.jpg"/>
      <left  url="output_18_43/mobile/3.jpg"/>
      <up    url="output_18_43/mobile/4.jpg"/>
      <down  url="output_18_43/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint75"
           ath="-162.111816" atv="1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint75"
           tooltip="spotpoint75_tooltip"
           />
  <hotspot name="spotpoint75" devices="flash" zorder="3"/>
  <hotspot name="spotpoint75" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint75">
  
        mainloadscene(pano45);


  </action>







  <hotspot name="spotpoint79"
           ath="127.080724" atv="3.360958"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint79"
           tooltip="spotpoint79_tooltip"
           />
  <hotspot name="spotpoint79" devices="flash" zorder="3"/>
  <hotspot name="spotpoint79" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint79">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Group 59 : 1 panoramas -->
  
<!-- **** @PanoName="Output 19" @PanoFile="/Users/baldovino/Downloads/9976370/Output 19.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano44"
       heading="0"
       thumburl="%FIRSTXML%/output_19_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_19_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_19_44/0/1/%v_%u.jpg"/>
          <right url="output_19_44/1/1/%v_%u.jpg"/>
          <back  url="output_19_44/2/1/%v_%u.jpg"/>
          <left  url="output_19_44/3/1/%v_%u.jpg"/>
          <up    url="output_19_44/4/1/%v_%u.jpg"/>
          <down  url="output_19_44/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_19_44/0/0/%v_%u.jpg"/>
          <right url="output_19_44/1/0/%v_%u.jpg"/>
          <back  url="output_19_44/2/0/%v_%u.jpg"/>
          <left  url="output_19_44/3/0/%v_%u.jpg"/>
          <up    url="output_19_44/4/0/%v_%u.jpg"/>
          <down  url="output_19_44/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_19_44/mobile/0.jpg"/>
      <right url="output_19_44/mobile/1.jpg"/>
      <back  url="output_19_44/mobile/2.jpg"/>
      <left  url="output_19_44/mobile/3.jpg"/>
      <up    url="output_19_44/mobile/4.jpg"/>
      <down  url="output_19_44/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint77"
           ath="-79.378924" atv="-7.842237"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint77"
           tooltip="spotpoint77_tooltip"
           />
  <hotspot name="spotpoint77" devices="flash" zorder="3"/>
  <hotspot name="spotpoint77" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint77">
  
        mainloadscene(pano45);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 60 : 1 panoramas -->
  
<!-- **** @PanoName="Output 20" @PanoFile="/Users/baldovino/Downloads/9976370/Output 20.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano45"
       heading="0"
       thumburl="%FIRSTXML%/output_20_45/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano45_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_20_45/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_20_45/0/1/%v_%u.jpg"/>
          <right url="output_20_45/1/1/%v_%u.jpg"/>
          <back  url="output_20_45/2/1/%v_%u.jpg"/>
          <left  url="output_20_45/3/1/%v_%u.jpg"/>
          <up    url="output_20_45/4/1/%v_%u.jpg"/>
          <down  url="output_20_45/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_20_45/0/0/%v_%u.jpg"/>
          <right url="output_20_45/1/0/%v_%u.jpg"/>
          <back  url="output_20_45/2/0/%v_%u.jpg"/>
          <left  url="output_20_45/3/0/%v_%u.jpg"/>
          <up    url="output_20_45/4/0/%v_%u.jpg"/>
          <down  url="output_20_45/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_20_45/mobile/0.jpg"/>
      <right url="output_20_45/mobile/1.jpg"/>
      <back  url="output_20_45/mobile/2.jpg"/>
      <left  url="output_20_45/mobile/3.jpg"/>
      <up    url="output_20_45/mobile/4.jpg"/>
      <down  url="output_20_45/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint76"
           ath="-141.987600" atv="-1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint76"
           tooltip="spotpoint76_tooltip"
           />
  <hotspot name="spotpoint76" devices="flash" zorder="3"/>
  <hotspot name="spotpoint76" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint76">
  
        mainloadscene(pano44);


  </action>







  <hotspot name="spotpoint78"
           ath="31.677125" atv="5.601600"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint78"
           tooltip="spotpoint78_tooltip"
           />
  <hotspot name="spotpoint78" devices="flash" zorder="3"/>
  <hotspot name="spotpoint78" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint78">
  
        mainloadscene(pano43);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Group 61 : 1 panoramas -->
  
<!-- **** @PanoName="Output 21" @PanoFile="/Users/baldovino/Downloads/9976370/Output 21.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano46"
       heading="0"
       thumburl="%FIRSTXML%/output_21_46/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano46_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_21_46/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_21_46/0/1/%v_%u.jpg"/>
          <right url="output_21_46/1/1/%v_%u.jpg"/>
          <back  url="output_21_46/2/1/%v_%u.jpg"/>
          <left  url="output_21_46/3/1/%v_%u.jpg"/>
          <up    url="output_21_46/4/1/%v_%u.jpg"/>
          <down  url="output_21_46/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_21_46/0/0/%v_%u.jpg"/>
          <right url="output_21_46/1/0/%v_%u.jpg"/>
          <back  url="output_21_46/2/0/%v_%u.jpg"/>
          <left  url="output_21_46/3/0/%v_%u.jpg"/>
          <up    url="output_21_46/4/0/%v_%u.jpg"/>
          <down  url="output_21_46/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_21_46/mobile/0.jpg"/>
      <right url="output_21_46/mobile/1.jpg"/>
      <back  url="output_21_46/mobile/2.jpg"/>
      <left  url="output_21_46/mobile/3.jpg"/>
      <up    url="output_21_46/mobile/4.jpg"/>
      <down  url="output_21_46/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint84"
           ath="53.291888" atv="4.854777"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint84"
           tooltip="spotpoint84_tooltip"
           />
  <hotspot name="spotpoint84" devices="flash" zorder="3"/>
  <hotspot name="spotpoint84" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint84">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 62 : 1 panoramas -->
  
<!-- **** @PanoName="Output 22" @PanoFile="/Users/baldovino/Downloads/9976370/Output 22.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano47"
       heading="0"
       thumburl="%FIRSTXML%/output_22_47/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano47_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_22_47/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_22_47/0/1/%v_%u.jpg"/>
          <right url="output_22_47/1/1/%v_%u.jpg"/>
          <back  url="output_22_47/2/1/%v_%u.jpg"/>
          <left  url="output_22_47/3/1/%v_%u.jpg"/>
          <up    url="output_22_47/4/1/%v_%u.jpg"/>
          <down  url="output_22_47/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_22_47/0/0/%v_%u.jpg"/>
          <right url="output_22_47/1/0/%v_%u.jpg"/>
          <back  url="output_22_47/2/0/%v_%u.jpg"/>
          <left  url="output_22_47/3/0/%v_%u.jpg"/>
          <up    url="output_22_47/4/0/%v_%u.jpg"/>
          <down  url="output_22_47/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_22_47/mobile/0.jpg"/>
      <right url="output_22_47/mobile/1.jpg"/>
      <back  url="output_22_47/mobile/2.jpg"/>
      <left  url="output_22_47/mobile/3.jpg"/>
      <up    url="output_22_47/mobile/4.jpg"/>
      <down  url="output_22_47/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint85"
           ath="89.813511" atv="4.107964"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint85"
           tooltip="spotpoint85_tooltip"
           />
  <hotspot name="spotpoint85" devices="flash" zorder="3"/>
  <hotspot name="spotpoint85" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint85">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 64 : 1 panoramas -->
  
<!-- **** @PanoName="Output 24" @PanoFile="/Users/baldovino/Downloads/9976370/Output 24.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano49"
       heading="0"
       thumburl="%FIRSTXML%/output_24_49/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano49_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_24_49/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_24_49/0/1/%v_%u.jpg"/>
          <right url="output_24_49/1/1/%v_%u.jpg"/>
          <back  url="output_24_49/2/1/%v_%u.jpg"/>
          <left  url="output_24_49/3/1/%v_%u.jpg"/>
          <up    url="output_24_49/4/1/%v_%u.jpg"/>
          <down  url="output_24_49/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_24_49/0/0/%v_%u.jpg"/>
          <right url="output_24_49/1/0/%v_%u.jpg"/>
          <back  url="output_24_49/2/0/%v_%u.jpg"/>
          <left  url="output_24_49/3/0/%v_%u.jpg"/>
          <up    url="output_24_49/4/0/%v_%u.jpg"/>
          <down  url="output_24_49/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_24_49/mobile/0.jpg"/>
      <right url="output_24_49/mobile/1.jpg"/>
      <back  url="output_24_49/mobile/2.jpg"/>
      <left  url="output_24_49/mobile/3.jpg"/>
      <up    url="output_24_49/mobile/4.jpg"/>
      <down  url="output_24_49/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint71"
           ath="153.167760" atv="1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint71"
           tooltip="spotpoint71_tooltip"
           />
  <hotspot name="spotpoint71" devices="flash" zorder="3"/>
  <hotspot name="spotpoint71" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint71">
  
        mainloadscene(pano52);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 65 : 1 panoramas -->
  
<!-- **** @PanoName="Output 25" @PanoFile="/Users/baldovino/Downloads/9976370/Output 25.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano50"
       heading="0"
       thumburl="%FIRSTXML%/output_25_50/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano50_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_25_50/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_25_50/0/1/%v_%u.jpg"/>
          <right url="output_25_50/1/1/%v_%u.jpg"/>
          <back  url="output_25_50/2/1/%v_%u.jpg"/>
          <left  url="output_25_50/3/1/%v_%u.jpg"/>
          <up    url="output_25_50/4/1/%v_%u.jpg"/>
          <down  url="output_25_50/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_25_50/0/0/%v_%u.jpg"/>
          <right url="output_25_50/1/0/%v_%u.jpg"/>
          <back  url="output_25_50/2/0/%v_%u.jpg"/>
          <left  url="output_25_50/3/0/%v_%u.jpg"/>
          <up    url="output_25_50/4/0/%v_%u.jpg"/>
          <down  url="output_25_50/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_25_50/mobile/0.jpg"/>
      <right url="output_25_50/mobile/1.jpg"/>
      <back  url="output_25_50/mobile/2.jpg"/>
      <left  url="output_25_50/mobile/3.jpg"/>
      <up    url="output_25_50/mobile/4.jpg"/>
      <down  url="output_25_50/mobile/5.jpg"/>
    </image>




  <!-- **** 5 Point Spots **** -->





  <hotspot name="spotpoint80"
           ath="13.043518" atv="1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint80"
           tooltip="spotpoint80_tooltip"
           />
  <hotspot name="spotpoint80" devices="flash" zorder="3"/>
  <hotspot name="spotpoint80" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint80">
  
        mainloadscene(pano43);


  </action>







  <hotspot name="spotpoint81"
           ath="-71.180280" atv="-2.614140"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint81"
           tooltip="spotpoint81_tooltip"
           />
  <hotspot name="spotpoint81" devices="flash" zorder="3"/>
  <hotspot name="spotpoint81" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint81">
  
        mainloadscene(pano46);


  </action>







  <hotspot name="spotpoint82"
           ath="-132.298200" atv="-3.360958"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint82"
           tooltip="spotpoint82_tooltip"
           />
  <hotspot name="spotpoint82" devices="flash" zorder="3"/>
  <hotspot name="spotpoint82" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint82">
  
        mainloadscene(pano46);


  </action>







  <hotspot name="spotpoint83"
           ath="150.186238" atv="-1.120321"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint83"
           tooltip="spotpoint83_tooltip"
           />
  <hotspot name="spotpoint83" devices="flash" zorder="3"/>
  <hotspot name="spotpoint83" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint83">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint87"
           ath="-177.018635" atv="-1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint87"
           tooltip="spotpoint87_tooltip"
           />
  <hotspot name="spotpoint87" devices="flash" zorder="3"/>
  <hotspot name="spotpoint87" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint87">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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



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



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


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


</scene>

  <!-- Group Group 67 : 1 panoramas -->
  
<!-- **** @PanoName="Output 27" @PanoFile="/Users/baldovino/Downloads/9976370/Output 27.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano52"
       heading="0"
       thumburl="%FIRSTXML%/output_27_52/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano52_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_27_52/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_27_52/0/1/%v_%u.jpg"/>
          <right url="output_27_52/1/1/%v_%u.jpg"/>
          <back  url="output_27_52/2/1/%v_%u.jpg"/>
          <left  url="output_27_52/3/1/%v_%u.jpg"/>
          <up    url="output_27_52/4/1/%v_%u.jpg"/>
          <down  url="output_27_52/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_27_52/0/0/%v_%u.jpg"/>
          <right url="output_27_52/1/0/%v_%u.jpg"/>
          <back  url="output_27_52/2/0/%v_%u.jpg"/>
          <left  url="output_27_52/3/0/%v_%u.jpg"/>
          <up    url="output_27_52/4/0/%v_%u.jpg"/>
          <down  url="output_27_52/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_27_52/mobile/0.jpg"/>
      <right url="output_27_52/mobile/1.jpg"/>
      <back  url="output_27_52/mobile/2.jpg"/>
      <left  url="output_27_52/mobile/3.jpg"/>
      <up    url="output_27_52/mobile/4.jpg"/>
      <down  url="output_27_52/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint72"
           ath="-106.956362" atv="-1.867139"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano51"
           onclick="onclickspotpoint72"
           tooltip="spotpoint72_tooltip"
           />
  <hotspot name="spotpoint72" devices="flash" zorder="3"/>
  <hotspot name="spotpoint72" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint72">
  
        mainloadscene(pano51);


  </action>







  <hotspot name="spotpoint73"
           ath="79.378924" atv="0.373503"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano49"
           onclick="onclickspotpoint73"
           tooltip="spotpoint73_tooltip"
           />
  <hotspot name="spotpoint73" devices="flash" zorder="3"/>
  <hotspot name="spotpoint73" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint73">
  
        mainloadscene(pano49);


  </action>







  <hotspot name="spotpoint74"
           ath="171.801367" atv="4.107964"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint74"
           tooltip="spotpoint74_tooltip"
           />
  <hotspot name="spotpoint74" devices="flash" zorder="3"/>
  <hotspot name="spotpoint74" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint74">
  
        mainloadscene(pano43);


  </action>







  <hotspot name="spotpoint92"
           ath="-10.807564" atv="0.373503"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano48"
           onclick="onclickspotpoint92"
           tooltip="spotpoint92_tooltip"
           />
  <hotspot name="spotpoint92" devices="flash" zorder="3"/>
  <hotspot name="spotpoint92" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint92">
  
        mainloadscene(pano48);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

