<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.17"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">

  <!-- generated by Panotour Pro V2.0.0 64bits : 01-06-2022 13-06-05 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/p_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/p_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/p_messages_en.xml"/>

  <action name="startup">
    if (s !== null, if (startscene === null, set(startscene, get(s));); );
    if (startscene === null,
      set(startscene, pano108);
    );
    mainloadscene(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      );
    );
  </action>

  <!-- 5 Groups -->

  <!-- Group Group 114 : 1 panoramas -->
  

<!-- **** @PanoName="DSC_0628 Panorama-Edit" @PanoFile="/Volumes/360 PS Backup 2022/Road Bear RV/Virtual Tour/Images for tour/DSC_0628 Panorama-Edit.jpg" **** -->
<scene name="pano108"
       heading="0"
       thumburl="%FIRSTXML%/dsc_0628_panorama_ed_108/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano108_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="12.600000" tofov="90.000000" waittime="1" speed="5"/>

    <panoview h="-56.700000" v="12.600000" 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"
          fovmax="90"
          fov="90.000000"
          hlookat="-56.700000"
          vlookat="12.600000"/>

    <preview url="%FIRSTXML%/dsc_0628_panorama_ed_108/preview.jpg" type="CUBESTRIP" striporder="FRBLUD"/>

    <image type="CUBE" multires="true" baseindex="0" tilesize="512">
      <level tiledimagewidth="2763" tiledimageheight="2763">
        <front url="dsc_0628_panorama_ed_108/0/2/%v_%u.jpg"/>
        <right url="dsc_0628_panorama_ed_108/1/2/%v_%u.jpg"/>
        <back  url="dsc_0628_panorama_ed_108/2/2/%v_%u.jpg"/>
        <left  url="dsc_0628_panorama_ed_108/3/2/%v_%u.jpg"/>
        <up    url="dsc_0628_panorama_ed_108/4/2/%v_%u.jpg"/>
        <down  url="dsc_0628_panorama_ed_108/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1381" tiledimageheight="1381">
        <front url="dsc_0628_panorama_ed_108/0/1/%v_%u.jpg"/>
        <right url="dsc_0628_panorama_ed_108/1/1/%v_%u.jpg"/>
        <back  url="dsc_0628_panorama_ed_108/2/1/%v_%u.jpg"/>
        <left  url="dsc_0628_panorama_ed_108/3/1/%v_%u.jpg"/>
        <up    url="dsc_0628_panorama_ed_108/4/1/%v_%u.jpg"/>
        <down  url="dsc_0628_panorama_ed_108/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="690" tiledimageheight="690">
        <front url="dsc_0628_panorama_ed_108/0/0/%v_%u.jpg"/>
        <right url="dsc_0628_panorama_ed_108/1/0/%v_%u.jpg"/>
        <back  url="dsc_0628_panorama_ed_108/2/0/%v_%u.jpg"/>
        <left  url="dsc_0628_panorama_ed_108/3/0/%v_%u.jpg"/>
        <up    url="dsc_0628_panorama_ed_108/4/0/%v_%u.jpg"/>
        <down  url="dsc_0628_panorama_ed_108/5/0/%v_%u.jpg"/>
      </level>
    </image>


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

  <hotspot name="spotpoint123"
           ath="-81.019803" atv="23.599985"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint123"
           />
  <hotspot name="spotpoint123" devices="flash" zorder="3"/>
  <hotspot name="spotpoint123" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint123" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint123">
        mainloadscene(pano109);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint124"
           ath="116.141753" atv="10.000080"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint124"
           />
  <hotspot name="spotpoint124" devices="flash" zorder="3"/>
  <hotspot name="spotpoint124" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint124" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint124">
        mainloadscene(pano111);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint123].visible, false);
    set(hotspot[spotpoint124].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint123].visible, true);
    set(hotspot[spotpoint124].visible, true);
  </action>


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

  <action name="setzorder2onstandardspots">
    if (device.html5,
      ifnot (device.desktop,


        tween(hotspot[spotpoint123].zorder2, %1);

        tween(hotspot[spotpoint124].zorder2, %1);

      );
    );
  </action>  

</scene>
  <!-- Group Group 115 : 1 panoramas -->
  

<!-- **** @PanoName="DSC_0640 Panorama-Edit" @PanoFile="/Volumes/360 PS Backup 2022/Road Bear RV/Virtual Tour/Images for tour/DSC_0640 Panorama-Edit.jpg" **** -->
<scene name="pano109"
       heading="0"
       thumburl="%FIRSTXML%/dsc_0640_panorama_ed_109/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano109_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="0.450000" tofov="90.000000" waittime="1" speed="5"/>

    <panoview h="5.850000" v="0.450000" 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"
          fovmax="90"
          fov="90.000000"
          hlookat="5.850000"
          vlookat="0.450000"/>

    <preview url="%FIRSTXML%/dsc_0640_panorama_ed_109/preview.jpg" type="CUBESTRIP" striporder="FRBLUD"/>

    <image type="CUBE" multires="true" baseindex="0" tilesize="512">
      <level tiledimagewidth="2748" tiledimageheight="2748">
        <front url="dsc_0640_panorama_ed_109/0/2/%v_%u.jpg"/>
        <right url="dsc_0640_panorama_ed_109/1/2/%v_%u.jpg"/>
        <back  url="dsc_0640_panorama_ed_109/2/2/%v_%u.jpg"/>
        <left  url="dsc_0640_panorama_ed_109/3/2/%v_%u.jpg"/>
        <up    url="dsc_0640_panorama_ed_109/4/2/%v_%u.jpg"/>
        <down  url="dsc_0640_panorama_ed_109/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1374" tiledimageheight="1374">
        <front url="dsc_0640_panorama_ed_109/0/1/%v_%u.jpg"/>
        <right url="dsc_0640_panorama_ed_109/1/1/%v_%u.jpg"/>
        <back  url="dsc_0640_panorama_ed_109/2/1/%v_%u.jpg"/>
        <left  url="dsc_0640_panorama_ed_109/3/1/%v_%u.jpg"/>
        <up    url="dsc_0640_panorama_ed_109/4/1/%v_%u.jpg"/>
        <down  url="dsc_0640_panorama_ed_109/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="687" tiledimageheight="687">
        <front url="dsc_0640_panorama_ed_109/0/0/%v_%u.jpg"/>
        <right url="dsc_0640_panorama_ed_109/1/0/%v_%u.jpg"/>
        <back  url="dsc_0640_panorama_ed_109/2/0/%v_%u.jpg"/>
        <left  url="dsc_0640_panorama_ed_109/3/0/%v_%u.jpg"/>
        <up    url="dsc_0640_panorama_ed_109/4/0/%v_%u.jpg"/>
        <down  url="dsc_0640_panorama_ed_109/5/0/%v_%u.jpg"/>
      </level>
    </image>


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

  <hotspot name="spotpoint121"
           ath="9.977753" atv="14.000037"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint121"
           />
  <hotspot name="spotpoint121" devices="flash" zorder="3"/>
  <hotspot name="spotpoint121" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint121" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint121">
        mainloadscene(pano110);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint122"
           ath="128.913488" atv="13.199944"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint122"
           />
  <hotspot name="spotpoint122" devices="flash" zorder="3"/>
  <hotspot name="spotpoint122" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint122" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint122">
        mainloadscene(pano108);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint121].visible, false);
    set(hotspot[spotpoint122].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint121].visible, true);
    set(hotspot[spotpoint122].visible, true);
  </action>


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

  <action name="setzorder2onstandardspots">
    if (device.html5,
      ifnot (device.desktop,


        tween(hotspot[spotpoint121].zorder2, %1);

        tween(hotspot[spotpoint122].zorder2, %1);

      );
    );
  </action>  

</scene>
  <!-- Group Group 116 : 1 panoramas -->
  

<!-- **** @PanoName="DSC_0652 Panorama-Edit" @PanoFile="/Volumes/360 PS Backup 2022/Road Bear RV/Virtual Tour/Images for tour/DSC_0652 Panorama-Edit.jpg" **** -->
<scene name="pano110"
       heading="0"
       thumburl="%FIRSTXML%/dsc_0652_panorama_ed_110/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano110_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="9.337500" tofov="90.000000" waittime="1" speed="5"/>

    <panoview h="176.175000" v="9.337500" 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"
          fovmax="90"
          fov="90.000000"
          hlookat="176.175000"
          vlookat="9.337500"/>

    <preview url="%FIRSTXML%/dsc_0652_panorama_ed_110/preview.jpg" type="CUBESTRIP" striporder="FRBLUD"/>

    <image type="CUBE" multires="true" baseindex="0" tilesize="512">
      <level tiledimagewidth="2739" tiledimageheight="2739">
        <front url="dsc_0652_panorama_ed_110/0/2/%v_%u.jpg"/>
        <right url="dsc_0652_panorama_ed_110/1/2/%v_%u.jpg"/>
        <back  url="dsc_0652_panorama_ed_110/2/2/%v_%u.jpg"/>
        <left  url="dsc_0652_panorama_ed_110/3/2/%v_%u.jpg"/>
        <up    url="dsc_0652_panorama_ed_110/4/2/%v_%u.jpg"/>
        <down  url="dsc_0652_panorama_ed_110/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1369" tiledimageheight="1369">
        <front url="dsc_0652_panorama_ed_110/0/1/%v_%u.jpg"/>
        <right url="dsc_0652_panorama_ed_110/1/1/%v_%u.jpg"/>
        <back  url="dsc_0652_panorama_ed_110/2/1/%v_%u.jpg"/>
        <left  url="dsc_0652_panorama_ed_110/3/1/%v_%u.jpg"/>
        <up    url="dsc_0652_panorama_ed_110/4/1/%v_%u.jpg"/>
        <down  url="dsc_0652_panorama_ed_110/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="684" tiledimageheight="684">
        <front url="dsc_0652_panorama_ed_110/0/0/%v_%u.jpg"/>
        <right url="dsc_0652_panorama_ed_110/1/0/%v_%u.jpg"/>
        <back  url="dsc_0652_panorama_ed_110/2/0/%v_%u.jpg"/>
        <left  url="dsc_0652_panorama_ed_110/3/0/%v_%u.jpg"/>
        <up    url="dsc_0652_panorama_ed_110/4/0/%v_%u.jpg"/>
        <down  url="dsc_0652_panorama_ed_110/5/0/%v_%u.jpg"/>
      </level>
    </image>


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

  <hotspot name="spotpoint120"
           ath="-172.815948" atv="10.800000"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint120"
           />
  <hotspot name="spotpoint120" devices="flash" zorder="3"/>
  <hotspot name="spotpoint120" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint120" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint120">
        mainloadscene(pano109);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint120].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint120].visible, true);
  </action>


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

  <action name="setzorder2onstandardspots">
    if (device.html5,
      ifnot (device.desktop,


        tween(hotspot[spotpoint120].zorder2, %1);

      );
    );
  </action>  

</scene>
  <!-- Group Group 117 : 1 panoramas -->
  

<!-- **** @PanoName="DSC_0664 Panorama-Edit" @PanoFile="/Volumes/360 PS Backup 2022/Road Bear RV/Virtual Tour/Images for tour/DSC_0664 Panorama-Edit.jpg" **** -->
<scene name="pano111"
       heading="0"
       thumburl="%FIRSTXML%/dsc_0664_panorama_ed_111/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano111_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="18.900000" tofov="90.000000" waittime="1" speed="5"/>

    <panoview h="-45.000000" v="18.900000" 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"
          fovmax="90"
          fov="90.000000"
          hlookat="-45.000000"
          vlookat="18.900000"/>

    <preview url="%FIRSTXML%/dsc_0664_panorama_ed_111/preview.jpg" type="CUBESTRIP" striporder="FRBLUD"/>

    <image type="CUBE" multires="true" baseindex="0" tilesize="512">
      <level tiledimagewidth="2756" tiledimageheight="2756">
        <front url="dsc_0664_panorama_ed_111/0/2/%v_%u.jpg"/>
        <right url="dsc_0664_panorama_ed_111/1/2/%v_%u.jpg"/>
        <back  url="dsc_0664_panorama_ed_111/2/2/%v_%u.jpg"/>
        <left  url="dsc_0664_panorama_ed_111/3/2/%v_%u.jpg"/>
        <up    url="dsc_0664_panorama_ed_111/4/2/%v_%u.jpg"/>
        <down  url="dsc_0664_panorama_ed_111/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1378" tiledimageheight="1378">
        <front url="dsc_0664_panorama_ed_111/0/1/%v_%u.jpg"/>
        <right url="dsc_0664_panorama_ed_111/1/1/%v_%u.jpg"/>
        <back  url="dsc_0664_panorama_ed_111/2/1/%v_%u.jpg"/>
        <left  url="dsc_0664_panorama_ed_111/3/1/%v_%u.jpg"/>
        <up    url="dsc_0664_panorama_ed_111/4/1/%v_%u.jpg"/>
        <down  url="dsc_0664_panorama_ed_111/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="689" tiledimageheight="689">
        <front url="dsc_0664_panorama_ed_111/0/0/%v_%u.jpg"/>
        <right url="dsc_0664_panorama_ed_111/1/0/%v_%u.jpg"/>
        <back  url="dsc_0664_panorama_ed_111/2/0/%v_%u.jpg"/>
        <left  url="dsc_0664_panorama_ed_111/3/0/%v_%u.jpg"/>
        <up    url="dsc_0664_panorama_ed_111/4/0/%v_%u.jpg"/>
        <down  url="dsc_0664_panorama_ed_111/5/0/%v_%u.jpg"/>
      </level>
    </image>


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

  <hotspot name="spotpoint125"
           ath="140.088601" atv="11.599921"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint125"
           />
  <hotspot name="spotpoint125" devices="flash" zorder="3"/>
  <hotspot name="spotpoint125" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint125" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint125">
        mainloadscene(pano108);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint126"
           ath="-144.939132" atv="21.637616"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint126"
           />
  <hotspot name="spotpoint126" devices="flash" zorder="3"/>
  <hotspot name="spotpoint126" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint126" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint126">
        mainloadscene(pano112);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint125].visible, false);
    set(hotspot[spotpoint126].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint125].visible, true);
    set(hotspot[spotpoint126].visible, true);
  </action>


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

  <action name="setzorder2onstandardspots">
    if (device.html5,
      ifnot (device.desktop,


        tween(hotspot[spotpoint125].zorder2, %1);

        tween(hotspot[spotpoint126].zorder2, %1);

      );
    );
  </action>  

</scene>
  <!-- Group Group 118 : 1 panoramas -->
  

<!-- **** @PanoName="DSC_0676 Panorama-Edit" @PanoFile="/Volumes/360 PS Backup 2022/Road Bear RV/Virtual Tour/Images for tour/DSC_0676 Panorama-Edit.jpg" **** -->
<scene name="pano112"
       heading="0"
       thumburl="%FIRSTXML%/dsc_0676_panorama_ed_112/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano112_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="13.275000" tofov="90.000000" waittime="1" speed="5"/>

    <panoview h="-106.875000" v="13.275000" 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"
          fovmax="90"
          fov="90.000000"
          hlookat="-106.875000"
          vlookat="13.275000"/>

    <preview url="%FIRSTXML%/dsc_0676_panorama_ed_112/preview.jpg" type="CUBESTRIP" striporder="FRBLUD"/>

    <image type="CUBE" multires="true" baseindex="0" tilesize="512">
      <level tiledimagewidth="2732" tiledimageheight="2732">
        <front url="dsc_0676_panorama_ed_112/0/2/%v_%u.jpg"/>
        <right url="dsc_0676_panorama_ed_112/1/2/%v_%u.jpg"/>
        <back  url="dsc_0676_panorama_ed_112/2/2/%v_%u.jpg"/>
        <left  url="dsc_0676_panorama_ed_112/3/2/%v_%u.jpg"/>
        <up    url="dsc_0676_panorama_ed_112/4/2/%v_%u.jpg"/>
        <down  url="dsc_0676_panorama_ed_112/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1366" tiledimageheight="1366">
        <front url="dsc_0676_panorama_ed_112/0/1/%v_%u.jpg"/>
        <right url="dsc_0676_panorama_ed_112/1/1/%v_%u.jpg"/>
        <back  url="dsc_0676_panorama_ed_112/2/1/%v_%u.jpg"/>
        <left  url="dsc_0676_panorama_ed_112/3/1/%v_%u.jpg"/>
        <up    url="dsc_0676_panorama_ed_112/4/1/%v_%u.jpg"/>
        <down  url="dsc_0676_panorama_ed_112/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="683" tiledimageheight="683">
        <front url="dsc_0676_panorama_ed_112/0/0/%v_%u.jpg"/>
        <right url="dsc_0676_panorama_ed_112/1/0/%v_%u.jpg"/>
        <back  url="dsc_0676_panorama_ed_112/2/0/%v_%u.jpg"/>
        <left  url="dsc_0676_panorama_ed_112/3/0/%v_%u.jpg"/>
        <up    url="dsc_0676_panorama_ed_112/4/0/%v_%u.jpg"/>
        <down  url="dsc_0676_panorama_ed_112/5/0/%v_%u.jpg"/>
      </level>
    </image>


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

  <hotspot name="spotpoint127"
           ath="93.599997" atv="14.111456"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint127"
           />
  <hotspot name="spotpoint127" devices="flash" zorder="3"/>
  <hotspot name="spotpoint127" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint127" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint127">
        mainloadscene(pano111);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint127].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint127].visible, true);
  </action>


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

  <action name="setzorder2onstandardspots">
    if (device.html5,
      ifnot (device.desktop,


        tween(hotspot[spotpoint127].zorder2, %1);

      );
    );
  </action>  

</scene>



</krpano>