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

  
  <!-- Spot Style - Default Polygon Spot Style -->
  <style name="PolygonDefaultPolygonSpotStyle"
           subdiv="true"
           visible="false"
           bordercolor="0xffffff"
           fillcolor="0x37de1a"
           borderwidth="1"
           borderalpha="1"
           fillalpha="0.80000000000000004"
           capture="false"
           onhover="onhoverPolygonDefaultPolygonSpotStyle"
           onover="onoverPolygonDefaultPolygonSpotStyle"
           onout="onoutPolygonDefaultPolygonSpotStyle"
           />
  <action name="onhoverPolygonDefaultPolygonSpotStyle">
    showTooltip('hotspot');
  </action>

  <action name="onoverPolygonDefaultPolygonSpotStyle">
    set(bordercolor, 0xffffff);
    set(fillcolor, 0x37de1a);
    set(borderalpha, 1);
    set(fillalpha, 0.59999999999999998);
    set(borderwidth, 4);pauseautorotation(forcehotspot);

  </action>

  <action name="onoutPolygonDefaultPolygonSpotStyle">

    set(bordercolor, 0xffffff);
    set(fillcolor, 0x37de1a);
    set(borderalpha, 1);
    set(fillalpha, 0.80000000000000004);

    set(borderwidth, 1);
    hideTooltip();resumeautorotation(forcehotspot);

  </action>



    
  <!-- Spot Style - GNC Court -->


  <style name="IconGNCCourt"
         url="%FIRSTXML%/spots/gnc_picto_short_user_defaultpoint81.png"
         visible="false"
         edge="center"
         onhover="onhoverIconGNCCourt"
         onover="onoverIconGNCCourt"
         onout="onoutIconGNCCourt"

         height="180"
         width="180"
         />
  <action name="onhoverIconGNCCourt">
    showtooltip('hotspot');
  </action>
  <action name="onoverIconGNCCourt">


pauseautorotation(forcehotspot);

  </action>
  <action name="onoutIconGNCCourt">
    hideTooltip();


resumeautorotation(forcehotspot);

  </action>



<!-- ********** -->
<!-- Logo -->
<!-- id : logo -->
<!-- ********** -->





  <!-- Fullscreen Management -->
  <action name="exitFullScreen" devices="fullscreensupport">set(tour_fullscreen,false);set(fullscreen,false);</action>
  <action name="enterFullScreen" devices="fullscreensupport">set(tour_fullscreen,true);set(fullscreen,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>

</krpano>