<?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 : 19-02-2026 15-46-36 -->
  <!-- Project file : /Users/baldovino/Downloads/9790511.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, pano56);
    );
    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>

  <!-- 13 Groups -->

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




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





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


  </action>







  <hotspot name="spotpoint94"
           ath="154.330435" atv="-5.958188"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint94"
           tooltip="spotpoint94_tooltip"
           />
  <hotspot name="spotpoint94" devices="flash" zorder="3"/>
  <hotspot name="spotpoint94" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint94">
  
        mainloadscene(pano52);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint95"
           ath="15.339130" atv="-2.195122"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint95"
           tooltip="spotpoint95_tooltip"
           />
  <hotspot name="spotpoint95" devices="flash" zorder="3"/>
  <hotspot name="spotpoint95" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint95">
  
        mainloadscene(pano52);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Group 61 : 1 panoramas -->
  
<!-- **** @PanoName="Output 218" @PanoFile="/Users/baldovino/Downloads/9790511/Output 218.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano48"
       heading="0"
       thumburl="%FIRSTXML%/output_218_48/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano48_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="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_218_48/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_218_48/0/1/%v_%u.jpg"/>
          <right url="output_218_48/1/1/%v_%u.jpg"/>
          <back  url="output_218_48/2/1/%v_%u.jpg"/>
          <left  url="output_218_48/3/1/%v_%u.jpg"/>
          <up    url="output_218_48/4/1/%v_%u.jpg"/>
          <down  url="output_218_48/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_218_48/0/0/%v_%u.jpg"/>
          <right url="output_218_48/1/0/%v_%u.jpg"/>
          <back  url="output_218_48/2/0/%v_%u.jpg"/>
          <left  url="output_218_48/3/0/%v_%u.jpg"/>
          <up    url="output_218_48/4/0/%v_%u.jpg"/>
          <down  url="output_218_48/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_218_48/mobile/0.jpg"/>
      <right url="output_218_48/mobile/1.jpg"/>
      <back  url="output_218_48/mobile/2.jpg"/>
      <left  url="output_218_48/mobile/3.jpg"/>
      <up    url="output_218_48/mobile/4.jpg"/>
      <down  url="output_218_48/mobile/5.jpg"/>
    </image>




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





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


  </action>







  <hotspot name="spotpoint93"
           ath="102.991304" atv="-1.567944"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint93"
           tooltip="spotpoint93_tooltip"
           />
  <hotspot name="spotpoint93" devices="flash" zorder="3"/>
  <hotspot name="spotpoint93" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint93">
  
        mainloadscene(pano46);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint96"
           ath="-23.478261" atv="-2.822300"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint96"
           tooltip="spotpoint96_tooltip"
           />
  <hotspot name="spotpoint96" devices="flash" zorder="3"/>
  <hotspot name="spotpoint96" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint96">
  
        mainloadscene(pano52);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





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


  </action>







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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





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


  </action>







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


  </action>







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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

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




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





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


  </action>







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


  </action>







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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

