<?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 : 14-07-2020 20-38-17 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/cadence_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/cadence_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/cadence_messages_en.xml"/>

  <action name="startup">
    if (s !== null, if (startscene === null, set(startscene, get(s));); );
    if (startscene === null,
      set(startscene, pano16);
    );
    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>

  <!-- 4 Groups -->
  <panoramagroup name="panogroup35"
                 mainscene="pano16"
                 color="808080"
                 alpha="1"
                 thumburl="%FIRSTXML%/img_7424_panorama_16/thumbnail.jpg"
                 floorplanurl=""
                 titleid="panogroup35_title"
                 descriptionid=""/>
  <panoramagroup name="panogroup38"
                 mainscene="pano19"
                 color="808080"
                 alpha="1"
                 thumburl="%FIRSTXML%/img_7460_panorama_19/thumbnail.jpg"
                 floorplanurl=""
                 titleid="panogroup38_title"
                 descriptionid=""/>
  <panoramagroup name="panogroup45"
                 mainscene="pano27"
                 color="808080"
                 alpha="1"
                 thumburl="%FIRSTXML%/img_7559_panorama_27/thumbnail.jpg"
                 floorplanurl=""
                 titleid="panogroup45_title"
                 descriptionid=""/>
  <panoramagroup name="panogroup50"
                 mainscene="pano32"
                 color="808080"
                 alpha="1"
                 thumburl="%FIRSTXML%/img_7619_panorama_32/thumbnail.jpg"
                 floorplanurl=""
                 titleid="panogroup50_title"
                 descriptionid=""/>

  <!-- Group Entrance : 3 panoramas -->
  

<!-- **** @PanoName="IMG_7424 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7424 Panorama.jpg" **** -->
<scene name="pano16"
       heading="0"
       group="panogroup35"
       thumburl="%FIRSTXML%/img_7424_panorama_16/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano16_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="3"/>

    <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"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint52"
           ath="0.976324" atv="-2.608738"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint52"
           />
  <hotspot name="spotpoint52" devices="flash" zorder="3"/>
  <hotspot name="spotpoint52" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint52" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint52">
        mainloadscene(pano17);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint52].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint52].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[spotpoint52].zorder2, %1);

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7436 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7436 Panorama.jpg" **** -->
<scene name="pano17"
       heading="0"
       group="panogroup35"
       thumburl="%FIRSTXML%/img_7436_panorama_17/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano17_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="3"/>

    <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"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint53"
           ath="-176.164380" atv="-0.548818"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint53"
           />
  <hotspot name="spotpoint53" devices="flash" zorder="3"/>
  <hotspot name="spotpoint53" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint53" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint53">
        mainloadscene(pano16);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint54"
           ath="92.876766" atv="-0.548818"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint54"
           />
  <hotspot name="spotpoint54" devices="flash" zorder="3"/>
  <hotspot name="spotpoint54" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint54" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint54">
        mainloadscene(pano18);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint60"
           ath="6.301432" atv="-0.548818"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint60"
           />
  <hotspot name="spotpoint60" devices="flash" zorder="3"/>
  <hotspot name="spotpoint60" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint60" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint60">
        mainloadscene(pano21);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint53].visible, false);
    set(hotspot[spotpoint54].visible, false);
    set(hotspot[spotpoint60].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint53].visible, true);
    set(hotspot[spotpoint54].visible, true);
    set(hotspot[spotpoint60].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[spotpoint53].zorder2, %1);

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

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7448 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7448 Panorama.jpg" **** -->
<scene name="pano18"
       heading="0"
       group="panogroup35"
       thumburl="%FIRSTXML%/img_7448_panorama_18/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano18_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="6.718147" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="95.675676" v="6.718147" 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="95.675676"
          vlookat="6.718147"/>

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

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


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

  <hotspot name="spotpoint55"
           ath="-83.561765" atv="1.646276"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint55"
           />
  <hotspot name="spotpoint55" devices="flash" zorder="3"/>
  <hotspot name="spotpoint55" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint55" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint55">
        mainloadscene(pano17);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint56"
           ath="92.876766" atv="-2.743921"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint56"
           />
  <hotspot name="spotpoint56" devices="flash" zorder="3"/>
  <hotspot name="spotpoint56" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint56" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint56">
        mainloadscene(pano19);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint55].visible, false);
    set(hotspot[spotpoint56].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint55].visible, true);
    set(hotspot[spotpoint56].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[spotpoint55].zorder2, %1);

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

      );
    );
  </action>  

</scene>
  <!-- Group Office : 2 panoramas -->
  

<!-- **** @PanoName="IMG_7460 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7460 Panorama.jpg" **** -->
<scene name="pano19"
       heading="0"
       group="panogroup38"
       thumburl="%FIRSTXML%/img_7460_panorama_19/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano19_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="8.571429" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="90.579151" v="8.571429" 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="90.579151"
          vlookat="8.571429"/>

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

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


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

  <hotspot name="spotpoint57"
           ath="-86.849284" atv="2.195098"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint57"
           />
  <hotspot name="spotpoint57" devices="flash" zorder="3"/>
  <hotspot name="spotpoint57" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint57" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint57">
        mainloadscene(pano18);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint58"
           ath="175.616283" atv="8.231764"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint58"
           />
  <hotspot name="spotpoint58" devices="flash" zorder="3"/>
  <hotspot name="spotpoint58" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint58" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint58">
        mainloadscene(pano20);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint57].visible, false);
    set(hotspot[spotpoint58].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint57].visible, true);
    set(hotspot[spotpoint58].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[spotpoint57].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7475 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7475 Panorama.jpg" **** -->
<scene name="pano20"
       heading="0"
       group="panogroup38"
       thumburl="%FIRSTXML%/img_7475_panorama_20/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano20_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="7.760618" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="146.061776" v="7.760618" 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="146.061776"
          vlookat="7.760618"/>

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

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


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

  <hotspot name="spotpoint59"
           ath="4.109766" atv="3.292744"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint59"
           />
  <hotspot name="spotpoint59" devices="flash" zorder="3"/>
  <hotspot name="spotpoint59" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint59" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint59">
        mainloadscene(pano19);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint59].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint59].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[spotpoint59].zorder2, %1);

      );
    );
  </action>  

</scene>
  <!-- Group Inside Units : 2 panoramas -->
  

<!-- **** @PanoName="IMG_7559 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7559 Panorama.jpg" **** -->
<scene name="pano27"
       heading="0"
       group="panogroup45"
       thumburl="%FIRSTXML%/img_7559_panorama_27/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano27_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="9.266409" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="179.073359" v="9.266409" 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="179.073359"
          vlookat="9.266409"/>

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

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


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


      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7547 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7547 Panorama.jpg" **** -->
<scene name="pano26"
       heading="0"
       group="panogroup45"
       thumburl="%FIRSTXML%/img_7547_panorama_26/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano26_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="6.949807" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="-176.293436" v="6.949807" 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.293436"
          vlookat="6.949807"/>

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

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


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

  <hotspot name="spotpoint172"
           ath="-176.599764" atv="1.063830"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint172"
           />
  <hotspot name="spotpoint172" devices="flash" zorder="3"/>
  <hotspot name="spotpoint172" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint172" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint172">
        mainloadscene(pano27);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint173"
           ath="1.487603" atv="0.212766"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint173"
           />
  <hotspot name="spotpoint173" devices="flash" zorder="3"/>
  <hotspot name="spotpoint173" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint173" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint173">
        mainloadscene(pano25);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint172].visible, false);
    set(hotspot[spotpoint173].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint172].visible, true);
    set(hotspot[spotpoint173].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[spotpoint172].zorder2, %1);

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

      );
    );
  </action>  

</scene>
  <!-- Group Outdoor Units : 11 panoramas -->
  

<!-- **** @PanoName="IMG_7619 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7619 Panorama.jpg" **** -->
<scene name="pano32"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7619_panorama_32/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano32_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="10.077220" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="98.455598" v="10.077220" 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="98.455598"
          vlookat="10.077220"/>

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

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


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

  <hotspot name="spotpoint183"
           ath="87.550296" atv="-1.706161"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint183"
           />
  <hotspot name="spotpoint183" devices="flash" zorder="3"/>
  <hotspot name="spotpoint183" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint183" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint183">
        mainloadscene(pano31);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint184"
           ath="-94.792899" atv="3.412322"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint184"
           />
  <hotspot name="spotpoint184" devices="flash" zorder="3"/>
  <hotspot name="spotpoint184" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint184" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint184">
        mainloadscene(pano33);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint183].visible, false);
    set(hotspot[spotpoint184].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint183].visible, true);
    set(hotspot[spotpoint184].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[spotpoint183].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7607 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7607 Panorama.jpg" **** -->
<scene name="pano31"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7607_panorama_31/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano31_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="8.339768" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="91.853282" v="8.339768" 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="91.853282"
          vlookat="8.339768"/>

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

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


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

  <hotspot name="spotpoint181"
           ath="94.792899" atv="-0.853081"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint181"
           />
  <hotspot name="spotpoint181" devices="flash" zorder="3"/>
  <hotspot name="spotpoint181" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint181" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint181">
        mainloadscene(pano30);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint182"
           ath="-87.976331" atv="0.426540"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint182"
           />
  <hotspot name="spotpoint182" devices="flash" zorder="3"/>
  <hotspot name="spotpoint182" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint182" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint182">
        mainloadscene(pano32);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint181].visible, false);
    set(hotspot[spotpoint182].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint181].visible, true);
    set(hotspot[spotpoint182].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[spotpoint181].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7595 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7595 Panorama.jpg" **** -->
<scene name="pano30"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7595_panorama_30/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano30_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="5.096525" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="95.791506" v="5.096525" 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="95.791506"
          vlookat="5.096525"/>

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

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


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

  <hotspot name="spotpoint179"
           ath="95.218935" atv="-2.132701"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint179"
           />
  <hotspot name="spotpoint179" devices="flash" zorder="3"/>
  <hotspot name="spotpoint179" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint179" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint179">
        mainloadscene(pano29);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint180"
           ath="-84.142012" atv="1.279621"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint180"
           />
  <hotspot name="spotpoint180" devices="flash" zorder="3"/>
  <hotspot name="spotpoint180" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint180" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint180">
        mainloadscene(pano31);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint179].visible, false);
    set(hotspot[spotpoint180].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint179].visible, true);
    set(hotspot[spotpoint180].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[spotpoint179].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7583 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7583 Panorama.jpg" **** -->
<scene name="pano29"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7583_panorama_29/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano29_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="2.779923" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="101.467181" v="2.779923" 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="101.467181"
          vlookat="2.779923"/>

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

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


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

  <hotspot name="spotpoint177"
           ath="-176.165680" atv="4.265403"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint177"
           />
  <hotspot name="spotpoint177" devices="flash" zorder="3"/>
  <hotspot name="spotpoint177" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint177" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint177">
        mainloadscene(pano28);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint178"
           ath="-83.289941" atv="2.559242"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint178"
           />
  <hotspot name="spotpoint178" devices="flash" zorder="3"/>
  <hotspot name="spotpoint178" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint178" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint178">
        mainloadscene(pano30);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint177].visible, false);
    set(hotspot[spotpoint178].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint177].visible, true);
    set(hotspot[spotpoint178].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[spotpoint177].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7571 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7571 Panorama.jpg" **** -->
<scene name="pano28"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7571_panorama_28/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano28_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="5.212355" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="-175.135135" v="5.212355" 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="-175.135135"
          vlookat="5.212355"/>

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

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


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

  <hotspot name="spotpoint175"
           ath="-89.254438" atv="1.706161"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint175"
           />
  <hotspot name="spotpoint175" devices="flash" zorder="3"/>
  <hotspot name="spotpoint175" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint175" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint175">
        mainloadscene(pano25);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint176"
           ath="-2.769231" atv="2.132701"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint176"
           />
  <hotspot name="spotpoint176" devices="flash" zorder="3"/>
  <hotspot name="spotpoint176" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint176" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint176">
        mainloadscene(pano29);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint175].visible, false);
    set(hotspot[spotpoint176].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint175].visible, true);
    set(hotspot[spotpoint176].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[spotpoint175].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7535 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7535 Panorama.jpg" **** -->
<scene name="pano25"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7535_panorama_25/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano25_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="8.918919" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="86.293436" v="8.918919" 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="86.293436"
          vlookat="8.918919"/>

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

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


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

  <hotspot name="spotpoint69"
           ath="-91.593720" atv="1.063796"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint69"
           />
  <hotspot name="spotpoint69" devices="flash" zorder="3"/>
  <hotspot name="spotpoint69" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint69" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint69">
        mainloadscene(pano24);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint170"
           ath="177.024793" atv="-0.212766"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint170"
           />
  <hotspot name="spotpoint170" devices="flash" zorder="3"/>
  <hotspot name="spotpoint170" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint170" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint170">
        mainloadscene(pano26);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint174"
           ath="84.994083" atv="-1.279621"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint174"
           />
  <hotspot name="spotpoint174" devices="flash" zorder="3"/>
  <hotspot name="spotpoint174" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint174" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint174">
        mainloadscene(pano28);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint69].visible, false);
    set(hotspot[spotpoint170].visible, false);
    set(hotspot[spotpoint174].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint69].visible, true);
    set(hotspot[spotpoint170].visible, true);
    set(hotspot[spotpoint174].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[spotpoint69].zorder2, %1);

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

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7523 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7523 Panorama.jpg" **** -->
<scene name="pano24"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7523_panorama_24/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano24_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="5.791506" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="82.239382" v="5.791506" 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="82.239382"
          vlookat="5.791506"/>

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

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


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

  <hotspot name="spotpoint67"
           ath="-87.343562" atv="2.340356"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint67"
           />
  <hotspot name="spotpoint67" devices="flash" zorder="3"/>
  <hotspot name="spotpoint67" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint67" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint67">
        mainloadscene(pano23);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint68"
           ath="91.168928" atv="-1.914840"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint68"
           />
  <hotspot name="spotpoint68" devices="flash" zorder="3"/>
  <hotspot name="spotpoint68" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint68" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint68">
        mainloadscene(pano25);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint67].visible, false);
    set(hotspot[spotpoint68].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint67].visible, true);
    set(hotspot[spotpoint68].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[spotpoint67].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7511 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7511 Panorama.jpg" **** -->
<scene name="pano23"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7511_panorama_23/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano23_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="6.718147" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="78.764479" v="6.718147" 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="78.764479"
          vlookat="6.718147"/>

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

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


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

  <hotspot name="spotpoint65"
           ath="-88.618684" atv="1.489323"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint65"
           />
  <hotspot name="spotpoint65" devices="flash" zorder="3"/>
  <hotspot name="spotpoint65" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint65" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint65">
        mainloadscene(pano22);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint66"
           ath="92.868848" atv="-1.063802"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint66"
           />
  <hotspot name="spotpoint66" devices="flash" zorder="3"/>
  <hotspot name="spotpoint66" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint66" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint66">
        mainloadscene(pano24);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint65].visible, false);
    set(hotspot[spotpoint66].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint65].visible, true);
    set(hotspot[spotpoint66].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[spotpoint65].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7499 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7499 Panorama.jpg" **** -->
<scene name="pano22"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7499_panorama_22/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano22_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="9.034749" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="68.687259" v="9.034749" 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="68.687259"
          vlookat="9.034749"/>

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

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


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

  <hotspot name="spotpoint62"
           ath="-92.328839" atv="1.097635"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint62"
           />
  <hotspot name="spotpoint62" devices="flash" zorder="3"/>
  <hotspot name="spotpoint62" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint62" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint62">
        mainloadscene(pano21);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint64"
           ath="89.043846" atv="-1.914840"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint64"
           />
  <hotspot name="spotpoint64" devices="flash" zorder="3"/>
  <hotspot name="spotpoint64" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint64" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint64">
        mainloadscene(pano23);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint62].visible, false);
    set(hotspot[spotpoint64].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint62].visible, true);
    set(hotspot[spotpoint64].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[spotpoint62].zorder2, %1);

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7487 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7487 Panorama.jpg" **** -->
<scene name="pano21"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7487_panorama_21/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano21_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="-2.200772" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="10.308880" v="-2.200772" 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="10.308880"
          vlookat="-2.200772"/>

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

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


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

  <hotspot name="spotpoint61"
           ath="96.164274" atv="-0.548818"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint61"
           />
  <hotspot name="spotpoint61" devices="flash" zorder="3"/>
  <hotspot name="spotpoint61" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint61" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint61">
        mainloadscene(pano22);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint63"
           ath="-176.164380" atv="0.548823"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint63"
           />
  <hotspot name="spotpoint63" devices="flash" zorder="3"/>
  <hotspot name="spotpoint63" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint63" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint63">
        mainloadscene(pano17);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint186"
           ath="7.029586" atv="0.000000"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint186"
           />
  <hotspot name="spotpoint186" devices="flash" zorder="3"/>
  <hotspot name="spotpoint186" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint186" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint186">
        mainloadscene(pano33);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint61].visible, false);
    set(hotspot[spotpoint63].visible, false);
    set(hotspot[spotpoint186].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint61].visible, true);
    set(hotspot[spotpoint63].visible, true);
    set(hotspot[spotpoint186].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[spotpoint61].zorder2, %1);

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

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

      );
    );
  </action>  

</scene>

<!-- **** @PanoName="IMG_7631 Panorama" @PanoFile="/Volumes/360 Photo Shoots-Work Images Backup 2/2020/Golden State Storage - Cadence/Stitched PANO&#39;s/IMG_7631 Panorama.jpg" **** -->
<scene name="pano33"
       heading="0"
       group="panogroup50"
       thumburl="%FIRSTXML%/img_7631_panorama_33/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano33_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="9.382239" tofov="90.000000" waittime="1" speed="3"/>

    <panoview h="-21.891892" v="9.382239" 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="-21.891892"
          vlookat="9.382239"/>

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

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


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

  <hotspot name="spotpoint185"
           ath="90.958580" atv="1.706161"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint185"
           />
  <hotspot name="spotpoint185" devices="flash" zorder="3"/>
  <hotspot name="spotpoint185" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint185" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint185">
        mainloadscene(pano32);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint187"
           ath="-178.721893" atv="0.853081"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint187"
           />
  <hotspot name="spotpoint187" devices="flash" zorder="3"/>
  <hotspot name="spotpoint187" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint187" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint187">
        mainloadscene(pano21);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint185].visible, false);
    set(hotspot[spotpoint187].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint185].visible, true);
    set(hotspot[spotpoint187].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[spotpoint185].zorder2, %1);

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

      );
    );
  </action>  

</scene>



</krpano>