<?xml version="1.0" encoding="UTF-8" ?>
<krpano version="1.0.8" basedir="%CURRENTXML%" actionintervalbase="timer"  onstart="action(onstart);" showerrors="false" logkey="false">

  

  <area width="100%" height="100%" />
  <control movetocursor="arrow" keycodesin="16,65,107" keycodesout="17,89,90,109" />
  <progress showload="none" showwait="none" />
  <security cors="off" />


      <view hlookat="160.4" vlookat="15.8" fov="46.8" fovmin="15" fovmax="110" fisheye="0" />

<network downloadqueues="4" decodequeues="3" />

<!-- tiled multi-resolution cubic image / krpano.swf does not support stereo panos. We also disable it when embedding via Facebook -->

  <image type="cube" multires="true" tilesize="512" baseindex="0" progressive="false" multiresthreshold="-0.3">

      <level download="view" decode="view" tiledimagewidth="438" tiledimageheight="438">
          <left url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/left/tile/512/0/%r/%c.jpg?orig=" />
          <right url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/right/tile/512/0/%r/%c.jpg?orig=" />
          <front url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/front/tile/512/0/%r/%c.jpg?orig=" />
          <back url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/back/tile/512/0/%r/%c.jpg?orig=" />
          <up url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/up/tile/512/0/%r/%c.jpg?orig=" />
          <down url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/down/tile/512/0/%r/%c.jpg?orig=" />
      </level>

      <level download="view" decode="view" tiledimagewidth="875" tiledimageheight="875">
          <left url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/left/tile/512/1/%r/%c.jpg?orig=" />
          <right url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/right/tile/512/1/%r/%c.jpg?orig=" />
          <front url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/front/tile/512/1/%r/%c.jpg?orig=" />
          <back url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/back/tile/512/1/%r/%c.jpg?orig=" />
          <up url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/up/tile/512/1/%r/%c.jpg?orig=" />
          <down url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/down/tile/512/1/%r/%c.jpg?orig=" />
      </level>

      <level download="view" decode="view" tiledimagewidth="1750" tiledimageheight="1750">
          <left url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/left/tile/512/2/%r/%c.jpg?orig=" />
          <right url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/right/tile/512/2/%r/%c.jpg?orig=" />
          <front url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/front/tile/512/2/%r/%c.jpg?orig=" />
          <back url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/back/tile/512/2/%r/%c.jpg?orig=" />
          <up url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/up/tile/512/2/%r/%c.jpg?orig=" />
          <down url="https://cloudflare1.360gigapixels.com/pano/360visits/00068945_acropolis_museum.jpg/cube/down/tile/512/2/%r/%c.jpg?orig=" />
      </level>
  </image>


<!-- right-click context menu to change the viewing settings -->
<contextmenu>
  <item caption="FULLSCREEN" />
  <item name="view_normal" caption="Normal View" onclick="action(enable_normal); js(updateProjectionsCss('normal_projection')); js(updateEmbedUrlWithProjection('normal_projection'));" enabled="false" separator="true" />
  <item name="view_fisheye" caption="Fisheye View" onclick="action(enable_fisheye); js(updateProjectionsCss('fisheye_projection')); js(updateEmbedUrlWithProjection('fisheye_projection'));" />
  <item name="view_architectural" caption="Architectural View" onclick="action(enable_architectural); js(updateProjectionsCss('architectural_projection')); js(updateEmbedUrlWithProjection('architectural_projection'));" />
  <item name="view_stereographic" caption="Stereographic View" onclick="action(enable_stereographic); js(updateProjectionsCss('stereographic_projection')); js(updateEmbedUrlWithProjection('stereographic_projection'));" />
  <item name="view_little_planet" caption="Little Planet View" onclick="action(enable_little_planet); js(updateProjectionsCss('little_planet_projection')); js(updateEmbedUrlWithProjection('little_planet_projection'));" />
  <item name="view_panini" caption="Panini View" onclick="action(enable_panini); js(updateProjectionsCss('panini_projection')); js(updateEmbedUrlWithProjection('panini_projection'));" />
  <item name="view_qtvr" caption="Toggle Click/Drag - QTVR Mode" onclick="action(toggle_qtvr);" />
  <item caption="KRPANO" separator="true" />
</contextmenu>

<action name="enable_view">
	set(contextmenu.item[view_normal].enabled, true);
	set(contextmenu.item[view_fisheye].enabled, true);
	set(contextmenu.item[view_architectural].enabled, true);
	set(contextmenu.item[view_stereographic].enabled, true);
	set(contextmenu.item[view_little_planet].enabled, true);
	set(contextmenu.item[view_panini].enabled, true);
	set(contextmenu.item[%1].enabled, false);
</action>

<action name="enable_normal">
	action(enable_view,view_normal);
	tween(view.fovmax, 120.0, distance(179, 0.25), easeoutquad);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic, false););
</action>

<action name="enable_fisheye">
	action(enable_view, view_fisheye);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0 ,distance(1.0, 0.20), easeoutquad,
	  set(view.stereographic, false);
	  set(view.fovmax, 179);
	  tween(view.fisheye, 0.35, distance(1.0, 1.25));
	);
</action>

<action name="enable_architectural">
	action(enable_view,view_architectural);
	tween(view.fovmax, 155.0, distance(179, 0.25), easeoutquad);
	tween(view.architectural, 1.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false););
</action>

<action name="enable_stereographic">
	action(enable_view, view_stereographic);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0 ,distance(1.0, 0.10), easeoutquad,
	  set(view.stereographic, true);
	  tween(view.fisheye, 1.0, distance(1.0, 1.25));
	  tween(view.fovmax, 150, distance(179, 1.25));
	);
</action>

<action name="enable_little_planet">
	action(enable_view, view_little_planet);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0 ,distance(1.0, 0.10), easeoutquad,
	  set(view.stereographic, true);
	  tween(view.fisheye, 1.0, distance(1.0, 0.75));
	  tween(view.fov, 130, distance(179, 0.75), easeoutquad, set(view.fovmax, 150););
	  tween(view.vlookat, 90, distance(179, 0.75), easeoutquad);
	);
</action>

<action name="enable_panini">
	action(enable_view, view_panini);
	set(display.flash10, off);
  tween(view.architectural, 0.0, 0.25);
  set(backtonormalfirst, false);
  if(view.pannini == false, set(backtonormalfirst, true));
  if(view.stereographic == false, set(backtonormalfirst, true));
  if(backtonormalfirst, tween(view.fisheye, 0.0 ,distance(1.0, 0.25), easeoutquad, WAIT););
  set(view.pannini, true);
  set(view.stereographic, true);
  set(view.fovmax, 150);
  tween(view.fisheye, 1.0, distance(1.0, 0.75), easeoutquad);
</action>

<action name="toggle_qtvr">
	if(control.mousetype == "moveto", set_drag2d(), set_moveto());
</action>

<action name="set_moveto">
	set(control.mousetype, "moveto");
	js(updateMouseModeCookie('moveto'));
	js(updateMouseModeCss('qtvr_mode'));
</action>

<action name="set_drag2d">
	set(control.mousetype, "drag");
  js(updateMouseModeCookie('drag2d'));
	js(updateMouseModeCss('click_drag_mode'));
</action>



  

<action name="nothing">
	if(fullscreen, set(fullscreen, true));
</action>

  <plugin
    name="home"
    url="%SWFPATH%/images/logo/360cities_logo.35x35.png"
    keep="true"
    x="8"
    y="8"
    align="righttop"
    alpha="0.8"
    blendmode="normal"
    onclick="openurl(http://www.360cities.net/image/old-and-new-acropolis-museum, _blank);"
    onhover="showtext(View on 360cities.net, tooltip_bottom);"
    onover="tween(plugin[home].alpha, 1.0, 0.2);"
    onout="tween(plugin[home].alpha, 0.8, 0.2);"
  />


<data name="button_css">
	p, a { margin-left: 3; margin-right: 3; font-family: sans-serif; font-size: 12; color: #FFFFFF; }
	a:hover { text-decoration: underline; }
	.sub { font-size: 9; }
</data>

<textstyle
  name="tooltip_bottom"
  yoffset="40"
  font="Arial"
  fontsize="14"
  textcolor="0xffffff"
	background="true"
	backgroundcolor="0x000000"
	border="false"
	effect="glow(0xffffff,1.0,10,1);"
/>

<textstyle
  name="tooltip_top"
  yoffset="-15"
  font="Arial"
  fontsize="14"
  textcolor="0xffffff"
	background="true"
	backgroundcolor="0x000000"
	border="false"
	effect="glow(0xffffff,1.0,10,1);"
/>


    
    
<!-- arrow hotspots -->

	  


<hotspot
  hid="hotspot_id_491436"
  name="hs_0"
  url="%SWFPATH%/images/icons/arrow3.png"
  keep="false"
  width="71"
  height="67"
  scale="0.5"
  ath="48.77945222737158"
  atv="15"
  zorder="0"
  alpha="0.8"
  onclick="action(load_38011_0);"
  onhover="showtext(36 Athens The south-east face of Parthenon and the entrance of the old Acropolis museum. (31 m), tooltip_bottom);"
  onover="action(expand_38011_0);"
  onout="action(contract_38011_0);"
>
</hotspot>

  <action name="expand_38011_0">
    tween(hotspot[hs_0].scale, 1.0, 0.2);
    tween(hotspot[hs_0].alpha, 1.0, 0.2);
  </action>

  <action name="contract_38011_0">
    tween(hotspot[hs_0].scale, 0.5, 0.2);
    tween(hotspot[hs_0].alpha, 0.8, 0.2);
  </action>

  <action name="load_38011_0">
      openurl(https://www.360cities.net/image/36-athens-the-south-east-face-of-parthenon-and-the-entrance-of-the-old-acropolis-museum?utm_campaign=clickback&amp;utm_medium=embedded_hotspot&amp;utm_source=embed, _blank);
  </action>

	  


<hotspot
  hid="hotspot_id_682093"
  name="hs_1"
  url="%SWFPATH%/images/icons/arrow3.png"
  keep="false"
  width="71"
  height="67"
  scale="0.5"
  ath="3.364497659391964"
  atv="15"
  zorder="0"
  alpha="0.8"
  onclick="action(load_38011_1);"
  onhover="showtext(The East view of Parthenon in Acropolis of Athens  (50 m), tooltip_bottom);"
  onover="action(expand_38011_1);"
  onout="action(contract_38011_1);"
>
</hotspot>

  <action name="expand_38011_1">
    tween(hotspot[hs_1].scale, 1.0, 0.2);
    tween(hotspot[hs_1].alpha, 1.0, 0.2);
  </action>

  <action name="contract_38011_1">
    tween(hotspot[hs_1].scale, 0.5, 0.2);
    tween(hotspot[hs_1].alpha, 0.8, 0.2);
  </action>

  <action name="load_38011_1">
      openurl(https://www.360cities.net/image/the-east-view-of-parthenon-in-acropolis-of-athens?utm_campaign=clickback&amp;utm_medium=embedded_hotspot&amp;utm_source=embed, _blank);
  </action>

	  


<hotspot
  hid="hotspot_id_746352"
  name="hs_2"
  url="%SWFPATH%/images/icons/arrow3.png"
  keep="false"
  width="71"
  height="67"
  scale="0.5"
  ath="30.364123619091735"
  atv="15"
  zorder="0"
  alpha="0.8"
  onclick="action(load_38011_2);"
  onhover="showtext(Acropolis Everybody Is Looking For Some Shade (56 m), tooltip_bottom);"
  onover="action(expand_38011_2);"
  onout="action(contract_38011_2);"
>
</hotspot>

  <action name="expand_38011_2">
    tween(hotspot[hs_2].scale, 1.0, 0.2);
    tween(hotspot[hs_2].alpha, 1.0, 0.2);
  </action>

  <action name="contract_38011_2">
    tween(hotspot[hs_2].scale, 0.5, 0.2);
    tween(hotspot[hs_2].alpha, 0.8, 0.2);
  </action>

  <action name="load_38011_2">
      openurl(https://www.360cities.net/image/acropolis-everybody-is-looking-for-some-shade?utm_campaign=clickback&amp;utm_medium=embedded_hotspot&amp;utm_source=embed, _blank);
  </action>

	  


<hotspot
  hid="hotspot_id_586833"
  name="hs_3"
  url="%SWFPATH%/images/icons/arrow3.png"
  keep="false"
  width="71"
  height="67"
  scale="0.5"
  ath="-0.004269987239113839"
  atv="15"
  zorder="0"
  alpha="0.8"
  onclick="action(load_38011_3);"
  onhover="showtext(Erechtheion 360cities (58 m), tooltip_bottom);"
  onover="action(expand_38011_3);"
  onout="action(contract_38011_3);"
>
</hotspot>

  <action name="expand_38011_3">
    tween(hotspot[hs_3].scale, 1.0, 0.2);
    tween(hotspot[hs_3].alpha, 1.0, 0.2);
  </action>

  <action name="contract_38011_3">
    tween(hotspot[hs_3].scale, 0.5, 0.2);
    tween(hotspot[hs_3].alpha, 0.8, 0.2);
  </action>

  <action name="load_38011_3">
      openurl(https://www.360cities.net/image/erechtheion-360cities?utm_campaign=clickback&amp;utm_medium=embedded_hotspot&amp;utm_source=embed, _blank);
  </action>

	  


<hotspot
  hid="hotspot_id_582652"
  name="hs_4"
  url="%SWFPATH%/images/icons/arrow3.png"
  keep="false"
  width="71"
  height="67"
  scale="0.5"
  ath="-0.004269987239113839"
  atv="15"
  zorder="0"
  alpha="0.8"
  onclick="action(load_38011_4);"
  onhover="showtext(PARTHENON - The Acropolis of Athens (58 m), tooltip_bottom);"
  onover="action(expand_38011_4);"
  onout="action(contract_38011_4);"
>
</hotspot>

  <action name="expand_38011_4">
    tween(hotspot[hs_4].scale, 1.0, 0.2);
    tween(hotspot[hs_4].alpha, 1.0, 0.2);
  </action>

  <action name="contract_38011_4">
    tween(hotspot[hs_4].scale, 0.5, 0.2);
    tween(hotspot[hs_4].alpha, 0.8, 0.2);
  </action>

  <action name="load_38011_4">
      openurl(https://www.360cities.net/image/parthenon-the-acropolis-of-athens?utm_campaign=clickback&amp;utm_medium=embedded_hotspot&amp;utm_source=embed, _blank);
  </action>

  
    
    <action name="hide_hotspots_by_name">
          set(hotspot[hs_0].visible, false);
          set(hotspot[hs_1].visible, false);
          set(hotspot[hs_2].visible, false);
          set(hotspot[hs_3].visible, false);
          set(hotspot[hs_4].visible, false);
      
    </action>

    <action name="show_hotspots_by_name">
          set(hotspot[hs_0].visible, true);
          set(hotspot[hs_1].visible, true);
          set(hotspot[hs_2].visible, true);
          set(hotspot[hs_3].visible, true);
          set(hotspot[hs_4].visible, true);
      
    </action>


    <events onenterfullscreen="action(enter_fs);" onexitfullscreen="action(exit_fs);" />

<action name="enter_fs">
	set(plugin[fullscreen_button].visible, false);
	set(plugin[exit_fullscreen_button].visible, true);
	
	set(plugin[embed_share].x, 150);
	set(plugin[toggle_controls].x, 403);
</action>

<action name="exit_fs">
	set(plugin[fullscreen_button].visible, true);
	set(plugin[exit_fullscreen_button].visible, false);
	
	set(plugin[embed_share].x, 120);
	set(plugin[toggle_controls].x, 255);
	
</action>

<!-- fullscreen button -->
<data name="fullscreen_button_html">
  <p align="center" valigh="bottom" class="button">FULLSCREEN</p>
</data>

<data name="exit_fullscreen_button_html">
	<p align="center" class="button">EXIT FULLSCREEN</p>
</data>

<plugin
  name="fullscreen_button"
  url="%SWFPATH%/plugins/textfield.swf"
  keep="true"
  children="false"
  visible="true"
  autosize="center"
  width="98"
  x="10"
	y="0"
	align="topleft"
	alpha=".8"
	background="true"
	backgroundcolor="#000000"
  zorder="2"
	html="data:fullscreen_button_html"
	css="data:button_css"
  onclick="switch(fullscreen);"
	onover="tween(plugin[fullscreen].alpha, 1.0, 0.2);"
	onout="tween(plugin[fullscreen].alpha, 0.8, 0.2);"
/>

<plugin
  name="exit_fullscreen_button"
  url="%SWFPATH%/plugins/textfield.swf"
  keep="true"
  children="false"
  visible="false"
  autosize="center"
  width="130"
	x="10"
	y="0"
	align="topleft"
	alpha=".8"
	background="true"
	backgroundcolor="#000000"
  zorder="2"
	html="data:exit_fullscreen_button_html"
	css="data:button_css"
	onclick="switch(fullscreen);"
	onover="tween(plugin[exit_fullscreen].alpha, 1.0, 0.2);"
	onout="tween(plugin[exit_fullscreen].alpha, 0.8, 0.2);" 
/>

      <plugin
    name="panoControl"
    url="%SWFPATH%/plugins/gPanoControl.swf"
    keep="true"
    x="10"
    y="30"
    align="topleft"
    alpha=".5"
    zorder="1"
    hovercolorstrength="0.4"
    hovercolor="0x526CC2"
    heading="0"
    onover="tween(plugin[panoControl].alpha, 1.0, 0.05);"
    onout="tween(plugin[panoControl].alpha, .5, 0.1);"      
  />


      
  <data name="embed_share_button">
    <p align="center" valigh="bottom" class="button"><b>EMBED &amp; SHARE</b></p>
  </data>

  <plugin
    name="embed_share"
    url="%SWFPATH%/plugins/textfield.swf"
    keep="true"
    children="false"
    visible="true"
    width="125"
    x="120"
    y="0"
    align="topleft"
    alpha=".8"
    background="true"
    backgroundcolor="#000000"
    zorder="2"
    html="data:embed_share_button"
    css="data:button_css"
    autosize="center"
    onclick="set(fullscreen, false); js(show_krpano_embed_overlay_screen1('old-and-new-acropolis-museum', 'Old &amp;amp;amp; New Acropolis Museum', 'athens', 'Athens'));"
    onover="tween(plugin[embed_share].alpha, 1.0, 0.2);"
    onout="tween(plugin[embed_share].alpha, 0.8, 0.2);"
  />

      
<action name="hide_controls">
  set(plugin[toggle_controls].html, 'data:toggle_controls_button_show');
  set(plugin[toggle_controls].onclick, 'action(show_controls);');

  set(plugin[panoControl].visible, false);
  action(hide_thumbs);
  action(hide_hotspots_by_name);
  action(close_map);
</action>

<action name="show_controls">
  set(plugin[toggle_controls].html, 'data:toggle_controls_button_hide');
  set(plugin[toggle_controls].onclick, 'action(hide_controls);');

    set(plugin[panoControl].visible, true);

    <!-- action(show_thumbs); -->
    js(krpano_show_thumbs);
    action(show_hotspots_by_name);
</action>

      
  <data name="title_css">
	  p { margin-left: 10; margin-right: 10; font-family: sans-serif; font-size: 14; color: #FFFFFF; }
	  a:hover { text-decoration: underline; }
  </data>

  <data name="title_html">
		<p align="center" class="author">
	    <font size="-4">
	      <b>
	        Panorama by  <a href="https://www.360cities.net/profile/360visits" target="_top">Nikos Giannakopoulos</a>
	      </b>
	    </font>
	  </p>
  </data>

  <plugin
    name="title"
    url="%SWFPATH%/plugins/textfield.swf"
    keep="false"
    children="true"
    visible="true"
    autosize="center"
	    width="50%"
  	  x="0"
      y="5"
  	  align="centerbottom"
    alpha="1"
    textglow="3"
    textglowcolor="0x000000"
    background="false"
	  html="data:title_html"
	  css="data:title_css"
  />

      <!-- right-click context menu to change the viewing settings -->
<contextmenu>
  <item caption="FULLSCREEN" />
  <item name="view_normal" caption="Normal View" onclick="action(enable_normal); js(updateProjectionsCss('normal_projection')); js(updateEmbedUrlWithProjection('normal_projection'));" enabled="false" separator="true" />
  <item name="view_fisheye" caption="Fisheye View" onclick="action(enable_fisheye); js(updateProjectionsCss('fisheye_projection')); js(updateEmbedUrlWithProjection('fisheye_projection'));" />
  <item name="view_architectural" caption="Architectural View" onclick="action(enable_architectural); js(updateProjectionsCss('architectural_projection')); js(updateEmbedUrlWithProjection('architectural_projection'));" />
  <item name="view_stereographic" caption="Stereographic View" onclick="action(enable_stereographic); js(updateProjectionsCss('stereographic_projection')); js(updateEmbedUrlWithProjection('stereographic_projection'));" />
  <item name="view_little_planet" caption="Little Planet View" onclick="action(enable_little_planet); js(updateProjectionsCss('little_planet_projection')); js(updateEmbedUrlWithProjection('little_planet_projection'));" />
  <item name="view_panini" caption="Panini View" onclick="action(enable_panini); js(updateProjectionsCss('panini_projection')); js(updateEmbedUrlWithProjection('panini_projection'));" />
  <item name="view_qtvr" caption="Toggle Click/Drag - QTVR Mode" onclick="action(toggle_qtvr);" />
  <item caption="KRPANO" separator="true" />
</contextmenu>

<action name="enable_view">
	set(contextmenu.item[view_normal].enabled, true);
	set(contextmenu.item[view_fisheye].enabled, true);
	set(contextmenu.item[view_architectural].enabled, true);
	set(contextmenu.item[view_stereographic].enabled, true);
	set(contextmenu.item[view_little_planet].enabled, true);
	set(contextmenu.item[view_panini].enabled, true);
	set(contextmenu.item[%1].enabled, false);
</action>

<action name="enable_normal">
	action(enable_view,view_normal);
	tween(view.fovmax, 120.0, distance(179, 0.25), easeoutquad);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic, false););
</action>

<action name="enable_fisheye">
	action(enable_view, view_fisheye);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0 ,distance(1.0, 0.20), easeoutquad,
	  set(view.stereographic, false);
	  set(view.fovmax, 179);
	  tween(view.fisheye, 0.35, distance(1.0, 1.25));
	);
</action>

<action name="enable_architectural">
	action(enable_view,view_architectural);
	tween(view.fovmax, 155.0, distance(179, 0.25), easeoutquad);
	tween(view.architectural, 1.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false););
</action>

<action name="enable_stereographic">
	action(enable_view, view_stereographic);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0 ,distance(1.0, 0.10), easeoutquad,
	  set(view.stereographic, true);
	  tween(view.fisheye, 1.0, distance(1.0, 1.25));
	  tween(view.fovmax, 150, distance(179, 1.25));
	);
</action>

<action name="enable_little_planet">
	action(enable_view, view_little_planet);
	tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
	tween(view.fisheye, 0.0 ,distance(1.0, 0.10), easeoutquad,
	  set(view.stereographic, true);
	  tween(view.fisheye, 1.0, distance(1.0, 0.75));
	  tween(view.fov, 130, distance(179, 0.75), easeoutquad, set(view.fovmax, 150););
	  tween(view.vlookat, 90, distance(179, 0.75), easeoutquad);
	);
</action>

<action name="enable_panini">
	action(enable_view, view_panini);
	set(display.flash10, off);
  tween(view.architectural, 0.0, 0.25);
  set(backtonormalfirst, false);
  if(view.pannini == false, set(backtonormalfirst, true));
  if(view.stereographic == false, set(backtonormalfirst, true));
  if(backtonormalfirst, tween(view.fisheye, 0.0 ,distance(1.0, 0.25), easeoutquad, WAIT););
  set(view.pannini, true);
  set(view.stereographic, true);
  set(view.fovmax, 150);
  tween(view.fisheye, 1.0, distance(1.0, 0.75), easeoutquad);
</action>

<action name="toggle_qtvr">
	if(control.mousetype == "moveto", set_drag2d(), set_moveto());
</action>

<action name="set_moveto">
	set(control.mousetype, "moveto");
	js(updateMouseModeCookie('moveto'));
	js(updateMouseModeCss('qtvr_mode'));
</action>

<action name="set_drag2d">
	set(control.mousetype, "drag");
  js(updateMouseModeCookie('drag2d'));
	js(updateMouseModeCss('click_drag_mode'));
</action>

        <action name="show_thumbs">
    tween(plugin[thumbs].y, -5, 0.5);
    tween(plugin[thumbs_left].y, 59, 0.5);
    tween(plugin[thumbs_right].y, 59, 0.5);
  </action>

  <action name="hide_thumbs">
    tween(plugin[thumbs].y, -200, 0.2);
    tween(plugin[thumbs_left].y, -100, 0.2);
    tween(plugin[thumbs_right].y, -100, 0.2);
  </action>

  <plugin
    name="thumbs"
    url="%SWFPATH%/plugins/thumbnails-1.0.1.swf"
    keep="true"
    width="92%"
    height="140"
    x="3%"
    y="-200"
    align="rightbottom"
    alpha="0.6"
    thumbwidth="96"
    thumbheight="96"
    thumbspace="8"
    onloaded="action(load_thumbnails_38011);"
    onover="tween(plugin[thumbs].alpha,1.0,0.2);"
    onout="tween(plugin[thumbs].alpha,0.6,0.2);"
  >
  </plugin>

  <textstyle
    name="thumbnail"
    yoffset="-30"
    font="Arial"
    fontsize="14"
    textcolor="0xffffff"
    background="true"
    backgroundcolor="0x000000"
    border="false"
    effect="glow(0xffffff,1.0,10,1);"
  />

  <action name="load_thumbnails_38011">
    plugin[thumbs].createarray(thumb);

      set(plugin[thumbs].thumb[thumb_38011_0].url, https://cloudflare1.360gigapixels.com/pano/athenswalk_net/01030057_36_Athens_The_south_east_face_of_Parthenon_and_the_entrance_of_the_old_Acropolis_museum.tif/cube/front/1.jpg);
      set(plugin[thumbs].thumb[thumb_38011_0].onhover, showtext('36 Athens The south-east face of Parthenon and the entrance of the old Acropolis museum. (31 m)', thumbnail));

      set(plugin[thumbs].thumb[thumb_38011_0].onclick, action(load_38011_0));
      set(plugin[thumbs].thumb[thumb_38011_1].url, https://cloudflare1.360gigapixels.com/pano/marlef/01402037_43_Acropolis_360.jpg/cube/front/1.jpg);
      set(plugin[thumbs].thumb[thumb_38011_1].onhover, showtext('The East view of Parthenon in Acropolis of Athens  (50 m)', thumbnail));

      set(plugin[thumbs].thumb[thumb_38011_1].onclick, action(load_38011_1));
      set(plugin[thumbs].thumb[thumb_38011_2].url, https://cloudflare1.360gigapixels.com/pano/bernd_kronmueller/01534934_Acropolis---everybody-is-looking-for-some-shade-jpg/cube/front/1.jpg);
      set(plugin[thumbs].thumb[thumb_38011_2].onhover, showtext('Acropolis Everybody Is Looking For Some Shade (56 m)', thumbnail));

      set(plugin[thumbs].thumb[thumb_38011_2].onclick, action(load_38011_2));
      set(plugin[thumbs].thumb[thumb_38011_3].url, https://cloudflare1.360gigapixels.com/pano/marlef/01215671_ERECHTHEION_360cities.jpg/cube/front/1.jpg);
      set(plugin[thumbs].thumb[thumb_38011_3].onhover, showtext('Erechtheion 360cities (58 m)', thumbnail));

      set(plugin[thumbs].thumb[thumb_38011_3].onclick, action(load_38011_3));
      set(plugin[thumbs].thumb[thumb_38011_4].url, https://cloudflare1.360gigapixels.com/pano/marlef/01207235_image.jpg/cube/front/1.jpg);
      set(plugin[thumbs].thumb[thumb_38011_4].onhover, showtext('PARTHENON - The Acropolis of Athens (58 m)', thumbnail));

      set(plugin[thumbs].thumb[thumb_38011_4].onclick, action(load_38011_4));


    plugin[thumbs].reloadthumbs();

  </action>


      <events onxmlcomplete="action(play_onstart);" />

<action name="play_onstart">
  set(plugin[fullscreen_button].visible, false);
  set(plugin[embed_share].visible, false);
  set(plugin[panoControl].visible, false);
  action(hide_hotspots_by_name);

  wait(load);
  freezeview(true);
</action>

<action name="loadinner">
  removeplugin(play);
  freezeview(false);

  tween(view.hlookat, 260.4, 1, easeInOutSine);

  set(plugin[fullscreen_button].visible, true);
  set(plugin[embed_share].visible, true);
  set(plugin[panoControl].visible, true);
  action(show_hotspots_by_name);
</action>

<plugin
  name="play"
  url="https://www.360cities.net/images/play1.png"
  keep="true"
  scale="1"
  align="center"
  alpha="0.8"
  onclick="action(loadinner)"
  onhover="showtext(Load this interactive panoramic image,tooltip_bottom);"
  onover="tween(plugin[play].alpha,1.0,0.2)"
  onout="tween(plugin[play].alpha,0.8,0.2)"
>
</plugin>

<plugin
  name="embed_ping"
  url="%SWFPATH%/plugins/embed_ping.swf"
  handle="old-and-new-acropolis-museum"
>
</plugin>


</krpano>
