<?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 : 02-03-2022 12-33-25 -->
  <!-- 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_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);
    );
    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>

  <!-- 24 Groups -->

  <!-- Group Grupo 40 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0205" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0205.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0205_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano10_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="3.550000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="29.260000" v="3.550000" 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="29.260000"
          vlookat="3.550000"/>
    <preview url="%FIRSTXML%/sam_100_0205_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_0205_10/0/1/%v_%u.jpg"/>
          <right url="sam_100_0205_10/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0205_10/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0205_10/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0205_10/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0205_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0205_10/0/0/%v_%u.jpg"/>
          <right url="sam_100_0205_10/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0205_10/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0205_10/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0205_10/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0205_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0205_10/mobile/0.jpg"/>
      <right url="sam_100_0205_10/mobile/1.jpg"/>
      <back  url="sam_100_0205_10/mobile/2.jpg"/>
      <left  url="sam_100_0205_10/mobile/3.jpg"/>
      <up    url="sam_100_0205_10/mobile/4.jpg"/>
      <down  url="sam_100_0205_10/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint70"
           ath="1.747448" atv="-2.451421"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint70"
           tooltip="spotpoint70_tooltip"
           />
  <hotspot name="spotpoint70" devices="flash" zorder="3"/>
  <hotspot name="spotpoint70" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint70">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 42 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0207" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0207.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano12"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0207_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_0207_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_0207_12/0/1/%v_%u.jpg"/>
          <right url="sam_100_0207_12/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0207_12/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0207_12/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0207_12/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0207_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0207_12/0/0/%v_%u.jpg"/>
          <right url="sam_100_0207_12/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0207_12/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0207_12/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0207_12/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0207_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0207_12/mobile/0.jpg"/>
      <right url="sam_100_0207_12/mobile/1.jpg"/>
      <back  url="sam_100_0207_12/mobile/2.jpg"/>
      <left  url="sam_100_0207_12/mobile/3.jpg"/>
      <up    url="sam_100_0207_12/mobile/4.jpg"/>
      <down  url="sam_100_0207_12/mobile/5.jpg"/>
    </image>




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





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


  </action>







  <hotspot name="spotpoint72"
           ath="-124.776717" atv="-2.451421"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           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(pano13);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 43 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0208" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0208.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano13"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0208_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_0208_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_0208_13/0/1/%v_%u.jpg"/>
          <right url="sam_100_0208_13/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0208_13/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0208_13/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0208_13/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0208_13/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0208_13/0/0/%v_%u.jpg"/>
          <right url="sam_100_0208_13/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0208_13/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0208_13/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0208_13/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0208_13/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0208_13/mobile/0.jpg"/>
      <right url="sam_100_0208_13/mobile/1.jpg"/>
      <back  url="sam_100_0208_13/mobile/2.jpg"/>
      <left  url="sam_100_0208_13/mobile/3.jpg"/>
      <up    url="sam_100_0208_13/mobile/4.jpg"/>
      <down  url="sam_100_0208_13/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint73"
           ath="-165.600000" atv="21.645570"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano14"
           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(pano14);


  </action>







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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 44 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0209" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0209.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano14"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0209_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_0209_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_0209_14/0/1/%v_%u.jpg"/>
          <right url="sam_100_0209_14/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0209_14/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0209_14/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0209_14/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0209_14/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0209_14/0/0/%v_%u.jpg"/>
          <right url="sam_100_0209_14/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0209_14/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0209_14/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0209_14/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0209_14/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0209_14/mobile/0.jpg"/>
      <right url="sam_100_0209_14/mobile/1.jpg"/>
      <back  url="sam_100_0209_14/mobile/2.jpg"/>
      <left  url="sam_100_0209_14/mobile/3.jpg"/>
      <up    url="sam_100_0209_14/mobile/4.jpg"/>
      <down  url="sam_100_0209_14/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint74"
           ath="-163.922330" atv="-5.953307"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           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(pano15);


  </action>







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


  </action>







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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 45 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0210" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0210.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano15"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0210_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_0210_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_0210_15/0/1/%v_%u.jpg"/>
          <right url="sam_100_0210_15/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0210_15/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0210_15/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0210_15/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0210_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0210_15/0/0/%v_%u.jpg"/>
          <right url="sam_100_0210_15/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0210_15/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0210_15/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0210_15/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0210_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0210_15/mobile/0.jpg"/>
      <right url="sam_100_0210_15/mobile/1.jpg"/>
      <back  url="sam_100_0210_15/mobile/2.jpg"/>
      <left  url="sam_100_0210_15/mobile/3.jpg"/>
      <up    url="sam_100_0210_15/mobile/4.jpg"/>
      <down  url="sam_100_0210_15/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint75"
           ath="10.834951" atv="2.451362"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano14"
           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(pano14);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 47 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0212" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0212.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano17"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0212_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_0212_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_0212_17/0/1/%v_%u.jpg"/>
          <right url="sam_100_0212_17/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0212_17/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0212_17/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0212_17/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0212_17/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0212_17/0/0/%v_%u.jpg"/>
          <right url="sam_100_0212_17/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0212_17/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0212_17/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0212_17/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0212_17/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0212_17/mobile/0.jpg"/>
      <right url="sam_100_0212_17/mobile/1.jpg"/>
      <back  url="sam_100_0212_17/mobile/2.jpg"/>
      <left  url="sam_100_0212_17/mobile/3.jpg"/>
      <up    url="sam_100_0212_17/mobile/4.jpg"/>
      <down  url="sam_100_0212_17/mobile/5.jpg"/>
    </image>




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





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


  </action>







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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 48 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0213" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0213.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano18"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0213_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_0213_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_0213_18/0/1/%v_%u.jpg"/>
          <right url="sam_100_0213_18/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0213_18/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0213_18/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0213_18/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0213_18/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0213_18/0/0/%v_%u.jpg"/>
          <right url="sam_100_0213_18/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0213_18/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0213_18/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0213_18/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0213_18/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0213_18/mobile/0.jpg"/>
      <right url="sam_100_0213_18/mobile/1.jpg"/>
      <back  url="sam_100_0213_18/mobile/2.jpg"/>
      <left  url="sam_100_0213_18/mobile/3.jpg"/>
      <up    url="sam_100_0213_18/mobile/4.jpg"/>
      <down  url="sam_100_0213_18/mobile/5.jpg"/>
    </image>




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 49 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0214" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0214.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano19"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0214_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_0214_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_0214_19/0/1/%v_%u.jpg"/>
          <right url="sam_100_0214_19/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0214_19/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0214_19/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0214_19/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0214_19/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0214_19/0/0/%v_%u.jpg"/>
          <right url="sam_100_0214_19/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0214_19/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0214_19/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0214_19/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0214_19/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0214_19/mobile/0.jpg"/>
      <right url="sam_100_0214_19/mobile/1.jpg"/>
      <back  url="sam_100_0214_19/mobile/2.jpg"/>
      <left  url="sam_100_0214_19/mobile/3.jpg"/>
      <up    url="sam_100_0214_19/mobile/4.jpg"/>
      <down  url="sam_100_0214_19/mobile/5.jpg"/>
    </image>




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





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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 50 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0215" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0215.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano20"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0215_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_0215_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_0215_20/0/1/%v_%u.jpg"/>
          <right url="sam_100_0215_20/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0215_20/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0215_20/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0215_20/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0215_20/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0215_20/0/0/%v_%u.jpg"/>
          <right url="sam_100_0215_20/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0215_20/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0215_20/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0215_20/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0215_20/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0215_20/mobile/0.jpg"/>
      <right url="sam_100_0215_20/mobile/1.jpg"/>
      <back  url="sam_100_0215_20/mobile/2.jpg"/>
      <left  url="sam_100_0215_20/mobile/3.jpg"/>
      <up    url="sam_100_0215_20/mobile/4.jpg"/>
      <down  url="sam_100_0215_20/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 51 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0216" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0216.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano21"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0216_21/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano21_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_0216_21/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_0216_21/0/1/%v_%u.jpg"/>
          <right url="sam_100_0216_21/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0216_21/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0216_21/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0216_21/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0216_21/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0216_21/0/0/%v_%u.jpg"/>
          <right url="sam_100_0216_21/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0216_21/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0216_21/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0216_21/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0216_21/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0216_21/mobile/0.jpg"/>
      <right url="sam_100_0216_21/mobile/1.jpg"/>
      <back  url="sam_100_0216_21/mobile/2.jpg"/>
      <left  url="sam_100_0216_21/mobile/3.jpg"/>
      <up    url="sam_100_0216_21/mobile/4.jpg"/>
      <down  url="sam_100_0216_21/mobile/5.jpg"/>
    </image>




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 52 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0217" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0217.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano22"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0217_22/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano22_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_0217_22/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_0217_22/0/1/%v_%u.jpg"/>
          <right url="sam_100_0217_22/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0217_22/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0217_22/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0217_22/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0217_22/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0217_22/0/0/%v_%u.jpg"/>
          <right url="sam_100_0217_22/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0217_22/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0217_22/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0217_22/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0217_22/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0217_22/mobile/0.jpg"/>
      <right url="sam_100_0217_22/mobile/1.jpg"/>
      <back  url="sam_100_0217_22/mobile/2.jpg"/>
      <left  url="sam_100_0217_22/mobile/3.jpg"/>
      <up    url="sam_100_0217_22/mobile/4.jpg"/>
      <down  url="sam_100_0217_22/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 54 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0219" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0219.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano24"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0219_24/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano24_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_0219_24/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_0219_24/0/1/%v_%u.jpg"/>
          <right url="sam_100_0219_24/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0219_24/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0219_24/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0219_24/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0219_24/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0219_24/0/0/%v_%u.jpg"/>
          <right url="sam_100_0219_24/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0219_24/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0219_24/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0219_24/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0219_24/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0219_24/mobile/0.jpg"/>
      <right url="sam_100_0219_24/mobile/1.jpg"/>
      <back  url="sam_100_0219_24/mobile/2.jpg"/>
      <left  url="sam_100_0219_24/mobile/3.jpg"/>
      <up    url="sam_100_0219_24/mobile/4.jpg"/>
      <down  url="sam_100_0219_24/mobile/5.jpg"/>
    </image>




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 55 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0220" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0220.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano25"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0220_25/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano25_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_0220_25/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_0220_25/0/1/%v_%u.jpg"/>
          <right url="sam_100_0220_25/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0220_25/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0220_25/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0220_25/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0220_25/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0220_25/0/0/%v_%u.jpg"/>
          <right url="sam_100_0220_25/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0220_25/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0220_25/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0220_25/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0220_25/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0220_25/mobile/0.jpg"/>
      <right url="sam_100_0220_25/mobile/1.jpg"/>
      <back  url="sam_100_0220_25/mobile/2.jpg"/>
      <left  url="sam_100_0220_25/mobile/3.jpg"/>
      <up    url="sam_100_0220_25/mobile/4.jpg"/>
      <down  url="sam_100_0220_25/mobile/5.jpg"/>
    </image>




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





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


  </action>







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


  </action>







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


  </action>







  <hotspot name="spotpoint188"
           ath="-175.106796" atv="23.463035"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint188"
           tooltip="spotpoint188_tooltip"
           />
  <hotspot name="spotpoint188" devices="flash" zorder="3"/>
  <hotspot name="spotpoint188" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint188">
  
        mainloadscene(pano13);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 59 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0224" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0224.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano29"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0224_29/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano29_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_0224_29/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_0224_29/0/1/%v_%u.jpg"/>
          <right url="sam_100_0224_29/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0224_29/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0224_29/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0224_29/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0224_29/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0224_29/0/0/%v_%u.jpg"/>
          <right url="sam_100_0224_29/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0224_29/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0224_29/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0224_29/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0224_29/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0224_29/mobile/0.jpg"/>
      <right url="sam_100_0224_29/mobile/1.jpg"/>
      <back  url="sam_100_0224_29/mobile/2.jpg"/>
      <left  url="sam_100_0224_29/mobile/3.jpg"/>
      <up    url="sam_100_0224_29/mobile/4.jpg"/>
      <down  url="sam_100_0224_29/mobile/5.jpg"/>
    </image>




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 60 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0225" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0225.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano30"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0225_30/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano30_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_0225_30/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_0225_30/0/1/%v_%u.jpg"/>
          <right url="sam_100_0225_30/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0225_30/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0225_30/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0225_30/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0225_30/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0225_30/0/0/%v_%u.jpg"/>
          <right url="sam_100_0225_30/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0225_30/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0225_30/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0225_30/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0225_30/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0225_30/mobile/0.jpg"/>
      <right url="sam_100_0225_30/mobile/1.jpg"/>
      <back  url="sam_100_0225_30/mobile/2.jpg"/>
      <left  url="sam_100_0225_30/mobile/3.jpg"/>
      <up    url="sam_100_0225_30/mobile/4.jpg"/>
      <down  url="sam_100_0225_30/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 61 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0226" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0226.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano31"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0226_31/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano31_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_0226_31/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_0226_31/0/1/%v_%u.jpg"/>
          <right url="sam_100_0226_31/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0226_31/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0226_31/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0226_31/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0226_31/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0226_31/0/0/%v_%u.jpg"/>
          <right url="sam_100_0226_31/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0226_31/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0226_31/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0226_31/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0226_31/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0226_31/mobile/0.jpg"/>
      <right url="sam_100_0226_31/mobile/1.jpg"/>
      <back  url="sam_100_0226_31/mobile/2.jpg"/>
      <left  url="sam_100_0226_31/mobile/3.jpg"/>
      <up    url="sam_100_0226_31/mobile/4.jpg"/>
      <down  url="sam_100_0226_31/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 62 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0227" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0227.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano32"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0227_32/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano32_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_0227_32/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_0227_32/0/1/%v_%u.jpg"/>
          <right url="sam_100_0227_32/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0227_32/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0227_32/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0227_32/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0227_32/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0227_32/0/0/%v_%u.jpg"/>
          <right url="sam_100_0227_32/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0227_32/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0227_32/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0227_32/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0227_32/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0227_32/mobile/0.jpg"/>
      <right url="sam_100_0227_32/mobile/1.jpg"/>
      <back  url="sam_100_0227_32/mobile/2.jpg"/>
      <left  url="sam_100_0227_32/mobile/3.jpg"/>
      <up    url="sam_100_0227_32/mobile/4.jpg"/>
      <down  url="sam_100_0227_32/mobile/5.jpg"/>
    </image>




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 63 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0228" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0228.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano33"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0228_33/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano33_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_0228_33/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_0228_33/0/1/%v_%u.jpg"/>
          <right url="sam_100_0228_33/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0228_33/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0228_33/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0228_33/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0228_33/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0228_33/0/0/%v_%u.jpg"/>
          <right url="sam_100_0228_33/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0228_33/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0228_33/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0228_33/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0228_33/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0228_33/mobile/0.jpg"/>
      <right url="sam_100_0228_33/mobile/1.jpg"/>
      <back  url="sam_100_0228_33/mobile/2.jpg"/>
      <left  url="sam_100_0228_33/mobile/3.jpg"/>
      <up    url="sam_100_0228_33/mobile/4.jpg"/>
      <down  url="sam_100_0228_33/mobile/5.jpg"/>
    </image>




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





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


  </action>







  <hotspot name="spotpoint179"
           ath="-94.718447" atv="-9.455253"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint179"
           tooltip="spotpoint179_tooltip"
           />
  <hotspot name="spotpoint179" devices="flash" zorder="3"/>
  <hotspot name="spotpoint179" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint179">
  
        mainloadscene(pano36);


  </action>







  <hotspot name="spotpoint187"
           ath="-71.650485" atv="17.859922"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint187"
           tooltip="spotpoint187_tooltip"
           />
  <hotspot name="spotpoint187" devices="flash" zorder="3"/>
  <hotspot name="spotpoint187" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint187">
  
        mainloadscene(pano25);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 64 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0229" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0229.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano34"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0229_34/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano34_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_0229_34/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_0229_34/0/1/%v_%u.jpg"/>
          <right url="sam_100_0229_34/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0229_34/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0229_34/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0229_34/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0229_34/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0229_34/0/0/%v_%u.jpg"/>
          <right url="sam_100_0229_34/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0229_34/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0229_34/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0229_34/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0229_34/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0229_34/mobile/0.jpg"/>
      <right url="sam_100_0229_34/mobile/1.jpg"/>
      <back  url="sam_100_0229_34/mobile/2.jpg"/>
      <left  url="sam_100_0229_34/mobile/3.jpg"/>
      <up    url="sam_100_0229_34/mobile/4.jpg"/>
      <down  url="sam_100_0229_34/mobile/5.jpg"/>
    </image>




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





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


  </action>







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


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 65 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0230" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0230.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano35"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0230_35/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano35_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_0230_35/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_0230_35/0/1/%v_%u.jpg"/>
          <right url="sam_100_0230_35/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0230_35/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0230_35/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0230_35/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0230_35/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0230_35/0/0/%v_%u.jpg"/>
          <right url="sam_100_0230_35/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0230_35/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0230_35/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0230_35/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0230_35/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0230_35/mobile/0.jpg"/>
      <right url="sam_100_0230_35/mobile/1.jpg"/>
      <back  url="sam_100_0230_35/mobile/2.jpg"/>
      <left  url="sam_100_0230_35/mobile/3.jpg"/>
      <up    url="sam_100_0230_35/mobile/4.jpg"/>
      <down  url="sam_100_0230_35/mobile/5.jpg"/>
    </image>




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





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


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 66 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0231" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0231.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano36"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0231_36/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano36_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_0231_36/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_0231_36/0/1/%v_%u.jpg"/>
          <right url="sam_100_0231_36/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0231_36/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0231_36/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0231_36/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0231_36/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0231_36/0/0/%v_%u.jpg"/>
          <right url="sam_100_0231_36/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0231_36/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0231_36/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0231_36/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0231_36/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0231_36/mobile/0.jpg"/>
      <right url="sam_100_0231_36/mobile/1.jpg"/>
      <back  url="sam_100_0231_36/mobile/2.jpg"/>
      <left  url="sam_100_0231_36/mobile/3.jpg"/>
      <up    url="sam_100_0231_36/mobile/4.jpg"/>
      <down  url="sam_100_0231_36/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint180"
           ath="32.210526" atv="-1.139241"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint180"
           tooltip="spotpoint180_tooltip"
           />
  <hotspot name="spotpoint180" devices="flash" zorder="3"/>
  <hotspot name="spotpoint180" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint180">
  
        mainloadscene(pano37);


  </action>







  <hotspot name="spotpoint186"
           ath="-159.728155" atv="0.350195"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano33"
           onclick="onclickspotpoint186"
           tooltip="spotpoint186_tooltip"
           />
  <hotspot name="spotpoint186" devices="flash" zorder="3"/>
  <hotspot name="spotpoint186" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint186">
  
        mainloadscene(pano33);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 67 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0232" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0232.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0232_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%/sam_100_0232_37/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_0232_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_0232_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0232_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0232_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0232_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0232_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0232_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_0232_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0232_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0232_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0232_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0232_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0232_37/mobile/0.jpg"/>
      <right url="sam_100_0232_37/mobile/1.jpg"/>
      <back  url="sam_100_0232_37/mobile/2.jpg"/>
      <left  url="sam_100_0232_37/mobile/3.jpg"/>
      <up    url="sam_100_0232_37/mobile/4.jpg"/>
      <down  url="sam_100_0232_37/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint181"
           ath="86.330097" atv="-1.050584"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint181"
           tooltip="spotpoint181_tooltip"
           />
  <hotspot name="spotpoint181" devices="flash" zorder="3"/>
  <hotspot name="spotpoint181" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint181">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint183"
           ath="12.932039" atv="-1.050584"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint183"
           tooltip="spotpoint183_tooltip"
           />
  <hotspot name="spotpoint183" devices="flash" zorder="3"/>
  <hotspot name="spotpoint183" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint183">
  
        mainloadscene(pano38);


  </action>







  <hotspot name="spotpoint185"
           ath="-165.320388" atv="-2.451362"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint185"
           tooltip="spotpoint185_tooltip"
           />
  <hotspot name="spotpoint185" devices="flash" zorder="3"/>
  <hotspot name="spotpoint185" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint185">
  
        mainloadscene(pano36);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 68 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0233" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0233.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano38"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0233_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%/sam_100_0233_38/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_0233_38/0/1/%v_%u.jpg"/>
          <right url="sam_100_0233_38/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0233_38/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0233_38/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0233_38/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0233_38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0233_38/0/0/%v_%u.jpg"/>
          <right url="sam_100_0233_38/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0233_38/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0233_38/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0233_38/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0233_38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0233_38/mobile/0.jpg"/>
      <right url="sam_100_0233_38/mobile/1.jpg"/>
      <back  url="sam_100_0233_38/mobile/2.jpg"/>
      <left  url="sam_100_0233_38/mobile/3.jpg"/>
      <up    url="sam_100_0233_38/mobile/4.jpg"/>
      <down  url="sam_100_0233_38/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint184"
           ath="-164.621359" atv="-1.050584"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint184"
           tooltip="spotpoint184_tooltip"
           />
  <hotspot name="spotpoint184" devices="flash" zorder="3"/>
  <hotspot name="spotpoint184" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint184">
  
        mainloadscene(pano37);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 69 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0234" @PanoFile="/Users/casa360/Desktop/Tours/Marzo/Cesar Mejia 4950TR539/fotos/SAM_100_0234.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano39"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0234_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%/sam_100_0234_39/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_0234_39/0/1/%v_%u.jpg"/>
          <right url="sam_100_0234_39/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0234_39/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0234_39/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0234_39/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0234_39/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0234_39/0/0/%v_%u.jpg"/>
          <right url="sam_100_0234_39/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0234_39/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0234_39/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0234_39/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0234_39/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0234_39/mobile/0.jpg"/>
      <right url="sam_100_0234_39/mobile/1.jpg"/>
      <back  url="sam_100_0234_39/mobile/2.jpg"/>
      <left  url="sam_100_0234_39/mobile/3.jpg"/>
      <up    url="sam_100_0234_39/mobile/4.jpg"/>
      <down  url="sam_100_0234_39/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint182"
           ath="10.135922" atv="-4.552529"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint182"
           tooltip="spotpoint182_tooltip"
           />
  <hotspot name="spotpoint182" devices="flash" zorder="3"/>
  <hotspot name="spotpoint182" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint182">
  
        mainloadscene(pano37);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

