<?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 : 14-01-2026 10-37-55 -->
  <!-- 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, pano41);
    );
    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>

  <!-- 6 Groups -->

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




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint54"
           ath="-13.191489" atv="-8.957346"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint54"
           tooltip="spotpoint54_tooltip"
           />
  <hotspot name="spotpoint54" devices="flash" zorder="3"/>
  <hotspot name="spotpoint54" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint54">
  
        mainloadscene(pano38);


  </action>







  <hotspot name="spotpoint55"
           ath="19.148936" atv="-10.663507"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint55"
           tooltip="spotpoint55_tooltip"
           />
  <hotspot name="spotpoint55" devices="flash" zorder="3"/>
  <hotspot name="spotpoint55" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint55">
  
        mainloadscene(pano43);


  </action>







  <hotspot name="spotpoint57"
           ath="41.276596" atv="-8.957346"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint57"
           tooltip="spotpoint57_tooltip"
           />
  <hotspot name="spotpoint57" devices="flash" zorder="3"/>
  <hotspot name="spotpoint57" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint57">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint56"
           ath="127.234043" atv="-5.545024"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint56"
           tooltip="spotpoint56_tooltip"
           />
  <hotspot name="spotpoint56" devices="flash" zorder="3"/>
  <hotspot name="spotpoint56" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint56">
  
        mainloadscene(pano39);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint58"
           ath="-8.936170" atv="-4.691943"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint58"
           tooltip="spotpoint58_tooltip"
           />
  <hotspot name="spotpoint58" devices="flash" zorder="3"/>
  <hotspot name="spotpoint58" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint58">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint59"
           ath="76.170213" atv="-8.104265"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint59"
           tooltip="spotpoint59_tooltip"
           />
  <hotspot name="spotpoint59" devices="flash" zorder="3"/>
  <hotspot name="spotpoint59" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint59">
  
        mainloadscene(pano37);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint60"
           ath="82.127660" atv="-8.957346"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint60"
           tooltip="spotpoint60_tooltip"
           />
  <hotspot name="spotpoint60" devices="flash" zorder="3"/>
  <hotspot name="spotpoint60" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint60">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

