<?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 : 01-12-2025 15-59-14 -->
  <!-- Project file : /Users/baldovino/Documents/9646275.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, pano73);
    );
    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>

  <!-- 28 Groups -->

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




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





  <hotspot name="spotpoint123"
           ath="170.838323" atv="-4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano72"
           onclick="onclickspotpoint123"
           tooltip="spotpoint123_tooltip"
           />
  <hotspot name="spotpoint123" devices="flash" zorder="3"/>
  <hotspot name="spotpoint123" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint123">
  
        mainloadscene(pano72);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint124"
           ath="31.257485" atv="-2.432432"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano73"
           onclick="onclickspotpoint124"
           tooltip="spotpoint124_tooltip"
           />
  <hotspot name="spotpoint124" devices="flash" zorder="3"/>
  <hotspot name="spotpoint124" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint124">
  
        mainloadscene(pano73);


  </action>







  <hotspot name="spotpoint125"
           ath="-82.994012" atv="4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano71"
           onclick="onclickspotpoint125"
           tooltip="spotpoint125_tooltip"
           />
  <hotspot name="spotpoint125" devices="flash" zorder="3"/>
  <hotspot name="spotpoint125" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint125">
  
        mainloadscene(pano71);


  </action>







  <hotspot name="spotpoint134"
           ath="-175.688623" atv="-3.513514"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint134"
           tooltip="spotpoint134_tooltip"
           />
  <hotspot name="spotpoint134" devices="flash" zorder="3"/>
  <hotspot name="spotpoint134" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint134">
  
        mainloadscene(pano66);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint133"
           ath="9.161677" atv="6.216216"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano68"
           onclick="onclickspotpoint133"
           tooltip="spotpoint133_tooltip"
           />
  <hotspot name="spotpoint133" devices="flash" zorder="3"/>
  <hotspot name="spotpoint133" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint133">
  
        mainloadscene(pano68);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint136"
           ath="94.311377" atv="-4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano72"
           onclick="onclickspotpoint136"
           tooltip="spotpoint136_tooltip"
           />
  <hotspot name="spotpoint136" devices="flash" zorder="3"/>
  <hotspot name="spotpoint136" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint136">
  
        mainloadscene(pano72);


  </action>







  <hotspot name="spotpoint137"
           ath="-180.000000" atv="-1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano86"
           onclick="onclickspotpoint137"
           tooltip="spotpoint137_tooltip"
           />
  <hotspot name="spotpoint137" devices="flash" zorder="3"/>
  <hotspot name="spotpoint137" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint137">
  
        mainloadscene(pano86);


  </action>







  <hotspot name="spotpoint145"
           ath="-141.197605" atv="-1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano82"
           onclick="onclickspotpoint145"
           tooltip="spotpoint145_tooltip"
           />
  <hotspot name="spotpoint145" devices="flash" zorder="3"/>
  <hotspot name="spotpoint145" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint145">
  
        mainloadscene(pano82);


  </action>







  <hotspot name="spotpoint177"
           ath="-9.700599" atv="0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano118"
           onclick="onclickspotpoint177"
           tooltip="spotpoint177_tooltip"
           />
  <hotspot name="spotpoint177" devices="flash" zorder="3"/>
  <hotspot name="spotpoint177" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint177">
  
        mainloadscene(pano118);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint129"
           ath="173.532934" atv="-10.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano68"
           onclick="onclickspotpoint129"
           tooltip="spotpoint129_tooltip"
           />
  <hotspot name="spotpoint129" devices="flash" zorder="3"/>
  <hotspot name="spotpoint129" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint129">
  
        mainloadscene(pano68);


  </action>







  <hotspot name="spotpoint130"
           ath="6.467066" atv="0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano70"
           onclick="onclickspotpoint130"
           tooltip="spotpoint130_tooltip"
           />
  <hotspot name="spotpoint130" devices="flash" zorder="3"/>
  <hotspot name="spotpoint130" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint130">
  
        mainloadscene(pano70);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint128"
           ath="168.682635" atv="-5.675676"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano69"
           onclick="onclickspotpoint128"
           tooltip="spotpoint128_tooltip"
           />
  <hotspot name="spotpoint128" devices="flash" zorder="3"/>
  <hotspot name="spotpoint128" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint128">
  
        mainloadscene(pano69);


  </action>







  <hotspot name="spotpoint178"
           ath="7.544910" atv="-2.432432"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano71"
           onclick="onclickspotpoint178"
           tooltip="spotpoint178_tooltip"
           />
  <hotspot name="spotpoint178" devices="flash" zorder="3"/>
  <hotspot name="spotpoint178" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint178">
  
        mainloadscene(pano71);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint126"
           ath="15.628743" atv="0.810811"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano72"
           onclick="onclickspotpoint126"
           tooltip="spotpoint126_tooltip"
           />
  <hotspot name="spotpoint126" devices="flash" zorder="3"/>
  <hotspot name="spotpoint126" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint126">
  
        mainloadscene(pano72);


  </action>







  <hotspot name="spotpoint127"
           ath="-177.844311" atv="-2.432432"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano70"
           onclick="onclickspotpoint127"
           tooltip="spotpoint127_tooltip"
           />
  <hotspot name="spotpoint127" devices="flash" zorder="3"/>
  <hotspot name="spotpoint127" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint127">
  
        mainloadscene(pano70);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint146"
           ath="-144.970060" atv="-0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano97"
           onclick="onclickspotpoint146"
           tooltip="spotpoint146_tooltip"
           />
  <hotspot name="spotpoint146" devices="flash" zorder="3"/>
  <hotspot name="spotpoint146" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint146">
  
        mainloadscene(pano97);


  </action>







  <hotspot name="spotpoint150"
           ath="49.580838" atv="-5.675676"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint150"
           tooltip="spotpoint150_tooltip"
           />
  <hotspot name="spotpoint150" devices="flash" zorder="3"/>
  <hotspot name="spotpoint150" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint150">
  
        mainloadscene(pano66);


  </action>







  <hotspot name="spotpoint151"
           ath="179.461078" atv="-1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano95"
           onclick="onclickspotpoint151"
           tooltip="spotpoint151_tooltip"
           />
  <hotspot name="spotpoint151" devices="flash" zorder="3"/>
  <hotspot name="spotpoint151" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint151">
  
        mainloadscene(pano95);


  </action>







  <hotspot name="spotpoint156"
           ath="1.616766" atv="-0.810811"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano98"
           onclick="onclickspotpoint156"
           tooltip="spotpoint156_tooltip"
           />
  <hotspot name="spotpoint156" devices="flash" zorder="3"/>
  <hotspot name="spotpoint156" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint156">
  
        mainloadscene(pano98);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint144"
           ath="72.215569" atv="-3.513514"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano84"
           onclick="onclickspotpoint144"
           tooltip="spotpoint144_tooltip"
           />
  <hotspot name="spotpoint144" devices="flash" zorder="3"/>
  <hotspot name="spotpoint144" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint144">
  
        mainloadscene(pano84);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint142"
           ath="7.005988" atv="4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano85"
           onclick="onclickspotpoint142"
           tooltip="spotpoint142_tooltip"
           />
  <hotspot name="spotpoint142" devices="flash" zorder="3"/>
  <hotspot name="spotpoint142" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint142">
  
        mainloadscene(pano85);


  </action>







  <hotspot name="spotpoint143"
           ath="175.149701" atv="-0.810811"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano83"
           onclick="onclickspotpoint143"
           tooltip="spotpoint143_tooltip"
           />
  <hotspot name="spotpoint143" devices="flash" zorder="3"/>
  <hotspot name="spotpoint143" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint143">
  
        mainloadscene(pano83);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint140"
           ath="8.622754" atv="-1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano86"
           onclick="onclickspotpoint140"
           tooltip="spotpoint140_tooltip"
           />
  <hotspot name="spotpoint140" devices="flash" zorder="3"/>
  <hotspot name="spotpoint140" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint140">
  
        mainloadscene(pano86);


  </action>







  <hotspot name="spotpoint141"
           ath="-175.688623" atv="-0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano84"
           onclick="onclickspotpoint141"
           tooltip="spotpoint141_tooltip"
           />
  <hotspot name="spotpoint141" devices="flash" zorder="3"/>
  <hotspot name="spotpoint141" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint141">
  
        mainloadscene(pano84);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint138"
           ath="1.616766" atv="0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint138"
           tooltip="spotpoint138_tooltip"
           />
  <hotspot name="spotpoint138" devices="flash" zorder="3"/>
  <hotspot name="spotpoint138" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint138">
  
        mainloadscene(pano66);


  </action>







  <hotspot name="spotpoint139"
           ath="-178.383234" atv="-0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano85"
           onclick="onclickspotpoint139"
           tooltip="spotpoint139_tooltip"
           />
  <hotspot name="spotpoint139" devices="flash" zorder="3"/>
  <hotspot name="spotpoint139" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint139">
  
        mainloadscene(pano85);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint131"
           ath="51.736527" atv="-4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano69"
           onclick="onclickspotpoint131"
           tooltip="spotpoint131_tooltip"
           />
  <hotspot name="spotpoint131" devices="flash" zorder="3"/>
  <hotspot name="spotpoint131" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint131">
  
        mainloadscene(pano69);


  </action>







  <hotspot name="spotpoint132"
           ath="176.227545" atv="10.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano67"
           onclick="onclickspotpoint132"
           tooltip="spotpoint132_tooltip"
           />
  <hotspot name="spotpoint132" devices="flash" zorder="3"/>
  <hotspot name="spotpoint132" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint132">
  
        mainloadscene(pano67);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint155"
           ath="-106.167665" atv="1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano94"
           onclick="onclickspotpoint155"
           tooltip="spotpoint155_tooltip"
           />
  <hotspot name="spotpoint155" devices="flash" zorder="3"/>
  <hotspot name="spotpoint155" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint155">
  
        mainloadscene(pano94);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint153"
           ath="40.419162" atv="-3.513514"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano95"
           onclick="onclickspotpoint153"
           tooltip="spotpoint153_tooltip"
           />
  <hotspot name="spotpoint153" devices="flash" zorder="3"/>
  <hotspot name="spotpoint153" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint153">
  
        mainloadscene(pano95);


  </action>







  <hotspot name="spotpoint154"
           ath="-177.844311" atv="-1.891892"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano93"
           onclick="onclickspotpoint154"
           tooltip="spotpoint154_tooltip"
           />
  <hotspot name="spotpoint154" devices="flash" zorder="3"/>
  <hotspot name="spotpoint154" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint154">
  
        mainloadscene(pano93);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint152"
           ath="-164.371257" atv="1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano94"
           onclick="onclickspotpoint152"
           tooltip="spotpoint152_tooltip"
           />
  <hotspot name="spotpoint152" devices="flash" zorder="3"/>
  <hotspot name="spotpoint152" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint152">
  
        mainloadscene(pano94);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint148"
           ath="-77.065868" atv="-0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano97"
           onclick="onclickspotpoint148"
           tooltip="spotpoint148_tooltip"
           />
  <hotspot name="spotpoint148" devices="flash" zorder="3"/>
  <hotspot name="spotpoint148" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint148">
  
        mainloadscene(pano97);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint147"
           ath="-167.065868" atv="-0.810811"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano96"
           onclick="onclickspotpoint147"
           tooltip="spotpoint147_tooltip"
           />
  <hotspot name="spotpoint147" devices="flash" zorder="3"/>
  <hotspot name="spotpoint147" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint147">
  
        mainloadscene(pano96);


  </action>







  <hotspot name="spotpoint149"
           ath="2.694611" atv="-1.891892"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano82"
           onclick="onclickspotpoint149"
           tooltip="spotpoint149_tooltip"
           />
  <hotspot name="spotpoint149" devices="flash" zorder="3"/>
  <hotspot name="spotpoint149" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint149">
  
        mainloadscene(pano82);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint157"
           ath="-1.616766" atv="1.891892"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano82"
           onclick="onclickspotpoint157"
           tooltip="spotpoint157_tooltip"
           />
  <hotspot name="spotpoint157" devices="flash" zorder="3"/>
  <hotspot name="spotpoint157" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint157">
  
        mainloadscene(pano82);


  </action>







  <hotspot name="spotpoint158"
           ath="82.455090" atv="-5.135135"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano110"
           onclick="onclickspotpoint158"
           tooltip="spotpoint158_tooltip"
           />
  <hotspot name="spotpoint158" devices="flash" zorder="3"/>
  <hotspot name="spotpoint158" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint158">
  
        mainloadscene(pano110);


  </action>







  <hotspot name="spotpoint160"
           ath="177.305389" atv="-8.378378"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano109"
           onclick="onclickspotpoint160"
           tooltip="spotpoint160_tooltip"
           />
  <hotspot name="spotpoint160" devices="flash" zorder="3"/>
  <hotspot name="spotpoint160" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint160">
  
        mainloadscene(pano109);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint170"
           ath="99.700599" atv="-2.972973"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano108"
           onclick="onclickspotpoint170"
           tooltip="spotpoint170_tooltip"
           />
  <hotspot name="spotpoint170" devices="flash" zorder="3"/>
  <hotspot name="spotpoint170" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint170">
  
        mainloadscene(pano108);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint166"
           ath="156.287425" atv="-4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano107"
           onclick="onclickspotpoint166"
           tooltip="spotpoint166_tooltip"
           />
  <hotspot name="spotpoint166" devices="flash" zorder="3"/>
  <hotspot name="spotpoint166" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint166">
  
        mainloadscene(pano107);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint165"
           ath="-115.868263" atv="0.810811"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano106"
           onclick="onclickspotpoint165"
           tooltip="spotpoint165_tooltip"
           />
  <hotspot name="spotpoint165" devices="flash" zorder="3"/>
  <hotspot name="spotpoint165" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint165">
  
        mainloadscene(pano106);


  </action>







  <hotspot name="spotpoint167"
           ath="85.688623" atv="-2.972973"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano108"
           onclick="onclickspotpoint167"
           tooltip="spotpoint167_tooltip"
           />
  <hotspot name="spotpoint167" devices="flash" zorder="3"/>
  <hotspot name="spotpoint167" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint167">
  
        mainloadscene(pano108);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint163"
           ath="85.688623" atv="-5.675676"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano109"
           onclick="onclickspotpoint163"
           tooltip="spotpoint163_tooltip"
           />
  <hotspot name="spotpoint163" devices="flash" zorder="3"/>
  <hotspot name="spotpoint163" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint163">
  
        mainloadscene(pano109);


  </action>







  <hotspot name="spotpoint164"
           ath="-95.389222" atv="1.891892"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano107"
           onclick="onclickspotpoint164"
           tooltip="spotpoint164_tooltip"
           />
  <hotspot name="spotpoint164" devices="flash" zorder="3"/>
  <hotspot name="spotpoint164" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint164">
  
        mainloadscene(pano107);


  </action>







  <hotspot name="spotpoint168"
           ath="8.622754" atv="-5.675676"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano118"
           onclick="onclickspotpoint168"
           tooltip="spotpoint168_tooltip"
           />
  <hotspot name="spotpoint168" devices="flash" zorder="3"/>
  <hotspot name="spotpoint168" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint168">
  
        mainloadscene(pano118);


  </action>







  <hotspot name="spotpoint169"
           ath="172.994012" atv="-2.972973"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano105"
           onclick="onclickspotpoint169"
           tooltip="spotpoint169_tooltip"
           />
  <hotspot name="spotpoint169" devices="flash" zorder="3"/>
  <hotspot name="spotpoint169" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint169">
  
        mainloadscene(pano105);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint161"
           ath="-3.233533" atv="-4.594595"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano98"
           onclick="onclickspotpoint161"
           tooltip="spotpoint161_tooltip"
           />
  <hotspot name="spotpoint161" devices="flash" zorder="3"/>
  <hotspot name="spotpoint161" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint161">
  
        mainloadscene(pano98);


  </action>







  <hotspot name="spotpoint162"
           ath="173.532934" atv="1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano108"
           onclick="onclickspotpoint162"
           tooltip="spotpoint162_tooltip"
           />
  <hotspot name="spotpoint162" devices="flash" zorder="3"/>
  <hotspot name="spotpoint162" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint162">
  
        mainloadscene(pano108);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint159"
           ath="-1.077844" atv="5.135135"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano98"
           onclick="onclickspotpoint159"
           tooltip="spotpoint159_tooltip"
           />
  <hotspot name="spotpoint159" devices="flash" zorder="3"/>
  <hotspot name="spotpoint159" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint159">
  
        mainloadscene(pano98);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint172"
           ath="-80.299401" atv="1.351351"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano118"
           onclick="onclickspotpoint172"
           tooltip="spotpoint172_tooltip"
           />
  <hotspot name="spotpoint172" devices="flash" zorder="3"/>
  <hotspot name="spotpoint172" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint172">
  
        mainloadscene(pano118);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint171"
           ath="162.754491" atv="-6.756757"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano119"
           onclick="onclickspotpoint171"
           tooltip="spotpoint171_tooltip"
           />
  <hotspot name="spotpoint171" devices="flash" zorder="3"/>
  <hotspot name="spotpoint171" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint171">
  
        mainloadscene(pano119);


  </action>







  <hotspot name="spotpoint173"
           ath="0.000000" atv="1.891892"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano108"
           onclick="onclickspotpoint173"
           tooltip="spotpoint173_tooltip"
           />
  <hotspot name="spotpoint173" devices="flash" zorder="3"/>
  <hotspot name="spotpoint173" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint173">
  
        mainloadscene(pano108);


  </action>







  <hotspot name="spotpoint175"
           ath="100.239521" atv="-8.378378"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano117"
           onclick="onclickspotpoint175"
           tooltip="spotpoint175_tooltip"
           />
  <hotspot name="spotpoint175" devices="flash" zorder="3"/>
  <hotspot name="spotpoint175" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint175">
  
        mainloadscene(pano117);


  </action>







  <hotspot name="spotpoint176"
           ath="-99.700599" atv="4.054054"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint176"
           tooltip="spotpoint176_tooltip"
           />
  <hotspot name="spotpoint176" devices="flash" zorder="3"/>
  <hotspot name="spotpoint176" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint176">
  
        mainloadscene(pano66);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint174"
           ath="-113.173653" atv="0.270270"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano118"
           onclick="onclickspotpoint174"
           tooltip="spotpoint174_tooltip"
           />
  <hotspot name="spotpoint174" devices="flash" zorder="3"/>
  <hotspot name="spotpoint174" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint174">
  
        mainloadscene(pano118);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

