<?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 : 09-04-2024 17-00-06 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano10);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    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>

  <!-- 10 Groups -->

  <!-- Group Grupo 21 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0856" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Carlos Gomez 7391235/fotos/SAM_100_0856.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0856_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano10_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="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%/sam_100_0856_10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0856_10/0/1/%v_%u.jpg"/>
          <right url="sam_100_0856_10/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0856_10/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0856_10/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0856_10/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0856_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0856_10/0/0/%v_%u.jpg"/>
          <right url="sam_100_0856_10/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0856_10/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0856_10/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0856_10/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0856_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0856_10/mobile/0.jpg"/>
      <right url="sam_100_0856_10/mobile/1.jpg"/>
      <back  url="sam_100_0856_10/mobile/2.jpg"/>
      <left  url="sam_100_0856_10/mobile/3.jpg"/>
      <up    url="sam_100_0856_10/mobile/4.jpg"/>
      <down  url="sam_100_0856_10/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint32"
           ath="-4.280861" atv="-10.636364"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint32"
           tooltip="spotpoint32_tooltip"
           />
  <hotspot name="spotpoint32" devices="flash" zorder="3"/>
  <hotspot name="spotpoint32" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint32">
  
        mainloadscene(pano11);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint33"
           ath="170.581620" atv="-4.042969"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint33"
           tooltip="spotpoint33_tooltip"
           />
  <hotspot name="spotpoint33" devices="flash" zorder="3"/>
  <hotspot name="spotpoint33" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint33">
  
        mainloadscene(pano10);lookat(-179.550000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint34"
           ath="-16.271622" atv="-6.626506"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint34"
           tooltip="spotpoint34_tooltip"
           />
  <hotspot name="spotpoint34" devices="flash" zorder="3"/>
  <hotspot name="spotpoint34" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint34">
  
        mainloadscene(pano12);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint35"
           ath="159.708424" atv="-0.361446"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint35"
           tooltip="spotpoint35_tooltip"
           />
  <hotspot name="spotpoint35" devices="flash" zorder="3"/>
  <hotspot name="spotpoint35" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint35">
  
        mainloadscene(pano11);lookat(-177.750000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint36"
           ath="-108.581235" atv="1.433628"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint36"
           tooltip="spotpoint36_tooltip"
           />
  <hotspot name="spotpoint36" devices="flash" zorder="3"/>
  <hotspot name="spotpoint36" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint36">
  
        mainloadscene(pano13);lookat(-95.400000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 24 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0859" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Carlos Gomez 7391235/fotos/SAM_100_0859.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano13"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0859_13/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano13_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%/sam_100_0859_13/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0859_13/0/1/%v_%u.jpg"/>
          <right url="sam_100_0859_13/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0859_13/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0859_13/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0859_13/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0859_13/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0859_13/0/0/%v_%u.jpg"/>
          <right url="sam_100_0859_13/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0859_13/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0859_13/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0859_13/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0859_13/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0859_13/mobile/0.jpg"/>
      <right url="sam_100_0859_13/mobile/1.jpg"/>
      <back  url="sam_100_0859_13/mobile/2.jpg"/>
      <left  url="sam_100_0859_13/mobile/3.jpg"/>
      <up    url="sam_100_0859_13/mobile/4.jpg"/>
      <down  url="sam_100_0859_13/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint37"
           ath="50.485207" atv="-7.251185"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint37"
           tooltip="spotpoint37_tooltip"
           />
  <hotspot name="spotpoint37" devices="flash" zorder="3"/>
  <hotspot name="spotpoint37" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint37">
  
        mainloadscene(pano12);lookat(92.700000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint38"
           ath="-92.541875" atv="-5.940594"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint38"
           tooltip="spotpoint38_tooltip"
           />
  <hotspot name="spotpoint38" devices="flash" zorder="3"/>
  <hotspot name="spotpoint38" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint38">
  
        mainloadscene(pano14);lookat(171.450000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint39"
           ath="-1.686747" atv="-8.818792"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint39"
           tooltip="spotpoint39_tooltip"
           />
  <hotspot name="spotpoint39" devices="flash" zorder="3"/>
  <hotspot name="spotpoint39" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint39">
  
        mainloadscene(pano13);lookat(85.050000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint40"
           ath="-91.736663" atv="-10.091533"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint40"
           tooltip="spotpoint40_tooltip"
           />
  <hotspot name="spotpoint40" devices="flash" zorder="3"/>
  <hotspot name="spotpoint40" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint40">
  
        mainloadscene(pano15);lookat(173.700000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint42"
           ath="-153.408480" atv="-11.670644"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint42"
           tooltip="spotpoint42_tooltip"
           />
  <hotspot name="spotpoint42" devices="flash" zorder="3"/>
  <hotspot name="spotpoint42" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint42">
  
        mainloadscene(pano17);lookat(175.050000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint44"
           ath="147.870873" atv="-14.096386"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint44"
           tooltip="spotpoint44_tooltip"
           />
  <hotspot name="spotpoint44" devices="flash" zorder="3"/>
  <hotspot name="spotpoint44" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint44">
  
        mainloadscene(pano18);lookat(180.000000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint46"
           ath="176.394595" atv="-10.240964"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint46"
           tooltip="spotpoint46_tooltip"
           />
  <hotspot name="spotpoint46" devices="flash" zorder="3"/>
  <hotspot name="spotpoint46" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint46">
  
        mainloadscene(pano19);lookat(-175.050000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint41"
           ath="13.481481" atv="-11.287129"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint41"
           tooltip="spotpoint41_tooltip"
           />
  <hotspot name="spotpoint41" devices="flash" zorder="3"/>
  <hotspot name="spotpoint41" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint41">
  
        mainloadscene(pano14);lookat(85.950000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint43"
           ath="-22.769037" atv="-8.284994"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint43"
           tooltip="spotpoint43_tooltip"
           />
  <hotspot name="spotpoint43" devices="flash" zorder="3"/>
  <hotspot name="spotpoint43" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint43">
  
        mainloadscene(pano14);lookat(87.300000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint45"
           ath="-7.508455" atv="-11.173815"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint45"
           tooltip="spotpoint45_tooltip"
           />
  <hotspot name="spotpoint45" devices="flash" zorder="3"/>
  <hotspot name="spotpoint45" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint45">
  
        mainloadscene(pano14);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint47"
           ath="-23.222845" atv="-8.917263"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint47"
           tooltip="spotpoint47_tooltip"
           />
  <hotspot name="spotpoint47" devices="flash" zorder="3"/>
  <hotspot name="spotpoint47" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint47">
  
        mainloadscene(pano14);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint48"
           ath="59.388067" atv="-10.572012"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint48"
           tooltip="spotpoint48_tooltip"
           />
  <hotspot name="spotpoint48" devices="flash" zorder="3"/>
  <hotspot name="spotpoint48" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint48">
  
        mainloadscene(pano20);lookat(-173.700000, -0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 31 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0866" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Carlos Gomez 7391235/fotos/SAM_100_0866.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano20"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0866_20/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano20_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%/sam_100_0866_20/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0866_20/0/1/%v_%u.jpg"/>
          <right url="sam_100_0866_20/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0866_20/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0866_20/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0866_20/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0866_20/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0866_20/0/0/%v_%u.jpg"/>
          <right url="sam_100_0866_20/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0866_20/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0866_20/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0866_20/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0866_20/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0866_20/mobile/0.jpg"/>
      <right url="sam_100_0866_20/mobile/1.jpg"/>
      <back  url="sam_100_0866_20/mobile/2.jpg"/>
      <left  url="sam_100_0866_20/mobile/3.jpg"/>
      <up    url="sam_100_0866_20/mobile/4.jpg"/>
      <down  url="sam_100_0866_20/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint49"
           ath="-7.029586" atv="-4.691943"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint49"
           tooltip="spotpoint49_tooltip"
           />
  <hotspot name="spotpoint49" devices="flash" zorder="3"/>
  <hotspot name="spotpoint49" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint49">
  
        mainloadscene(pano19);lookat(-86.850000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

