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

  <!-- unsupported kind of display : PointMap -->


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





<!-- ********** -->
<!-- Logo1 -->
<!-- id : logo1 -->
<!-- ********** -->
  <!-- EMPTY PICTURE : no image file -->
<!-- ********** -->
<!-- Logo2 -->
<!-- id : logo2 -->
<!-- ********** -->


  <hotspot ath="0" atv="90"
         zorder="0"
         name="logo2"
         keep="true"
         visible="false"
         capture="false"
         url="%FIRSTXML%/graphics/logo2/agriphoto.fr.gif" 
         handcursor="false"


         />

  <events name="logo2events" 
    onTourStart="showlogo2();"
    keep="true" />

  <action name="hidelogo2">
    set(hotspot[logo2].visible, false);
  </action>
  <action name="showlogo2">
      set(hotspot[logo2].visible, true);
  </action>

    <events name="logo2rotationevents" onviewchanged="updatelogo2rotation" keep="true"/>
    <action name="updatelogo2rotation">
        copy(hotspot[logo2].rz, view.hlookat);
    </action>


  <events name="logo2showevents" onremovepano="hidelogo2" onPanoStart="showlogo2" keep="true"/>




  <!-- MAP -->
  <action name="hideMap">set(tour_displaymap, false);events.dispatch(onhidetourmap);</action>
  <action name="showMap">set(tour_displaymap, true); events.dispatch(onshowtourmap);</action>

  <!-- Tour Information -->
  <action name="hideTourInfo">set(tour_displayinfo, false);events.dispatch(onhidetourinfo);</action>
  <action name="showTourInfo">set(tour_displayinfo, true); events.dispatch(onshowtourinfo);</action>


</krpano>