<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16">

    
  <!-- Spot Style - media museum -->


  <style name="Iconmediamuseum"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint1.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - college -->


  <style name="Iconcollege"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint2.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - ice -->


  <style name="Iconice"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint3.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - little germany -->


  <style name="Iconlittlegermany"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint4.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - godwin -->


  <style name="Icongodwin"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint5.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - city park -->


  <style name="Iconcitypark"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint6.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - town hall -->


  <style name="Icontownhall"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint7.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - manor row -->


  <style name="Iconmanorrow"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint8.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - foster square -->


  <style name="Iconfostersquare"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint9.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - great vic -->


  <style name="Icongreatvic"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint10.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - broadway -->


  <style name="Iconbroadway"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint11.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - interchange 2 -->


  <style name="Iconinterchange2"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint14.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - alhambra -->


  <style name="Iconalhambra"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint15.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - hall ings -->


  <style name="Iconhallings"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint16.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - interchange  -->


  <style name="Iconinterchange"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint17.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - foster square passage -->


  <style name="Iconfostersquarepassage"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint18.png"
         visible="false"
         edge="center"


         />



    
  <!-- Spot Style - police info -->


  <style name="Iconpoliceinfo"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint0.png"
         visible="false"
         edge="center"
         onhover="onhoverIconpoliceinfo"
         onout="onoutIconpoliceinfo"


         />
  <action name="onhoverIconpoliceinfo">
    showtooltip('hotspot');
  </action>
  <action name="onoutIconpoliceinfo">
    hideTooltip();



  </action>



<action name="setViewNormal">
	stopSetViewTweens();
	if(current_view_isflat === true,
		setViewNonFlat(VFOV);
	);
	setViewNormalComplete();
</action>

<action name="setViewNormalComplete">
	set(view.fisheyefovlink, 0.5);
	set(view.fovmax, get(panoview.fovmax));
	tween(view.architectural, 0.0, distance(1.0, 0.45));
	tween(view.pannini, 0.0, distance(1.0, 0.45), easeOutQuad, if(panniniViewActivated,restoreViewFromPannini();););
	tween(view.vlookat, get(panoview.v), distance(90, 0.45));
	tween(view.fov, get(panoview.fov), distance(50, 0.45));
	tween(view.fisheye, 0.0, distance(1.0, 0.45),
		set(view.stereographic,false);
	);
</action>

<krpano normalViewActivated="true" />
<action name="stopSetViewTweens">
	stoptween(view.fov);
	stoptween(view.vlookat);
	stoptween(view.fisheye);
	stoptween(view.architectural);
	stoptween(view.pannini);
</action>

  <!-- Fullscreen Management -->
  <action name="exitFullScreen" devices="fullscreensupport">set(tour_fullscreen,false);js(setFullscreen(false));</action>
  <action name="enterFullScreen" devices="fullscreensupport">set(tour_fullscreen,true);js(setFullscreen(true));</action>
  <action name="switchFullScreen">if(tour_fullscreen,exitFullScreen();,enterFullScreen(););</action>

  
  <events name="krpanoExitFullscreenEvent"
    onexitfullscreen="if(tour_fullscreen,exitFullScreenChangeEvent(););"
    keep="true" />

  <action name="exitFullScreenChangeEvent" devices="fullscreensupport">set(tour_fullscreen,false);events.dispatch(onexitfullscreen);</action>
  <action name="enterFullScreenChangeEvent" devices="fullscreensupport">set(tour_fullscreen,true);events.dispatch(onenterfullscreen);</action>
  <action name="exitFullScreenFallback">set(fullscreen,false);</action>
  <action name="enterFullScreenFallback">set(fullscreen,true);</action>
  
  <action name="resizeFullScreenEvent">delayedcall(0,updatescreen(););</action>

</krpano>