<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.20.2"
        onstart="startup"
        logkey="false"
        debugmode="false"
        debugkeys="true"
        debugjsactions="false"
        debugjsplugins="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <include url="%FIRSTXML%/index_skin.xml"/>
  <include url="%FIRSTXML%/index_core.xml"/>
  <include url="%FIRSTXML%/index_messages_de.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano10);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
  </action>


  
  


<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/_001_quai_2_luzern_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano10_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="67.830000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="67.830000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_001_quai_2_luzern_10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_001_quai_2_luzern_10/0/2/%v_%u.jpg"/>
          <right url="_001_quai_2_luzern_10/1/2/%v_%u.jpg"/>
          <back  url="_001_quai_2_luzern_10/2/2/%v_%u.jpg"/>
          <left  url="_001_quai_2_luzern_10/3/2/%v_%u.jpg"/>
          <up    url="_001_quai_2_luzern_10/4/2/%v_%u.jpg"/>
          <down  url="_001_quai_2_luzern_10/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_001_quai_2_luzern_10/0/1/%v_%u.jpg"/>
          <right url="_001_quai_2_luzern_10/1/1/%v_%u.jpg"/>
          <back  url="_001_quai_2_luzern_10/2/1/%v_%u.jpg"/>
          <left  url="_001_quai_2_luzern_10/3/1/%v_%u.jpg"/>
          <up    url="_001_quai_2_luzern_10/4/1/%v_%u.jpg"/>
          <down  url="_001_quai_2_luzern_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_001_quai_2_luzern_10/0/0/%v_%u.jpg"/>
          <right url="_001_quai_2_luzern_10/1/0/%v_%u.jpg"/>
          <back  url="_001_quai_2_luzern_10/2/0/%v_%u.jpg"/>
          <left  url="_001_quai_2_luzern_10/3/0/%v_%u.jpg"/>
          <up    url="_001_quai_2_luzern_10/4/0/%v_%u.jpg"/>
          <down  url="_001_quai_2_luzern_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_001_quai_2_luzern_10/mobile/0.jpg"/>
      <right url="_001_quai_2_luzern_10/mobile/1.jpg"/>
      <back  url="_001_quai_2_luzern_10/mobile/2.jpg"/>
      <left  url="_001_quai_2_luzern_10/mobile/3.jpg"/>
      <up    url="_001_quai_2_luzern_10/mobile/4.jpg"/>
      <down  url="_001_quai_2_luzern_10/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint66"
           ath="126.110354" atv="-0.522720"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint66"
           />
  <hotspot name="spotpoint66" devices="flash" zorder="3"/>
  <hotspot name="spotpoint66" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint66">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano11);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano11"
       heading="0"
       thumburl="%FIRSTXML%/_002_dampfschiff_unte_11/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano11_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_002_dampfschiff_unte_11/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_002_dampfschiff_unte_11/0/2/%v_%u.jpg"/>
          <right url="_002_dampfschiff_unte_11/1/2/%v_%u.jpg"/>
          <back  url="_002_dampfschiff_unte_11/2/2/%v_%u.jpg"/>
          <left  url="_002_dampfschiff_unte_11/3/2/%v_%u.jpg"/>
          <up    url="_002_dampfschiff_unte_11/4/2/%v_%u.jpg"/>
          <down  url="_002_dampfschiff_unte_11/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_002_dampfschiff_unte_11/0/1/%v_%u.jpg"/>
          <right url="_002_dampfschiff_unte_11/1/1/%v_%u.jpg"/>
          <back  url="_002_dampfschiff_unte_11/2/1/%v_%u.jpg"/>
          <left  url="_002_dampfschiff_unte_11/3/1/%v_%u.jpg"/>
          <up    url="_002_dampfschiff_unte_11/4/1/%v_%u.jpg"/>
          <down  url="_002_dampfschiff_unte_11/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_002_dampfschiff_unte_11/0/0/%v_%u.jpg"/>
          <right url="_002_dampfschiff_unte_11/1/0/%v_%u.jpg"/>
          <back  url="_002_dampfschiff_unte_11/2/0/%v_%u.jpg"/>
          <left  url="_002_dampfschiff_unte_11/3/0/%v_%u.jpg"/>
          <up    url="_002_dampfschiff_unte_11/4/0/%v_%u.jpg"/>
          <down  url="_002_dampfschiff_unte_11/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_002_dampfschiff_unte_11/mobile/0.jpg"/>
      <right url="_002_dampfschiff_unte_11/mobile/1.jpg"/>
      <back  url="_002_dampfschiff_unte_11/mobile/2.jpg"/>
      <left  url="_002_dampfschiff_unte_11/mobile/3.jpg"/>
      <up    url="_002_dampfschiff_unte_11/mobile/4.jpg"/>
      <down  url="_002_dampfschiff_unte_11/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint68"
           ath="29.364882" atv="-0.112867"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint68"
           />
  <hotspot name="spotpoint68" devices="flash" zorder="3"/>
  <hotspot name="spotpoint68" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint68">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano12);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano12"
       heading="0"
       thumburl="%FIRSTXML%/_003_talstation_alpna_12/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano12_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_003_talstation_alpna_12/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_003_talstation_alpna_12/0/2/%v_%u.jpg"/>
          <right url="_003_talstation_alpna_12/1/2/%v_%u.jpg"/>
          <back  url="_003_talstation_alpna_12/2/2/%v_%u.jpg"/>
          <left  url="_003_talstation_alpna_12/3/2/%v_%u.jpg"/>
          <up    url="_003_talstation_alpna_12/4/2/%v_%u.jpg"/>
          <down  url="_003_talstation_alpna_12/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_003_talstation_alpna_12/0/1/%v_%u.jpg"/>
          <right url="_003_talstation_alpna_12/1/1/%v_%u.jpg"/>
          <back  url="_003_talstation_alpna_12/2/1/%v_%u.jpg"/>
          <left  url="_003_talstation_alpna_12/3/1/%v_%u.jpg"/>
          <up    url="_003_talstation_alpna_12/4/1/%v_%u.jpg"/>
          <down  url="_003_talstation_alpna_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_003_talstation_alpna_12/0/0/%v_%u.jpg"/>
          <right url="_003_talstation_alpna_12/1/0/%v_%u.jpg"/>
          <back  url="_003_talstation_alpna_12/2/0/%v_%u.jpg"/>
          <left  url="_003_talstation_alpna_12/3/0/%v_%u.jpg"/>
          <up    url="_003_talstation_alpna_12/4/0/%v_%u.jpg"/>
          <down  url="_003_talstation_alpna_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_003_talstation_alpna_12/mobile/0.jpg"/>
      <right url="_003_talstation_alpna_12/mobile/1.jpg"/>
      <back  url="_003_talstation_alpna_12/mobile/2.jpg"/>
      <left  url="_003_talstation_alpna_12/mobile/3.jpg"/>
      <up    url="_003_talstation_alpna_12/mobile/4.jpg"/>
      <down  url="_003_talstation_alpna_12/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint69"
           ath="-3.479718" atv="-31.641256"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint69"
           />
  <hotspot name="spotpoint69" devices="flash" zorder="3"/>
  <hotspot name="spotpoint69" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint69">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano14);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano13"
       heading="0"
       thumburl="%FIRSTXML%/_004_aemsigen_13/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano13_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_004_aemsigen_13/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_004_aemsigen_13/0/2/%v_%u.jpg"/>
          <right url="_004_aemsigen_13/1/2/%v_%u.jpg"/>
          <back  url="_004_aemsigen_13/2/2/%v_%u.jpg"/>
          <left  url="_004_aemsigen_13/3/2/%v_%u.jpg"/>
          <up    url="_004_aemsigen_13/4/2/%v_%u.jpg"/>
          <down  url="_004_aemsigen_13/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_004_aemsigen_13/0/1/%v_%u.jpg"/>
          <right url="_004_aemsigen_13/1/1/%v_%u.jpg"/>
          <back  url="_004_aemsigen_13/2/1/%v_%u.jpg"/>
          <left  url="_004_aemsigen_13/3/1/%v_%u.jpg"/>
          <up    url="_004_aemsigen_13/4/1/%v_%u.jpg"/>
          <down  url="_004_aemsigen_13/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_004_aemsigen_13/0/0/%v_%u.jpg"/>
          <right url="_004_aemsigen_13/1/0/%v_%u.jpg"/>
          <back  url="_004_aemsigen_13/2/0/%v_%u.jpg"/>
          <left  url="_004_aemsigen_13/3/0/%v_%u.jpg"/>
          <up    url="_004_aemsigen_13/4/0/%v_%u.jpg"/>
          <down  url="_004_aemsigen_13/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_004_aemsigen_13/mobile/0.jpg"/>
      <right url="_004_aemsigen_13/mobile/1.jpg"/>
      <back  url="_004_aemsigen_13/mobile/2.jpg"/>
      <left  url="_004_aemsigen_13/mobile/3.jpg"/>
      <up    url="_004_aemsigen_13/mobile/4.jpg"/>
      <down  url="_004_aemsigen_13/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint72"
           ath="162.407148" atv="-18.988920"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint72"
           />
  <hotspot name="spotpoint72" devices="flash" zorder="3"/>
  <hotspot name="spotpoint72" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint72">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano14);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano14"
       heading="0"
       thumburl="%FIRSTXML%/_005_zahnradbahn_14/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano14_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_005_zahnradbahn_14/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_005_zahnradbahn_14/0/2/%v_%u.jpg"/>
          <right url="_005_zahnradbahn_14/1/2/%v_%u.jpg"/>
          <back  url="_005_zahnradbahn_14/2/2/%v_%u.jpg"/>
          <left  url="_005_zahnradbahn_14/3/2/%v_%u.jpg"/>
          <up    url="_005_zahnradbahn_14/4/2/%v_%u.jpg"/>
          <down  url="_005_zahnradbahn_14/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_005_zahnradbahn_14/0/1/%v_%u.jpg"/>
          <right url="_005_zahnradbahn_14/1/1/%v_%u.jpg"/>
          <back  url="_005_zahnradbahn_14/2/1/%v_%u.jpg"/>
          <left  url="_005_zahnradbahn_14/3/1/%v_%u.jpg"/>
          <up    url="_005_zahnradbahn_14/4/1/%v_%u.jpg"/>
          <down  url="_005_zahnradbahn_14/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_005_zahnradbahn_14/0/0/%v_%u.jpg"/>
          <right url="_005_zahnradbahn_14/1/0/%v_%u.jpg"/>
          <back  url="_005_zahnradbahn_14/2/0/%v_%u.jpg"/>
          <left  url="_005_zahnradbahn_14/3/0/%v_%u.jpg"/>
          <up    url="_005_zahnradbahn_14/4/0/%v_%u.jpg"/>
          <down  url="_005_zahnradbahn_14/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_005_zahnradbahn_14/mobile/0.jpg"/>
      <right url="_005_zahnradbahn_14/mobile/1.jpg"/>
      <back  url="_005_zahnradbahn_14/mobile/2.jpg"/>
      <left  url="_005_zahnradbahn_14/mobile/3.jpg"/>
      <up    url="_005_zahnradbahn_14/mobile/4.jpg"/>
      <down  url="_005_zahnradbahn_14/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint70"
           ath="24.822461" atv="-21.272727"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint70"
           />
  <hotspot name="spotpoint70" devices="flash" zorder="3"/>
  <hotspot name="spotpoint70" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint70">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano15);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>





  <hotspot name="spotpoint71"
           ath="-66.021505" atv="23.017508"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint71"
           />
  <hotspot name="spotpoint71" devices="flash" zorder="3"/>
  <hotspot name="spotpoint71" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint71">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano13);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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



</scene>

  
  


<scene name="pano15"
       heading="0"
       thumburl="%FIRSTXML%/_006_panorama_terrass_15/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano15_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_006_panorama_terrass_15/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_006_panorama_terrass_15/0/2/%v_%u.jpg"/>
          <right url="_006_panorama_terrass_15/1/2/%v_%u.jpg"/>
          <back  url="_006_panorama_terrass_15/2/2/%v_%u.jpg"/>
          <left  url="_006_panorama_terrass_15/3/2/%v_%u.jpg"/>
          <up    url="_006_panorama_terrass_15/4/2/%v_%u.jpg"/>
          <down  url="_006_panorama_terrass_15/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_006_panorama_terrass_15/0/1/%v_%u.jpg"/>
          <right url="_006_panorama_terrass_15/1/1/%v_%u.jpg"/>
          <back  url="_006_panorama_terrass_15/2/1/%v_%u.jpg"/>
          <left  url="_006_panorama_terrass_15/3/1/%v_%u.jpg"/>
          <up    url="_006_panorama_terrass_15/4/1/%v_%u.jpg"/>
          <down  url="_006_panorama_terrass_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_006_panorama_terrass_15/0/0/%v_%u.jpg"/>
          <right url="_006_panorama_terrass_15/1/0/%v_%u.jpg"/>
          <back  url="_006_panorama_terrass_15/2/0/%v_%u.jpg"/>
          <left  url="_006_panorama_terrass_15/3/0/%v_%u.jpg"/>
          <up    url="_006_panorama_terrass_15/4/0/%v_%u.jpg"/>
          <down  url="_006_panorama_terrass_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_006_panorama_terrass_15/mobile/0.jpg"/>
      <right url="_006_panorama_terrass_15/mobile/1.jpg"/>
      <back  url="_006_panorama_terrass_15/mobile/2.jpg"/>
      <left  url="_006_panorama_terrass_15/mobile/3.jpg"/>
      <up    url="_006_panorama_terrass_15/mobile/4.jpg"/>
      <down  url="_006_panorama_terrass_15/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint73"
           ath="98.846930" atv="3.849711"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint73"
           />
  <hotspot name="spotpoint73" devices="flash" zorder="3"/>
  <hotspot name="spotpoint73" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint73">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano19);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>





  <hotspot name="spotpoint74"
           ath="157.755290" atv="-28.372881"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint74"
           />
  <hotspot name="spotpoint74" devices="flash" zorder="3"/>
  <hotspot name="spotpoint74" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint74">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano18);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>





  <hotspot name="spotpoint76"
           ath="-58.131095" atv="-0.030811"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint76"
           />
  <hotspot name="spotpoint76" devices="flash" zorder="3"/>
  <hotspot name="spotpoint76" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint76">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano16);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>





  <hotspot name="spotpoint77"
           ath="17.559504" atv="3.551570"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint77"
           />
  <hotspot name="spotpoint77" devices="flash" zorder="3"/>
  <hotspot name="spotpoint77" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint77">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano17);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

  
  set(hotspot[spotpoint77].visible, true);
  </action>
  <events name="pano15stopanimatedspots" onremovepano="stopspotanimation(spotpoint73);stopspotanimation(spotpoint74);stopspotanimation(spotpoint76);stopspotanimation(spotpoint77);" />

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



</scene>

  
  


<scene name="pano16"
       heading="0"
       thumburl="%FIRSTXML%/_007_pilatus_kulm_16/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano16_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="65.170000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="65.170000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_007_pilatus_kulm_16/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_007_pilatus_kulm_16/0/2/%v_%u.jpg"/>
          <right url="_007_pilatus_kulm_16/1/2/%v_%u.jpg"/>
          <back  url="_007_pilatus_kulm_16/2/2/%v_%u.jpg"/>
          <left  url="_007_pilatus_kulm_16/3/2/%v_%u.jpg"/>
          <up    url="_007_pilatus_kulm_16/4/2/%v_%u.jpg"/>
          <down  url="_007_pilatus_kulm_16/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_007_pilatus_kulm_16/0/1/%v_%u.jpg"/>
          <right url="_007_pilatus_kulm_16/1/1/%v_%u.jpg"/>
          <back  url="_007_pilatus_kulm_16/2/1/%v_%u.jpg"/>
          <left  url="_007_pilatus_kulm_16/3/1/%v_%u.jpg"/>
          <up    url="_007_pilatus_kulm_16/4/1/%v_%u.jpg"/>
          <down  url="_007_pilatus_kulm_16/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_007_pilatus_kulm_16/0/0/%v_%u.jpg"/>
          <right url="_007_pilatus_kulm_16/1/0/%v_%u.jpg"/>
          <back  url="_007_pilatus_kulm_16/2/0/%v_%u.jpg"/>
          <left  url="_007_pilatus_kulm_16/3/0/%v_%u.jpg"/>
          <up    url="_007_pilatus_kulm_16/4/0/%v_%u.jpg"/>
          <down  url="_007_pilatus_kulm_16/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_007_pilatus_kulm_16/mobile/0.jpg"/>
      <right url="_007_pilatus_kulm_16/mobile/1.jpg"/>
      <back  url="_007_pilatus_kulm_16/mobile/2.jpg"/>
      <left  url="_007_pilatus_kulm_16/mobile/3.jpg"/>
      <up    url="_007_pilatus_kulm_16/mobile/4.jpg"/>
      <down  url="_007_pilatus_kulm_16/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint78"
           ath="-90.315158" atv="-6.060302"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint78"
           />
  <hotspot name="spotpoint78" devices="flash" zorder="3"/>
  <hotspot name="spotpoint78" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint78">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano15);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano17"
       heading="0"
       thumburl="%FIRSTXML%/_008_drachengallerie_17/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano17_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_008_drachengallerie_17/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_008_drachengallerie_17/0/2/%v_%u.jpg"/>
          <right url="_008_drachengallerie_17/1/2/%v_%u.jpg"/>
          <back  url="_008_drachengallerie_17/2/2/%v_%u.jpg"/>
          <left  url="_008_drachengallerie_17/3/2/%v_%u.jpg"/>
          <up    url="_008_drachengallerie_17/4/2/%v_%u.jpg"/>
          <down  url="_008_drachengallerie_17/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_008_drachengallerie_17/0/1/%v_%u.jpg"/>
          <right url="_008_drachengallerie_17/1/1/%v_%u.jpg"/>
          <back  url="_008_drachengallerie_17/2/1/%v_%u.jpg"/>
          <left  url="_008_drachengallerie_17/3/1/%v_%u.jpg"/>
          <up    url="_008_drachengallerie_17/4/1/%v_%u.jpg"/>
          <down  url="_008_drachengallerie_17/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_008_drachengallerie_17/0/0/%v_%u.jpg"/>
          <right url="_008_drachengallerie_17/1/0/%v_%u.jpg"/>
          <back  url="_008_drachengallerie_17/2/0/%v_%u.jpg"/>
          <left  url="_008_drachengallerie_17/3/0/%v_%u.jpg"/>
          <up    url="_008_drachengallerie_17/4/0/%v_%u.jpg"/>
          <down  url="_008_drachengallerie_17/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_008_drachengallerie_17/mobile/0.jpg"/>
      <right url="_008_drachengallerie_17/mobile/1.jpg"/>
      <back  url="_008_drachengallerie_17/mobile/2.jpg"/>
      <left  url="_008_drachengallerie_17/mobile/3.jpg"/>
      <up    url="_008_drachengallerie_17/mobile/4.jpg"/>
      <down  url="_008_drachengallerie_17/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint79"
           ath="46.777929" atv="-4.274001"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint79"
           />
  <hotspot name="spotpoint79" devices="flash" zorder="3"/>
  <hotspot name="spotpoint79" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint79">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano15);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano18"
       heading="0"
       thumburl="%FIRSTXML%/_009_milchstrasse_18/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano18_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-66.060000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="-66.060000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_009_milchstrasse_18/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_009_milchstrasse_18/0/2/%v_%u.jpg"/>
          <right url="_009_milchstrasse_18/1/2/%v_%u.jpg"/>
          <back  url="_009_milchstrasse_18/2/2/%v_%u.jpg"/>
          <left  url="_009_milchstrasse_18/3/2/%v_%u.jpg"/>
          <up    url="_009_milchstrasse_18/4/2/%v_%u.jpg"/>
          <down  url="_009_milchstrasse_18/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_009_milchstrasse_18/0/1/%v_%u.jpg"/>
          <right url="_009_milchstrasse_18/1/1/%v_%u.jpg"/>
          <back  url="_009_milchstrasse_18/2/1/%v_%u.jpg"/>
          <left  url="_009_milchstrasse_18/3/1/%v_%u.jpg"/>
          <up    url="_009_milchstrasse_18/4/1/%v_%u.jpg"/>
          <down  url="_009_milchstrasse_18/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_009_milchstrasse_18/0/0/%v_%u.jpg"/>
          <right url="_009_milchstrasse_18/1/0/%v_%u.jpg"/>
          <back  url="_009_milchstrasse_18/2/0/%v_%u.jpg"/>
          <left  url="_009_milchstrasse_18/3/0/%v_%u.jpg"/>
          <up    url="_009_milchstrasse_18/4/0/%v_%u.jpg"/>
          <down  url="_009_milchstrasse_18/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_009_milchstrasse_18/mobile/0.jpg"/>
      <right url="_009_milchstrasse_18/mobile/1.jpg"/>
      <back  url="_009_milchstrasse_18/mobile/2.jpg"/>
      <left  url="_009_milchstrasse_18/mobile/3.jpg"/>
      <up    url="_009_milchstrasse_18/mobile/4.jpg"/>
      <down  url="_009_milchstrasse_18/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint75"
           ath="-104.415197" atv="28.206278"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint75"
           />
  <hotspot name="spotpoint75" devices="flash" zorder="3"/>
  <hotspot name="spotpoint75" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint75">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano15);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano19"
       heading="0"
       thumburl="%FIRSTXML%/_010_dragonride_19/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano19_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="19.950000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="19.950000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_010_dragonride_19/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_010_dragonride_19/0/2/%v_%u.jpg"/>
          <right url="_010_dragonride_19/1/2/%v_%u.jpg"/>
          <back  url="_010_dragonride_19/2/2/%v_%u.jpg"/>
          <left  url="_010_dragonride_19/3/2/%v_%u.jpg"/>
          <up    url="_010_dragonride_19/4/2/%v_%u.jpg"/>
          <down  url="_010_dragonride_19/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_010_dragonride_19/0/1/%v_%u.jpg"/>
          <right url="_010_dragonride_19/1/1/%v_%u.jpg"/>
          <back  url="_010_dragonride_19/2/1/%v_%u.jpg"/>
          <left  url="_010_dragonride_19/3/1/%v_%u.jpg"/>
          <up    url="_010_dragonride_19/4/1/%v_%u.jpg"/>
          <down  url="_010_dragonride_19/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_010_dragonride_19/0/0/%v_%u.jpg"/>
          <right url="_010_dragonride_19/1/0/%v_%u.jpg"/>
          <back  url="_010_dragonride_19/2/0/%v_%u.jpg"/>
          <left  url="_010_dragonride_19/3/0/%v_%u.jpg"/>
          <up    url="_010_dragonride_19/4/0/%v_%u.jpg"/>
          <down  url="_010_dragonride_19/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_010_dragonride_19/mobile/0.jpg"/>
      <right url="_010_dragonride_19/mobile/1.jpg"/>
      <back  url="_010_dragonride_19/mobile/2.jpg"/>
      <left  url="_010_dragonride_19/mobile/3.jpg"/>
      <up    url="_010_dragonride_19/mobile/4.jpg"/>
      <down  url="_010_dragonride_19/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint80"
           ath="3.271488" atv="19.327252"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint80"
           />
  <hotspot name="spotpoint80" devices="flash" zorder="3"/>
  <hotspot name="spotpoint80" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint80">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano20);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano20"
       heading="0"
       thumburl="%FIRSTXML%/_011_fraekmuentegg_20/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano20_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-131.674877" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="-131.674877"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_011_fraekmuentegg_20/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_011_fraekmuentegg_20/0/2/%v_%u.jpg"/>
          <right url="_011_fraekmuentegg_20/1/2/%v_%u.jpg"/>
          <back  url="_011_fraekmuentegg_20/2/2/%v_%u.jpg"/>
          <left  url="_011_fraekmuentegg_20/3/2/%v_%u.jpg"/>
          <up    url="_011_fraekmuentegg_20/4/2/%v_%u.jpg"/>
          <down  url="_011_fraekmuentegg_20/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_011_fraekmuentegg_20/0/1/%v_%u.jpg"/>
          <right url="_011_fraekmuentegg_20/1/1/%v_%u.jpg"/>
          <back  url="_011_fraekmuentegg_20/2/1/%v_%u.jpg"/>
          <left  url="_011_fraekmuentegg_20/3/1/%v_%u.jpg"/>
          <up    url="_011_fraekmuentegg_20/4/1/%v_%u.jpg"/>
          <down  url="_011_fraekmuentegg_20/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_011_fraekmuentegg_20/0/0/%v_%u.jpg"/>
          <right url="_011_fraekmuentegg_20/1/0/%v_%u.jpg"/>
          <back  url="_011_fraekmuentegg_20/2/0/%v_%u.jpg"/>
          <left  url="_011_fraekmuentegg_20/3/0/%v_%u.jpg"/>
          <up    url="_011_fraekmuentegg_20/4/0/%v_%u.jpg"/>
          <down  url="_011_fraekmuentegg_20/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_011_fraekmuentegg_20/mobile/0.jpg"/>
      <right url="_011_fraekmuentegg_20/mobile/1.jpg"/>
      <back  url="_011_fraekmuentegg_20/mobile/2.jpg"/>
      <left  url="_011_fraekmuentegg_20/mobile/3.jpg"/>
      <up    url="_011_fraekmuentegg_20/mobile/4.jpg"/>
      <down  url="_011_fraekmuentegg_20/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint81"
           ath="79.788398" atv="-3.235510"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           onclick="onclickspotpoint81"
           />
  <hotspot name="spotpoint81" devices="flash" zorder="3"/>
  <hotspot name="spotpoint81" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint81">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano21);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano21"
       heading="0"
       thumburl="%FIRSTXML%/_012_panoramagondel_21/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano21_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="163.600000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="163.600000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_012_panoramagondel_21/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_012_panoramagondel_21/0/2/%v_%u.jpg"/>
          <right url="_012_panoramagondel_21/1/2/%v_%u.jpg"/>
          <back  url="_012_panoramagondel_21/2/2/%v_%u.jpg"/>
          <left  url="_012_panoramagondel_21/3/2/%v_%u.jpg"/>
          <up    url="_012_panoramagondel_21/4/2/%v_%u.jpg"/>
          <down  url="_012_panoramagondel_21/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_012_panoramagondel_21/0/1/%v_%u.jpg"/>
          <right url="_012_panoramagondel_21/1/1/%v_%u.jpg"/>
          <back  url="_012_panoramagondel_21/2/1/%v_%u.jpg"/>
          <left  url="_012_panoramagondel_21/3/1/%v_%u.jpg"/>
          <up    url="_012_panoramagondel_21/4/1/%v_%u.jpg"/>
          <down  url="_012_panoramagondel_21/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_012_panoramagondel_21/0/0/%v_%u.jpg"/>
          <right url="_012_panoramagondel_21/1/0/%v_%u.jpg"/>
          <back  url="_012_panoramagondel_21/2/0/%v_%u.jpg"/>
          <left  url="_012_panoramagondel_21/3/0/%v_%u.jpg"/>
          <up    url="_012_panoramagondel_21/4/0/%v_%u.jpg"/>
          <down  url="_012_panoramagondel_21/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_012_panoramagondel_21/mobile/0.jpg"/>
      <right url="_012_panoramagondel_21/mobile/1.jpg"/>
      <back  url="_012_panoramagondel_21/mobile/2.jpg"/>
      <left  url="_012_panoramagondel_21/mobile/3.jpg"/>
      <up    url="_012_panoramagondel_21/mobile/4.jpg"/>
      <down  url="_012_panoramagondel_21/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint82"
           ath="-179.131090" atv="12.329336"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint82"
           />
  <hotspot name="spotpoint82" devices="flash" zorder="3"/>
  <hotspot name="spotpoint82" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint82">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano22);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano22"
       heading="0"
       thumburl="%FIRSTXML%/_013_spielplatz_krien_22/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano22_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-86.010000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="-86.010000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_013_spielplatz_krien_22/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_013_spielplatz_krien_22/0/2/%v_%u.jpg"/>
          <right url="_013_spielplatz_krien_22/1/2/%v_%u.jpg"/>
          <back  url="_013_spielplatz_krien_22/2/2/%v_%u.jpg"/>
          <left  url="_013_spielplatz_krien_22/3/2/%v_%u.jpg"/>
          <up    url="_013_spielplatz_krien_22/4/2/%v_%u.jpg"/>
          <down  url="_013_spielplatz_krien_22/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_013_spielplatz_krien_22/0/1/%v_%u.jpg"/>
          <right url="_013_spielplatz_krien_22/1/1/%v_%u.jpg"/>
          <back  url="_013_spielplatz_krien_22/2/1/%v_%u.jpg"/>
          <left  url="_013_spielplatz_krien_22/3/1/%v_%u.jpg"/>
          <up    url="_013_spielplatz_krien_22/4/1/%v_%u.jpg"/>
          <down  url="_013_spielplatz_krien_22/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_013_spielplatz_krien_22/0/0/%v_%u.jpg"/>
          <right url="_013_spielplatz_krien_22/1/0/%v_%u.jpg"/>
          <back  url="_013_spielplatz_krien_22/2/0/%v_%u.jpg"/>
          <left  url="_013_spielplatz_krien_22/3/0/%v_%u.jpg"/>
          <up    url="_013_spielplatz_krien_22/4/0/%v_%u.jpg"/>
          <down  url="_013_spielplatz_krien_22/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_013_spielplatz_krien_22/mobile/0.jpg"/>
      <right url="_013_spielplatz_krien_22/mobile/1.jpg"/>
      <back  url="_013_spielplatz_krien_22/mobile/2.jpg"/>
      <left  url="_013_spielplatz_krien_22/mobile/3.jpg"/>
      <up    url="_013_spielplatz_krien_22/mobile/4.jpg"/>
      <down  url="_013_spielplatz_krien_22/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint83"
           ath="140.985222" atv="-26.155878"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano23"
           onclick="onclickspotpoint83"
           />
  <hotspot name="spotpoint83" devices="flash" zorder="3"/>
  <hotspot name="spotpoint83" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint83">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano23);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  
  


<scene name="pano23"
       heading="0"
       thumburl="%FIRSTXML%/_014_talstation_krien_23/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="true"
       haspolygons="false"
       titleid="pano23_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="148.970000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="148.970000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/_014_talstation_krien_23/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="4096" tiledimageheight="4096">
          <front url="_014_talstation_krien_23/0/2/%v_%u.jpg"/>
          <right url="_014_talstation_krien_23/1/2/%v_%u.jpg"/>
          <back  url="_014_talstation_krien_23/2/2/%v_%u.jpg"/>
          <left  url="_014_talstation_krien_23/3/2/%v_%u.jpg"/>
          <up    url="_014_talstation_krien_23/4/2/%v_%u.jpg"/>
          <down  url="_014_talstation_krien_23/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="_014_talstation_krien_23/0/1/%v_%u.jpg"/>
          <right url="_014_talstation_krien_23/1/1/%v_%u.jpg"/>
          <back  url="_014_talstation_krien_23/2/1/%v_%u.jpg"/>
          <left  url="_014_talstation_krien_23/3/1/%v_%u.jpg"/>
          <up    url="_014_talstation_krien_23/4/1/%v_%u.jpg"/>
          <down  url="_014_talstation_krien_23/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="_014_talstation_krien_23/0/0/%v_%u.jpg"/>
          <right url="_014_talstation_krien_23/1/0/%v_%u.jpg"/>
          <back  url="_014_talstation_krien_23/2/0/%v_%u.jpg"/>
          <left  url="_014_talstation_krien_23/3/0/%v_%u.jpg"/>
          <up    url="_014_talstation_krien_23/4/0/%v_%u.jpg"/>
          <down  url="_014_talstation_krien_23/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="_014_talstation_krien_23/mobile/0.jpg"/>
      <right url="_014_talstation_krien_23/mobile/1.jpg"/>
      <back  url="_014_talstation_krien_23/mobile/2.jpg"/>
      <left  url="_014_talstation_krien_23/mobile/3.jpg"/>
      <up    url="_014_talstation_krien_23/mobile/4.jpg"/>
      <down  url="_014_talstation_krien_23/mobile/5.jpg"/>
    </image>







  <hotspot name="spotpoint84"
           ath="120.379632" atv="1.913912"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint84"
           />
  <hotspot name="spotpoint84" devices="flash" zorder="3"/>
  <hotspot name="spotpoint84" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint84">
  hideTooltip();looktohotspot(get(name),get(view.fovmin),smooth(400,20,100));
        mainloadscene(pano10);
      zoomto(get(panoview.fov),smooth(400,20,100));wait(0.5);lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(400,20,100));
    


  </action>



  <action name="hidepanopointspots">

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

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

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



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

