<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.17"
        onstart="startup"
        logkey="false"
        bgcolor="#000000"
        projectfloorplanurl="%FIRSTXML%/floorplan/golden-eagle-floor-pla-final.png"
        projecttitleid="project_title"
        projectdescriptionid="">

  <!-- generated by Panotour Pro V2.0.1 64bits : 24-06-2014 11-57-53 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/WarrensLodging_GoldenEagle_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/WarrensLodging_GoldenEagle_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/WarrensLodging_GoldenEagle_messages_en.xml"/>

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

  <!-- 3 Groups -->

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

<!-- **** @PanoName="Golden-Eagle-Living-Room" @PanoFile="I:/Virtual Tours/14-06 Warrens Properties/New Panos/Golden-Eagle-Living-Room.jpg" **** -->
<scene name="pano118"
       heading="0"
       thumburl="%FIRSTXML%/golden_eagle_living__118/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano118_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="-0.000000" tofov="81.818182" waittime="1" speed="5"/>

    <panoview h="147.681818" v="-0.000000" fov="81.818182" 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="81.818182"
          hlookat="147.681818"
          vlookat="-0.000000"/>

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

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


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

  <hotspot name="spotpoint124"
           ath="20.775597" atv="3.826257"
           visible="true"
           style="IconDefaultPointSpotStyle3"
           descriptionid=""
           onclick="onclickspotpoint124"
           tooltip="spotpoint124_tooltip"
           />
  <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">looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano121);
      lookat(-167.700000, 0.000000, 81.820000);
    
  </action>
  <hotspot name="spotpoint189"
           ath="126.481994" atv="-16.469501"
           visible="true"
           style="IconDefaultPointSpotStyle3"
           descriptionid=""
           onclick="onclickspotpoint189"
           tooltip="spotpoint189_tooltip"
           />
  <hotspot name="spotpoint189" devices="flash" zorder="3"/>
  <hotspot name="spotpoint189" devices="html5+desktop" zorder="3" zorder2="1"/>
  <hotspot name="spotpoint189" devices="tablet|mobile" zorder2="1"/>
  <action name="onclickspotpoint189">looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano185);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint124].visible, false);
    set(hotspot[spotpoint189].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint124].visible, true);
    set(hotspot[spotpoint189].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[spotpoint124].zorder2, %1, 0.5, default, copy(urlbckpspotpoint124, hotspot[spotpoint124].url); set(hotspot[spotpoint124].url, ""); copy(hotspot[spotpoint124].url, urlbckpspotpoint124);));

        tween(hotspot[spotpoint189].zorder2, %1, 0.5, default, copy(urlbckpspotpoint189, hotspot[spotpoint189].url); set(hotspot[spotpoint189].url, ""); copy(hotspot[spotpoint189].url, urlbckpspotpoint189);));

      );
    );
  </action>  

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

<!-- **** @PanoName="Golden-Eagle-Dining-Kitchen" @PanoFile="I:/Virtual Tours/14-06 Warrens Properties/New Panos/Golden-Eagle-Dining-Kitchen.jpg" **** -->
<scene name="pano121"
       heading="0"
       thumburl="%FIRSTXML%/golden_eagle_dining__121/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano121_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="0.000000" tofov="81.820000" waittime="1" speed="5"/>

    <panoview h="-167.700000" v="0.000000" fov="81.820000" 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="81.820000"
          hlookat="-167.700000"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint123"
           ath="-92.576160" atv="3.160801"
           visible="true"
           style="IconDefaultPointSpotStyle3"
           descriptionid=""
           onclick="onclickspotpoint123"
           tooltip="spotpoint123_tooltip"
           />
  <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">looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano118);
      lookat(142.650000, -0.000000, 81.818182);
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint123].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint123].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, 0.5, default, copy(urlbckpspotpoint123, hotspot[spotpoint123].url); set(hotspot[spotpoint123].url, ""); copy(hotspot[spotpoint123].url, urlbckpspotpoint123);));

      );
    );
  </action>  

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

<!-- **** @PanoName="Golden-Eagle-Loft" @PanoFile="I:\Virtual Tours\14-06 Warrens Properties\New Panos\Golden-Eagle-Loft.jpg" **** -->
<scene name="pano185"
       heading="0"
       thumburl="%FIRSTXML%/golden_eagle_loft_185/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano185_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true">

    <autorotate horizon="0.000000" tofov="81.818182" waittime="1" speed="5"/>

    <panoview h="144.450000" v="0.000000" fov="81.818182" 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="81.818182"
          hlookat="144.450000"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint187"
           ath="-101.218837" atv="3.493530"
           visible="true"
           style="IconDefaultPointSpotStyle3"
           descriptionid=""
           onclick="onclickspotpoint187"
           tooltip="spotpoint187_tooltip"
           />
  <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">looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano118);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint187].visible, false);
  </action>
  <action name="showpanopointspots">
    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[spotpoint187].zorder2, %1, 0.5, default, copy(urlbckpspotpoint187, hotspot[spotpoint187].url); set(hotspot[spotpoint187].url, ""); copy(hotspot[spotpoint187].url, urlbckpspotpoint187);));

      );
    );
  </action>  

</scene>


  <!-- Awake HTML5 plugins -->
  <events name="eventKrpanoLoadedEvts" onxmlcomplete="eventKrpanoLoadedAction();" keep="true" />
  <action name="eventKrpanoLoadedAction">
    
    set(events[eventKrpanoLoadedEvts].name, null);
    js(eventKrpanoLoaded());
  </action>

</krpano>