Your IP : 216.73.216.201


Current Path : /home/sunflowe/www2/j30/360tour/indexdata/
Upload File :
Current File : /home/sunflowe/www2/j30/360tour/indexdata/index.xml

<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.17"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">

  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/index_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/index_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/index_messages_en.xml"/>

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

  <!-- 13 Groups -->

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

<!-- **** @PanoName="Villa Front" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6765 Panorama.jpg" **** -->
<scene name="pano155"
       heading="0"
       thumburl="%FIRSTXML%/villa_front_155/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano155_title"
       descriptionid=""
       multires="true"
       planar="false">

    <autorotate horizon="-8.709677" tofov="90.000000" waittime="1" speed="5"/>

    <panoview h="176.304985" v="-8.709677" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="176.304985"
          vlookat="-8.709677"/>

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

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


  <!-- **** 1 Lensflares **** -->
<lensflare name="LENS169" set="DEFAULT" visible="false" ath="-32.361516" atv="-26.964981"/>
  <action name="hidepanolensflares">
    set(lensflare[LENS169].visible, false);
  </action>
  <action name="showpanolensflares">
    set(lensflare[LENS169].visible, true);
  </action>

  <!-- **** 3 Point Spots **** -->

  <hotspot name="spotpoint174"
           ath="-103.731778" atv="-4.552529"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint174"
           tooltip="spotpoint174_tooltip"
           />
  <action name="onclickspotpoint174">
        mainloadscene(pano150);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint175"
           ath="-152.011662" atv="-5.603113"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint175"
           tooltip="spotpoint175_tooltip"
           />
  <action name="onclickspotpoint175">
        mainloadscene(pano151);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint207"
           ath="-134.169096" atv="-7.704280"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint207"
           tooltip="spotpoint207_tooltip"
           />
  <action name="onclickspotpoint207">
        mainloadscene(pano147);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint174].visible, false);
    set(hotspot[spotpoint175].visible, false);
    set(hotspot[spotpoint207].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint174].visible, true);
    set(hotspot[spotpoint175].visible, true);
    set(hotspot[spotpoint207].visible, true);
  </action>


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


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

<!-- **** @PanoName="Dining Area" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6604 Panorama.jpg" **** -->
<scene name="pano151"
       heading="0"
       thumburl="%FIRSTXML%/dining_area_151/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano151_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="-5.278592" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="-5.278592"
          vlookat="0.000000"/>

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

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


  <!-- **** 8 Point Spots **** -->

  <hotspot name="spotpoint176"
           ath="15.568513" atv="-2.801556"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint176"
           tooltip="spotpoint176_tooltip"
           />
  <action name="onclickspotpoint176">
        mainloadscene(pano155);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint177"
           ath="-96.384840" atv="6.653696"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint177"
           tooltip="spotpoint177_tooltip"
           />
  <action name="onclickspotpoint177">
        mainloadscene(pano152);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint178"
           ath="-37.259475" atv="-1.400778"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint178"
           tooltip="spotpoint178_tooltip"
           />
  <action name="onclickspotpoint178">
        mainloadscene(pano148);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint179"
           ath="-85.889213" atv="-3.852140"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint179"
           tooltip="spotpoint179_tooltip"
           />
  <action name="onclickspotpoint179">
        mainloadscene(pano153);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint180"
           ath="-112.128280" atv="-3.151751"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint180"
           tooltip="spotpoint180_tooltip"
           />
  <action name="onclickspotpoint180">
        mainloadscene(pano154);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint181"
           ath="2.274052" atv="-26.614786"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint181"
           tooltip="spotpoint181_tooltip"
           />
  <action name="onclickspotpoint181">
        mainloadscene(pano146);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint182"
           ath="-4.723032" atv="-1.750973"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint182"
           tooltip="spotpoint182_tooltip"
           />
  <action name="onclickspotpoint182">
        mainloadscene(pano147);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint183"
           ath="-21.166181" atv="-1.750973"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint183"
           tooltip="spotpoint183_tooltip"
           />
  <action name="onclickspotpoint183">
        mainloadscene(pano150);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint176].visible, false);
    set(hotspot[spotpoint177].visible, false);
    set(hotspot[spotpoint178].visible, false);
    set(hotspot[spotpoint179].visible, false);
    set(hotspot[spotpoint180].visible, false);
    set(hotspot[spotpoint181].visible, false);
    set(hotspot[spotpoint182].visible, false);
    set(hotspot[spotpoint183].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint176].visible, true);
    set(hotspot[spotpoint177].visible, true);
    set(hotspot[spotpoint178].visible, true);
    set(hotspot[spotpoint179].visible, true);
    set(hotspot[spotpoint180].visible, true);
    set(hotspot[spotpoint181].visible, true);
    set(hotspot[spotpoint182].visible, true);
    set(hotspot[spotpoint183].visible, true);
  </action>


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


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

<!-- **** @PanoName="Lounge" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6610 Panorama.jpg" **** -->
<scene name="pano152"
       heading="0"
       thumburl="%FIRSTXML%/lounge_152/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano152_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="18.739003" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="18.739003"
          vlookat="0.000000"/>

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

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


  <!-- **** 6 Point Spots **** -->

  <hotspot name="spotpoint184"
           ath="59.650146" atv="-1.750973"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint184"
           tooltip="spotpoint184_tooltip"
           />
  <action name="onclickspotpoint184">
        mainloadscene(pano155);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint185"
           ath="92.186589" atv="1.050584"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint185"
           tooltip="spotpoint185_tooltip"
           />
  <action name="onclickspotpoint185">
        mainloadscene(pano151);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint186"
           ath="44.256560" atv="-17.509728"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint186"
           tooltip="spotpoint186_tooltip"
           />
  <action name="onclickspotpoint186">
        mainloadscene(pano146);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint187"
           ath="-56.851312" atv="-2.451362"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint187"
           tooltip="spotpoint187_tooltip"
           />
  <action name="onclickspotpoint187">
        mainloadscene(pano153);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint188"
           ath="-159.358601" atv="-4.902724"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint188"
           tooltip="spotpoint188_tooltip"
           />
  <action name="onclickspotpoint188">
        mainloadscene(pano149);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint189"
           ath="-125.422741" atv="-4.202335"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint189"
           tooltip="spotpoint189_tooltip"
           />
  <action name="onclickspotpoint189">
        mainloadscene(pano154);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint184].visible, false);
    set(hotspot[spotpoint185].visible, false);
    set(hotspot[spotpoint186].visible, false);
    set(hotspot[spotpoint187].visible, false);
    set(hotspot[spotpoint188].visible, false);
    set(hotspot[spotpoint189].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint184].visible, true);
    set(hotspot[spotpoint185].visible, true);
    set(hotspot[spotpoint186].visible, true);
    set(hotspot[spotpoint187].visible, true);
    set(hotspot[spotpoint188].visible, true);
    set(hotspot[spotpoint189].visible, true);
  </action>


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


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

<!-- **** @PanoName="Kitchen Area" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6616 Panorama.jpg" **** -->
<scene name="pano153"
       heading="0"
       thumburl="%FIRSTXML%/kitchen_area_153/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano153_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="90.263930" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="90.263930"
          vlookat="0.000000"/>

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

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


  <!-- **** 4 Point Spots **** -->

  <hotspot name="spotpoint190"
           ath="-30.962099" atv="-12.957198"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint190"
           tooltip="spotpoint190_tooltip"
           />
  <action name="onclickspotpoint190">
        mainloadscene(pano146);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint191"
           ath="29.562682" atv="6.303502"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint191"
           tooltip="spotpoint191_tooltip"
           />
  <action name="onclickspotpoint191">
        mainloadscene(pano152);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint192"
           ath="66.997085" atv="-1.050584"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint192"
           tooltip="spotpoint192_tooltip"
           />
  <action name="onclickspotpoint192">
        mainloadscene(pano149);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint193"
           ath="109.329446" atv="-3.151751"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint193"
           tooltip="spotpoint193_tooltip"
           />
  <action name="onclickspotpoint193">
        mainloadscene(pano154);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint190].visible, false);
    set(hotspot[spotpoint191].visible, false);
    set(hotspot[spotpoint192].visible, false);
    set(hotspot[spotpoint193].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint190].visible, true);
    set(hotspot[spotpoint191].visible, true);
    set(hotspot[spotpoint192].visible, true);
    set(hotspot[spotpoint193].visible, true);
  </action>


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


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

<!-- **** @PanoName="TV Den" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6585 Panorama.jpg" **** -->
<scene name="pano148"
       heading="0"
       thumburl="%FIRSTXML%/tv_den_148/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano148_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="178.944282" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="178.944282"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint194"
           ath="157.609329" atv="-4.202335"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint194"
           tooltip="spotpoint194_tooltip"
           />
  <action name="onclickspotpoint194">
        mainloadscene(pano151);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint194].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint194].visible, true);
  </action>


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


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

<!-- **** @PanoName="Landing Area" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6566 Panorama.jpg" **** -->
<scene name="pano146"
       heading="0"
       thumburl="%FIRSTXML%/landing_area_146/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano146_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="164.164223" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="164.164223"
          vlookat="0.000000"/>

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

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


  <!-- **** 4 Point Spots **** -->

  <hotspot name="spotpoint195"
           ath="-54.752187" atv="-3.501946"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint195"
           tooltip="spotpoint195_tooltip"
           />
  <action name="onclickspotpoint195">
        mainloadscene(pano143);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint196"
           ath="-3.673469" atv="-0.350195"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint196"
           tooltip="spotpoint196_tooltip"
           />
  <action name="onclickspotpoint196">
        mainloadscene(pano144);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint197"
           ath="78.192420" atv="-1.750973"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint197"
           tooltip="spotpoint197_tooltip"
           />
  <action name="onclickspotpoint197">
        mainloadscene(pano145);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint198"
           ath="141.516035" atv="3.151751"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint198"
           tooltip="spotpoint198_tooltip"
           />
  <action name="onclickspotpoint198">
        mainloadscene(pano151);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint195].visible, false);
    set(hotspot[spotpoint196].visible, false);
    set(hotspot[spotpoint197].visible, false);
    set(hotspot[spotpoint198].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint195].visible, true);
    set(hotspot[spotpoint196].visible, true);
    set(hotspot[spotpoint197].visible, true);
    set(hotspot[spotpoint198].visible, true);
  </action>


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


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

<!-- **** @PanoName="Master Bedroom with En-Suite" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6592 Panorama.jpg" **** -->
<scene name="pano149"
       heading="0"
       thumburl="%FIRSTXML%/master_bedroom_with__149/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano149_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="-3.167155" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="-3.167155"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint199"
           ath="-22.565598" atv="-0.350195"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint199"
           tooltip="spotpoint199_tooltip"
           />
  <action name="onclickspotpoint199">
        mainloadscene(pano154);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint200"
           ath="4.373178" atv="-3.151751"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint200"
           tooltip="spotpoint200_tooltip"
           />
  <action name="onclickspotpoint200">
        mainloadscene(pano152);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint199].visible, false);
    set(hotspot[spotpoint200].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint199].visible, true);
    set(hotspot[spotpoint200].visible, true);
  </action>


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


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

<!-- **** @PanoName="Bedroom 2 with En-Suite" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6572 Panorama.jpg" **** -->
<scene name="pano147"
       heading="0"
       thumburl="%FIRSTXML%/bedroom_2_with_en_su_147/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano147_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="-19.530792" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="-19.530792"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint201"
           ath="-145.714286" atv="-5.603113"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint201"
           tooltip="spotpoint201_tooltip"
           />
  <action name="onclickspotpoint201">
        mainloadscene(pano151);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint208"
           ath="22.215743" atv="-2.101167"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint208"
           tooltip="spotpoint208_tooltip"
           />
  <action name="onclickspotpoint208">
        mainloadscene(pano155);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint201].visible, false);
    set(hotspot[spotpoint208].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint201].visible, true);
    set(hotspot[spotpoint208].visible, true);
  </action>


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


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

<!-- **** @PanoName="Bedroom 3 with En-Suite" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6562 Panorama.jpg" **** -->
<scene name="pano145"
       heading="0"
       thumburl="%FIRSTXML%/bedroom_3_with_en_su_145/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano145_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="-167.859238" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="-167.859238"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint202"
           ath="105.830904" atv="-5.953307"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint202"
           tooltip="spotpoint202_tooltip"
           />
  <action name="onclickspotpoint202">
        mainloadscene(pano146);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint202].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint202].visible, true);
  </action>


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


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

<!-- **** @PanoName="Bedroom 4" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6557 Panorama.jpg" **** -->
<scene name="pano144"
       heading="0"
       thumburl="%FIRSTXML%/bedroom_4_144/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano144_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="-3.431085" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="-3.431085"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint203"
           ath="-84.139942" atv="-6.303502"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint203"
           tooltip="spotpoint203_tooltip"
           />
  <action name="onclickspotpoint203">
        mainloadscene(pano146);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint203].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint203].visible, true);
  </action>


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


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

<!-- **** @PanoName="Bedroom 5" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6551 Panorama.jpg" **** -->
<scene name="pano143"
       heading="0"
       thumburl="%FIRSTXML%/bedroom_5_143/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano143_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="110.586510" v="-0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="110.586510"
          vlookat="-0.000000"/>

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

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


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

  <hotspot name="spotpoint204"
           ath="28.163265" atv="-7.354086"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint204"
           tooltip="spotpoint204_tooltip"
           />
  <action name="onclickspotpoint204">
        mainloadscene(pano146);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint204].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint204].visible, true);
  </action>


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


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

<!-- **** @PanoName="Games Room" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6598 Panorama.jpg" **** -->
<scene name="pano150"
       heading="0"
       thumburl="%FIRSTXML%/games_room_150/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano150_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="80.498534" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="80.498534"
          vlookat="0.000000"/>

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

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


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

  <hotspot name="spotpoint205"
           ath="82.040816" atv="-5.953307"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint205"
           tooltip="spotpoint205_tooltip"
           />
  <action name="onclickspotpoint205">
        mainloadscene(pano151);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint206"
           ath="-46.005831" atv="-1.400778"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint206"
           tooltip="spotpoint206_tooltip"
           />
  <action name="onclickspotpoint206">
        mainloadscene(pano155);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint205].visible, false);
    set(hotspot[spotpoint206].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint205].visible, true);
    set(hotspot[spotpoint206].visible, true);
  </action>


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


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

<!-- **** @PanoName="Pool Area" @PanoFile="/Users/vr360homes/Villas/December 2013/419 Calabay Parc - Bibler/Fisheyes/_MG_6620 Panorama.jpg" **** -->
<scene name="pano154"
       heading="0"
       thumburl="%FIRSTXML%/pool_area_154/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       titleid="pano154_title"
       descriptionid=""
       multires="true"
       planar="false">

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

    <panoview h="-42.492669" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" currentfov="90.000000" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovmax="90"
          fov="90.000000"
          hlookat="-42.492669"
          vlookat="0.000000"/>

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

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


  <!-- **** 1 Lensflares **** -->
<lensflare name="LENS170" set="DEFAULT" visible="false" ath="-141.865889" atv="-37.470817"/>
  <action name="hidepanolensflares">
    set(lensflare[LENS170].visible, false);
  </action>
  <action name="showpanolensflares">
    set(lensflare[LENS170].visible, true);
  </action>

  <!-- **** 3 Point Spots **** -->

  <hotspot name="spotpoint171"
           ath="56.501458" atv="-14.708171"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint171"
           tooltip="spotpoint171_tooltip"
           />
  <action name="onclickspotpoint171">
        mainloadscene(pano149);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint172"
           ath="-1.224490" atv="-2.801556"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint172"
           tooltip="spotpoint172_tooltip"
           />
  <action name="onclickspotpoint172">
        mainloadscene(pano152);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <hotspot name="spotpoint173"
           ath="-22.915452" atv="-4.202335"
           visible="true"
           style="IconDefaultPointSpotStyle1"
           descriptionid=""
           onclick="onclickspotpoint173"
           tooltip="spotpoint173_tooltip"
           />
  <action name="onclickspotpoint173">
        mainloadscene(pano153);
      lookat(get(panoview.h), get(panoview.v), get(panoview.fov));
    
  </action>
  <action name="hidepanopointspots">
    set(hotspot[spotpoint171].visible, false);
    set(hotspot[spotpoint172].visible, false);
    set(hotspot[spotpoint173].visible, false);
  </action>
  <action name="showpanopointspots">
    set(hotspot[spotpoint171].visible, true);
    set(hotspot[spotpoint172].visible, true);
    set(hotspot[spotpoint173].visible, true);
  </action>


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


</scene>



</krpano>