<krpano version="1.23" title="Monaco" onstart="startup();">




<action name="startup">
		
		loadscene(scene_airmusee, null, MERGE);
		
		
	</action>

	<include url="skin/vtourskin.xml" />
	 <include url="plugins/modal_window.xml" keep="true"/>
	
	<!--<plugin name="editor"  url="%SWFPATH%/plugins/editor.swf" keep="true"  />-->
	<!--<plugin name="cursorposition"  url="plugins/cursorposition.swf" keep="true" align="middleright"/>-->

	
<plugin name="bartop" url="skin/textfield.jpg" align="lefttop" width="100%" height="50" x="0" y="0" alpha="0.4" zorder="0" keep="true" handcursor="false" />
	
	<plugin name="logoMC" url="skin/logo.jpg" align="lefttop"  x="0" y="0" alpha="1" zorder="1" keep="true" onclick="openurl(http://www.visitmonaco.com/fr,_blank)"/>
	
	

	
	
	<plugin name="planbtn" url="skin/map.png" align="righttop"  x="0" y="0" alpha="1" zorder="1" keep="true" onclick="openplan();"/>
	
	<!--<layer name="mapcontainer" type="container" bgcolor="0xFFFFFF" bgalpha="0.5" align="righttop" x="0" y="50" width="600" height="600" scale="0" edge="topright" keep="true">
		<layer name="plan" url="skin/plan.png" align="righttop" x="0" y="0" width="600" height="600" scale="0" alpha="1" zorder="1" keep="true" onclick=""/>
	
	<spot name="spot1" url="skin/mappoint.png" active="true" style="tooltipheli"  tooltipheliw="150" tooltipheli="Fontvieille" onclick="gochapiteau()"/>
	
	</layer>-->
	
	
	
	
	<action name="openplan">
	set(layer[mapcontainer].visible,1); set(plugin[closeplan].visible,true); set(plugin[closeplan].visible,true); set(plugin[planbtn].onclick,closeplan()); 
	
	
	</action>
	
	<action name="closeplan">
	set(layer[mapcontainer].visible,0); set(plugin[closeplan].visible,false); set(plugin[closeplan].visible,false); set(plugin[planbtn].onclick,openplan());
	
	</action>
	
	<action name="activatespot">
		<!-- copy the spot position to the radar and activespot position -->
		
		copy(layer[activespot].x, layer[%1].x);
		copy(layer[activespot].y, layer[%1].y);
		set(layer[activespot].visible, true);
	</action>

<layer name="mapcontainer" keep="true" type="container" state="closed"  bgcolor="0xffffff" bgalpha="0" edge="righttop" align="righttop" x="60" y="50" width="600" height="600" dropshadow="true" visible="0">	
	<layer name="plan" url="skin/plan.png" parent="container" align="righttop" width="600" height="600" edge="righttop" x="0" y="0" zorder="1" handcursor="false" >
				
				<layer name="spot1" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Fontvieille" align="righttop" edge="bottom" x="437" y="485" zorder="100" onclick="gochapiteau()" />
				<layer name="spot2" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille" align="righttop" edge="bottom" x="414" y="450" zorder="100" onclick="goportfontvieille()" />
				<layer name="spot3" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule" align="righttop" edge="bottom" x="337" y="350" zorder="100" onclick="gohercule()" />
				
				<layer name="spot4" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue" align="righttop" edge="bottom" x="280" y="335" zorder="100" onclick="gohercule2()" />
				
				<layer name="spot5" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum" align="righttop" edge="bottom" x="264" y="250" zorder="100" onclick="gofairmont()" />
				
				<layer name="spot6" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto" align="righttop" edge="bottom" x="217" y="160" zorder="100" onclick="golarvotto()" />
				
				<layer name="spot7" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo" align="righttop" edge="bottom" x="161" y="150" zorder="100" onclick="goetoile()" />
				
				<layer name="spot8" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Country Club-MC Beach" align="righttop" edge="bottom" x="117" y="74" zorder="100" onclick="gobeach()" />
					
				<layer name="spot9" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="250" tooltipheli="Casino de Monte-Carlo" align="righttop" edge="bottom" x="320" y="258" zorder="100" onclick="gocasino()" />	
				
				<layer name="spot10" url="skin/mappoint.png" style="tooltipheli"  tooltipheliw="150" tooltipheli="Monaco depuis Musée océanographique" align="righttop" edge="bottom" x="315" y="430" zorder="100" onclick="goairmusee()" />
				
				<layer name="closeplan" url="plugins/close.png" align="lefttop"  x="5" y="5" alpha="1" zorder="200" keep="true" visible="false" scale="0.8" onclick="closeplan()"/>
				
				

				<!-- activated spot image (zorder=3 and hidden at start) -->
				<layer name="activespot" url="skin/mappointactive.png" align="righttop" edge="bottom" ox="0" oy="12" zorder="300" visible="false" />
				</layer>
				
</layer>
	
	
	
	
	
	

	
	<plugin name="pdf" url="skin/pdf.png" align="righttop" x="120" y="0" alpha="1" zorder="1" keep="true" onclick="js(display_box('Agenda', 'docs/agenda.pdf', 'iframe'))"/>
	
	<plugin name="info" url="skin/info.png" align="righttop" x="170" y="0" alpha="1" zorder="1" keep="true" onclick="js(display_box('A savoir', 'docs/infos.html', 'iframe'))"/>
	
	<plugin name="videobtn" url="skin/video.png" align="righttop" x="220" y="0" alpha="1" zorder="1" keep="true" onclick="playvideo()"/>
	
	<plugin name="video_fond" url="skin/px2.jpg" visible="0" width="100%" height="100%" align="lefttop" keep="true"  alpha="0.8" zorder="19" onclick="stopvideo"/>	
		
	<action name="playvideo">
		set(plugin[video].visible,1); plugin[video].play(); set(plugin[video].onclick, stopvideo()); closeplan();  byemenu(); byesaviez();
		set(plugin[video_fond].visible,1);
	</action>
	
	<action name="stopvideo">
		 set(plugin[video].visible,0); plugin[video].stop(); set(plugin[video].onclick, playvideo());
		 set(plugin[video_fond].visible,0);
	</action>		
		
	<plugin name="video"
        url="plugins/vp.swf"
        alturl="plugins/vp.js"
        videourl="skin/film.mp4"
		scale="1"
        posterurl=""
        align="center" x="0" y="0"
        pausedonstart="true"
        loop="false"
        volume="1.0"
        buffertime="0.1"
        ignoremetadata="false"
        updateeveryframe="true"
        onvideoready=""
        onvideopaused=""
        onvideocomplete="stopvideo()"
        onunsupported=""
		visible="false"
		onclick="togglepause();"
		keep="true"
		zorder="200"
		
        />	
	
	
	
	
	
	<plugin name="diapo" url="skin/diapo.png" align="righttop" x="270" y="0" alpha="1" zorder="1" keep="true" onclick="js(display_box('Diaporama', 'galerie/photos.html', 'iframe'))"/>
	
	

	
	
	

	
	
	
<plugin name="credit" url="skin/credit.png" scale="1" align="leftbottom"  x="10" y="10" alpha="1" zorder="300" keep="true" onclick="goinfocredit();" parent="skin_control_bar" />


<action name="goinfocredit">
					set(layer[infocredit].visible, true);
	               tween(layer[infocredit].alpha, 1.0, 0.5); 
				   set(layer[credit].onclick, byeinfocredit);
</action>

<action name="byeinfocredit">
					tween(layer[infocredit].alpha, 0.0, 0.25, default, set(layer[infocredit].visible,false); );
					set(layer[credit].onclick, goinfocredit);
</action>

   <layer name="infocredit" keep="true" zorder="200"
	       url="plugins/textfield.swf"
	      fadeintime="1" fadetime="1"
	       visible="false" alpha="0"
	       enabled="true"
	       align="leftbottom"
	       edge="leftbottom"
		   y="80"
		   x="10"
	       width="200"
	       height="300"
	       background="true" backgroundcolor="0xFFFFFF" backgroundalpha="1"
	       border="false" bordercolor="0x000000" borderalpha="1.0"
	       borderwidth="1.0" roundedge="10"
	       shadow="1" shadowrange="4.0" shadowangle="45" shadowcolor="0x000000" shadowalpha="1.0"
	       textshadow="1" textshadowrange="3.0" textshadowangle="90" textshadowcolor="0x000000" textshadowalpha="0.3"
		   onclick="byeinfocredit()"
	       html="data:html2" css="data:css3" />
		   
		   <data name="html2" devices="all">
		   [p][br/]
		  	Réalisé par[br/]
[h4]Christophe Bouthé[/h4]
+33 609 348 620[br/]
[a href='http://www.enterview.fr']enterview.fr[/a][br/][br/]	  
		 [br/] Produit par[br/][h3]Agence Vent d'autan[/h3][br/]
1bis rue Alain Colas[br/]
81000 Albi[br/]
+33 563 810 200[br/]	   
		  [a href='http://www.ventdautan.fr']Vent d'autan[/a][br/]
[br/]	




		   [/p]
		   

	       
	      </data>
	
	
	<data name="css3">
	body{background-color:transparent; }
	h4{color:#ff8206; font-family:Arial; font-size:12;  text-align:center; }
	h3{color:#14a0dc; font-family:Arial; font-size:12;  text-align:center; }
	
	p{color:#333333; font-family:Arial; font-size:12; text-align:center; }
	
	a      { font-size:12; text-decoration:underline;  color:#333333;  }
	a:hover { color:#873275; text-decoration:none;}
	

</data>
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	<!--<layer name="mapcontainer" type="container" bgcolor="0xFFFFFF" bgalpha="0.5" align="lefttop" x="-520" y="5" width="520" height="520"  keep="true">

	
		<plugin name="map" keep="true"
		        url.html5="%SWFPATH%/plugins/bingmaps.js"
		        url.flash="%SWFPATH%/plugins/bingmaps.swf"
		        align="lefttop" x="10" y="10" width="500" height="500"
		        key="AhI3gIa0jj3nrcxSsy8nak7Q2wFBwzkT3BlyRGKlyiD2REEC1yJ_DlJprNinivDo"
		        maptype="SATELLITE"
		        lat="43.740042" lng="7.425587" zoom="14"
		        >

			<radar visible="true" size="300" alpha="0.23" fillcolor="0xFFFFFF" fillalpha="1.0" linecolor="0x00FF00" linealpha="0.5" linewidth="0.5" dragable="true" headingoffset="-20" />

			<spot name="spot1p" lat="43.727258" lng="7.419174" heading="0" active="true" style="tooltipheli"  tooltipheliw="150" tooltipheli="Fontvieille" onclick="gochapiteau()"/>
			
			<spot name="spot2p" lat="43.729321" lng="7.419826" heading="140" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille" onclick="goportfontvieille()"/>			
			
			<spot name="spot3p" lat="43.734739" lng="7.425100" heading="-65" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule" onclick="gohercule()"/>
			
			<spot name="spot4p" lat="43.735917" lng="7.430110" heading="-15" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue" onclick="gohercule2()"/>
			
			<spot name="spot5p" lat="43.740862" lng="7.431235" heading="-70" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum" onclick="gofairmont()"/>
			
			<spot name="spot6p" lat="43.745370" lng="7.434729" heading="-40" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto" onclick="golarvotto()"/>
			
			<spot name="spot7p" lat="43.739656" lng="7.426999" heading="190" style="tooltipheli"  tooltipheliw="250" tooltipheli="Casino de Monte-Carlo" onclick="gocasino()"/>
			
			<spot name="spot8p" lat="43.746421" lng="7.438882" heading="-20" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo" onclick="goetoile()"/>
			
			<spot name="spot9p" lat="43.751272" lng="7.442365" heading="150" onhover="showtext(Country Club - MC Beach)" onclick="gobeach()"/>

		</plugin>

	</layer>
	
	<plugin name="terre" url="skin/terre.png" align="topleft" x="0" y="5" keep="true" onclick="gomap()"/>
	
<action name="gomap">tween(layer[mapcontainer].x,10,0.5); tween(plugin[terre].x,530,0.5); set(plugin[terre].url, skin/close.png); set(plugin[terre].onclick,byemap());</action>
<action name="byemap">tween(layer[mapcontainer].x,-520,0.5); tween(plugin[terre].x,0,0.5); set(plugin[terre].url,skin/terre.png); set(plugin[terre].onclick,gomap());</action>-->
	

<action name="gochapiteau"> looktohotspot();
  loadscene(scene_chapiteau, null, MERGE, BLEND(2)); 
</action>	

<action name="gofairmont"> looktohotspot();
  loadscene(scene_fairmont_grimaldi, null, MERGE, BLEND(2));
</action>

<action name="gogrotte"> looktohotspot();
  loadscene(scene_grotte, null, MERGE, BLEND(2));
</action>

<action name="gohercule"> looktohotspot();
  loadscene(scene_hercule, null, MERGE, BLEND(2));
</action>

<action name="godevote"> looktohotspot();
  loadscene(scene_devote, null, MERGE, BLEND(2));
</action>	

<action name="godevoteautel"> looktohotspot();
  loadscene(scene_devoteautel, null, MERGE, BLEND(2));
</action>	


<action name="gohercule2"> looktohotspot();
  loadscene(scene_hercule2, null, MERGE, BLEND(2)); 
</action>

<action name="gojapon"> looktohotspot();
  loadscene(scene_japon, null, MERGE, BLEND(2));
</action>

<action name="gojardins"> looktohotspot();
  loadscene(scene_jardins, null, MERGE, BLEND(2));
</action>

<action name="goantoinette"> looktohotspot();
  loadscene(scene_antoinette, null, MERGE, BLEND(2));
</action>


<action name="golarvotto"> looktohotspot();
  loadscene(scene_larvoto, null, MERGE, BLEND(2));
</action>

<action name="goplage"> looktohotspot();
  loadscene(scene_plage, null, MERGE, BLEND(2));
</action>

<action name="goportfontvieille"> looktohotspot();
  loadscene(scene_port_fontvieille, null, MERGE, BLEND(2));
</action>

<action name="gocasino"> looktohotspot();
  loadscene(scene_casino, null, MERGE, BLEND(2));
</action>

<action name="goetoile"> looktohotspot();
  loadscene(scene_air-etoile, null, MERGE, BLEND(2));
</action>


<action name="gobeach"> looktohotspot();
  loadscene(scene_beach150m, null, MERGE, BLEND(2));
</action>

<action name="goponton"> looktohotspot();
  loadscene(scene_hercule_ponton, null, MERGE, BLEND(2));
</action>


<action name="gojour"> looktohotspot();
  loadscene(scene_jour, null, MERGE, BLEND(2));
</action>

<action name="goairmusee"> looktohotspot();
  loadscene(scene_airmusee, null, MERGE, BLEND(2));
</action>

<action name="goparcoceano"> looktohotspot();
  loadscene(scene_parcoceano, null, MERGE, BLEND(2));
</action>


<scene name="scene_airmusee" title="Monaco" onstart="activatespot(spot10);" thumburl="panos/airmusee.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="3.709" vlookat="21.499" fovtype="MFOV" fov="132.227" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="range" vlookatmin="-40" vlookatmax="+90" />

		<preview url="panos/airmusee.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3820" tiledimageheight="3820">
				<cube url="panos/airmusee.tiles/%s/l4/%v/l4_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1910" tiledimageheight="1910">
				<cube url="panos/airmusee.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="956" tiledimageheight="956">
				<cube url="panos/airmusee.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="512" tiledimageheight="512">
				<cube url="panos/airmusee.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/airmusee.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		<hotspot name="hercule2-airmusee" url="skin/heli.png" zorder="1" 
	         ath="71.244" atv="-1.967" width="116" height="44" 
			  style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />
			 
			 <hotspot name="hercule-airmusee" url="skin/heli.png" zorder="1" 
	         ath="32.410" atv="-6.332" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />

	<hotspot name="portfontvieille-airmusee" url="skin/heli.png" zorder="1" 
	         ath="-62.472" atv="-9.887" width="116" height="44" scale="1" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />

<hotspot name="chapiteau-airmusee" url="skin/heli.png" zorder="1" 
	         ath="-81.001" atv="-4.805" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Fontvieille"
	         onclick="gochapiteau()"
	         />

 <hotspot name="casino-airmusee" url="skin/heli.png" zorder="1" 
	         ath="49.809" atv="-0.961" width="116" height="44" scale="0.6" style="tooltipheli" tooltipheli="Casino de Monte-Carlo" tooltipheliw="250"
	         onclick="gocasino()"
	         />


<hotspot name="fairmont-airmusee" url="skin/heli.png" zorder="1" 
	         ath="61.137" atv="-1.858" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum"
	         onclick="gofairmont()"
	         />












<hotspot name="MOM" url="skin/px.jpg" ath="-2.435" atv="29.362" height="45" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="MOM" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[MOM]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Musée océanographique de Monaco" tooltipNEWw="350" onclick="openurl(http://enterview.fr/musee/oceanographique.html,_blank);"/>


<hotspot name="jour" url="skin/px.jpg"  ath="-37.370" atv="5.855" height="30" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="jour" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jour]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La place du Palais Princier" tooltipNEWw="260" onclick="gojour()"/>


<hotspot name="asm" url="skin/px.jpg" ath="-67.662" atv="5.495" height="35" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="asm" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[asm]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Stade Louis II" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/monacoAS/stade.html,_blank);"/>


<hotspot name="diocese" url="skin/px.jpg"  ath="-56.262" atv="8.657" height="30" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="diocese" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[diocese]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Diocèse de Monaco" tooltipNEWw="150" onclick="openurl(http://www.enterview.fr/monacodiocese/tour.html,_blank);"/>





<hotspot name="mairie" url="skin/px.jpg" ath="-35.934" atv="16.681" height="35" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="mairie" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mairie]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La Mairie de Monaco" tooltipNEWw="170" onclick="openurl(http://enterview.fr/monacomairie/tour.html?startscene=1,_blank);"/>


<hotspot name="parcoceano" url="skin/px.jpg" ath="-75.497" atv="22.272" height="35" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="parcoceano" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[parcoceano]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Jardins Saint-Martin" tooltipNEWw="170" onclick="goparcoceano()"/>


<hotspot name="mariott" url="skin/px.jpg" ath="-72.951" atv="4.746" height="25" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="mariott" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mariott]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Marriott" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/marriott/hotel.html,_blank);"/>


<hotspot name="chapiteau" url="skin/px.jpg" ath="-85.867" atv="6.668" height="55" edge="bottom" handcursor="false" zorder="5"/>
<plugin name="chapiteau" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[chapiteau]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Espace Fontvieille" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/espace/fontvieille.html,_blank);"/>







	</scene>




<scene name="scene_hercule" title="Port Hercule" onstart="activatespot(spot3);" thumburl="panos/hercule.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="6.006" vlookat="20.989" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90" />

		<preview url="panos/hercule.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="4776" tiledimageheight="4776">
				<cube url="panos/hercule.tiles/%s/l4/%0v/l4_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="2388" tiledimageheight="2388">
				<cube url="panos/hercule.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="1194" tiledimageheight="1194">
				<cube url="panos/hercule.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="598" tiledimageheight="598">
				<cube url="panos/hercule.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
			</level>
			<mobile>
				<cube url="panos/hercule.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		<hotspot name="hercule2-hercule" url="skin/heli.png" zorder="1" 
	         ath="156.773" atv="-5.190" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />

	<hotspot name="portfontvieille-hercule" url="skin/heli.png" zorder="1" 
	         ath="-90.374" atv="-10.509" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />

	<hotspot name="fairmont-hercule" url="skin/heli.png" zorder="1" 
	         ath="121.909" atv="-7.065" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont - Grimaldi Forum"
	         onclick="gofairmont()"
	         />
			 
			 <hotspot name="casino-hercule" url="skin/heli.png" zorder="1" 
	         ath="101.909" atv="-7.065" width="116" height="44" scale="0.7" style="tooltipheli" tooltipheli="Casino de Monte-Carlo" tooltipheliw="250"
	         onclick="gocasino()"
	         />
			 
			 
			  <hotspot name="airmusee-hercule" url="skin/heli.png" zorder="1" 
	         ath="-116.131" atv="-12.517" width="116" height="44" scale="1" style="tooltipheli" tooltipheli="Monaco depuis Musée océanographique" tooltipheliw="350"
	         onclick="goairmusee()"
	         />
			 
			 
			 
<hotspot name="ponton" url="skin/px.jpg"  ath="-45.156" atv="29.586" height="85" edge="bottom" handcursor="false"/>
<plugin name="ponton" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[ponton]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Ponton du Port Hercule" tooltipNEWw="200" onclick="goponton()"/>



 <hotspot name="devote" url="skin/px.jpg"  ath="42.968" atv="8.523" height="85" edge="bottom" handcursor="false"/>
<plugin name="devote" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[devote]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Eglise Sainte-Devote" tooltipNEWw="200" onclick="godevote()"/>

<hotspot name="jour" url="skin/px.jpg" ath="-56.603" atv="1.426" height="30" edge="bottom" handcursor="false"/>
<plugin name="jour" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jour]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La place du Palais Princier" tooltipNEWw="260" onclick="gojour()"/>


<hotspot name="MOM" url="skin/px.jpg" ath="-102.545" atv="-2.040" height="45" edge="bottom" handcursor="false"/>
<plugin name="MOM" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[MOM]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Musée océanographique de Monaco" tooltipNEWw="350" onclick="openurl(http://enterview.fr/musee/oceanographique.html,_blank);"/>


<!--<hotspot name="ycm" url="skin/px.jpg" ath="119.152" atv="9.301" height="85" edge="bottom" handcursor="false"/>
<plugin name="ycm" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[ycm]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Yacht Club de Monaco" tooltipNEWw="170" onclick="openurl(http://enterview.fr/ycm/tour.html,_blank);"/>-->

<hotspot name="mairie" url="skin/px.jpg" ath="-83.772" atv="-0.852" height="35" edge="bottom" handcursor="false"/>
<plugin name="mairie" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mairie]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La Mairie de Monaco" tooltipNEWw="170" onclick="openurl(http://enterview.fr/monacomairie/tour.html,_blank);"/>


<hotspot name="antoinette" url="skin/px.jpg"  ath="-13.378" atv="-2.078" height="45" edge="bottom" handcursor="false"/>
<plugin name="antoinette" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[antoinette]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Parc Princesse Antoinette" tooltipNEWw="200" onclick="goantoinette()"/>

	
	</scene>
	
	
	
	
	
	<scene name="scene_hercule_ponton" title="Port Hercule ponton" onstart="" thumburl="panos/hercule_ponton.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="533.897" vlookat="2.168" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/hercule_ponton.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/hercule_ponton.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/hercule_ponton.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/hercule_ponton.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/hercule_ponton.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		 <hotspot name="hercule-ponton" url="skin/heli.png" zorder="1" 
	          ath="34.504" atv="-33.890" width="116" height="44" scale="1" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />
			 
			 
			  <hotspot name="hercule2-ponton" url="skin/heli.png" zorder="1" 
	           ath="39.590" atv="-17.552" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />
		
		
		

	</scene>
	
	
	
	
	
	<scene name="scene_devote" title="Eglise Sainte-Devote" onstart="" thumburl="panos/devote.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/devote.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/devote.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/devote.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/devote.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/devote.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		


		<hotspot name="spot1" style="tooltipsimple"  tooltipsimplew="150" tooltipsimple="Autel" scale="0.6" ath="0.000" atv="0.000" linkedscene="scene_devoteautel" />
		<hotspot name="spot2" style="tooltipsimple" tooltipsimplew="150" tooltipsimple="Port Hercule" scale="0.6" ath="-179.200" atv="-4.147" linkedscene="scene_hercule" />

	</scene>

	<scene name="scene_devoteautel" title="Eglise Sainte-Devote" onstart="" thumburl="panos/devoteautel.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/devoteautel.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/devoteautel.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/devoteautel.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/devoteautel.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/devoteautel.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		<hotspot name="spot1" style="tooltipsimple" tooltipsimplew="150" tooltipsimple="Allée centrale" scale="0.6" ath="178.631" atv="0.796" linkedscene="scene_devote" />

	</scene>

	
	
	

	

	<scene name="scene_hercule2" title="Port Hercule Digue" onstart="activatespot(spot4);" thumburl="panos/hercule2.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="7.351" vlookat="19.081" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90"  />

		<preview url="panos/hercule2.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="4776" tiledimageheight="4776">
				<cube url="panos/hercule2.tiles/%s/l4/%0v/l4_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="2388" tiledimageheight="2388">
				<cube url="panos/hercule2.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="1194" tiledimageheight="1194">
				<cube url="panos/hercule2.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="598" tiledimageheight="598">
				<cube url="panos/hercule2.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
			</level>
			<mobile>
				<cube url="panos/hercule2.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
	<hotspot name="fairmont-hercule2" url="skin/heli.png" zorder="1" 
	         ath="37.443" atv="-15.471" width="116" height="44" style="tooltipheli"  tooltipheliw="250" tooltipheli="Fairmont - Grimaldi Forum"
	         onclick="gofairmont()"
	         />
			 
			<hotspot name="casino-hercule2" url="skin/heli.png" zorder="1" 
	         ath="3.885" atv="-16.148" width="116" height="44" style="tooltipheli"  tooltipheliw="250" tooltipheli="Casino de Monte-Carlo"
	         onclick="gocasino()"
	         />

	<hotspot name="portfontvieille-hercule2" url="skin/heli.png" zorder="1" 
	         ath="252.594" atv="-3.908" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />

	<hotspot name="hercule-hercule2" url="skin/heli.png" zorder="1" 
	         ath="-80.621" atv="-11.013" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />

	<hotspot name="larvotto-hercule2" url="skin/heli.png" zorder="1" 
	         ath="52.931" atv="-10.359" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto"
	         onclick="golarvotto()"
	         />

	<hotspot name="etoile-hercule2" url="skin/heli.png" zorder="1" 
	         ath="63.105" atv="-6.605" width="116" height="44" scale="0.3" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo"
	         onclick="goetoile()"/>
			 
			 
		<hotspot name="airmusee-hercule" url="skin/heli.png" zorder="1" 
	         ath="-123.127" atv="-12.320" width="116" height="44" scale="1" style="tooltipheli" tooltipheli="Monaco depuis Musée océanographique" tooltipheliw="350"
	         onclick="goairmusee()"
	         />
			 
			 
			 

		
<!--<hotspot name="ycm" url="skin/px.jpg" ath="-24.923" atv="12.254" height="85" edge="bottom" handcursor="false"/>
<plugin name="ycm" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[ycm]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Yacht Club de Monaco" tooltipNEWw="170" onclick="openurl(http://enterview.fr/ycm/tour.html,_blank);"/>-->


		
<hotspot name="MOM" url="skin/px.jpg" ath="-113.643" atv="-1.296" height="45" edge="bottom" handcursor="false"/>
<plugin name="MOM" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[MOM]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Musée océanographique de Monaco" tooltipNEWw="350" onclick="openurl(http://enterview.fr/musee/oceanographique.html,_blank);"/>


	</scene>







<scene name="scene_port_fontvieille" title="Port Fontvieille" onstart="activatespot(spot2);" thumburl="panos/port_fontvieille.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="-88.138" vlookat="22.411" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90"  />

		<preview url="panos/port_fontvieille.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="4776" tiledimageheight="4776">
				<cube url="panos/port_fontvieille.tiles/%s/l4/%0v/l4_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="2388" tiledimageheight="2388">
				<cube url="panos/port_fontvieille.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="1194" tiledimageheight="1194">
				<cube url="panos/port_fontvieille.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="598" tiledimageheight="598">
				<cube url="panos/port_fontvieille.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
			</level>
			<mobile>
				<cube url="panos/port_fontvieille.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
	<hotspot name="fontvieille-portfontvieille" url="skin/heli.png" zorder="1" 
	         ath="60.724" atv="-4.797" width="116" height="44" style="tooltipheli"  tooltipheliw="120" tooltipheli="Fontvieille"
	         onclick="gochapiteau()"
	         />

	<hotspot name="hercule-portfontvieille" url="skin/heli.png" zorder="1" 
	         ath="-78.117" atv="-15.199" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="130" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />
		
		
		<hotspot name="airmusee-portfonvieille" url="skin/heli.png" zorder="1" 
	         ath="-50.959" atv="-11.824" width="116" height="44" scale="1" style="tooltipheli" tooltipheli="Monaco depuis Musée océanographique" tooltipheliw="350"
	         onclick="goairmusee()"
	         />
			 
		
		<hotspot name="jardins" url="skin/px.jpg"  ath="170.720" atv="-5.000" height="85" edge="bottom" handcursor="false"/>
<plugin name="jardins" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jardins]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW=" Le Jardin Exotique de Monaco et la Grotte de l'Observatoire" tooltipNEWw="500" onclick="gojardins()"/>


<hotspot name="jour" url="skin/px.jpg"  ath="-91.695" atv="-4.800" height="30" edge="bottom" handcursor="false"/>
<plugin name="jour" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jour]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La place du Palais Princier" tooltipNEWw="260" onclick="gojour()"/>


<hotspot name="diocese" url="skin/px.jpg"  ath="-44.778" atv="-2.475" height="30" edge="bottom" handcursor="false"/>
<plugin name="diocese" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[diocese]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Diocèse de Monaco" tooltipNEWw="260" onclick="openurl(http://www.enterview.fr/monacodiocese/tour.html,_blank);"/>






<hotspot name="asm" url="skin/px.jpg" ath="115.367" atv="6.002" height="85" edge="bottom" handcursor="false"/>
<plugin name="asm" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[asm]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Stade Louis II" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/monacoAS/stade.html,_blank);"/>




<hotspot name="antoinette" url="skin/px.jpg"  ath="-159.261" atv="-3.817" height="45" edge="bottom" handcursor="false"/>
<plugin name="antoinette" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[antoinette]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Parc Princesse Antoinette" tooltipNEWw="200" onclick="goantoinette()"/>


<hotspot name="mariott" url="skin/px.jpg" ath="104.371" atv="3.802" height="55" edge="bottom" handcursor="false"/>
<plugin name="mariott" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mariott]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Marriott" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/marriott/hotel.html,_blank);"/>


<hotspot name="chapiteau" url="skin/px.jpg" ath="64.483" atv="6.683" height="35" edge="bottom" handcursor="false"/>
<plugin name="chapiteau" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[chapiteau]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Espace Fontvieille" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/espace/fontvieille.html,_blank);"/>


	</scene>
	
	
	

	
	<scene name="scene_chapiteau" title="Fontvieille" onstart="activatespot(spot1);" thumburl="panos/chapiteau.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="246.510" vlookat="17.718" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90"  />

		<preview url="panos/chapiteau.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="4776" tiledimageheight="4776">
				<cube url="panos/chapiteau.tiles/%s/l4/%0v/l4_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="2388" tiledimageheight="2388">
				<cube url="panos/chapiteau.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="1194" tiledimageheight="1194">
				<cube url="panos/chapiteau.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="598" tiledimageheight="598">
				<cube url="panos/chapiteau.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
			</level>
			<mobile>
				<cube url="panos/chapiteau.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		<hotspot name="portfontvieille-fontvieille" url="skin/heli.png" zorder="1" 
	         ath="21.295" atv="-16.656" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />

	<hotspot name="hercule-fontvieille" url="skin/heli.png" zorder="1" 
	         ath="36.962" atv="-10.667" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />
			 
			 
			 
			 <hotspot name="airmusee-fonvieille" url="skin/heli.png" zorder="1" 
	         ath="87.108" atv="-9.150" width="116" height="44" scale="0.7" style="tooltipheli" tooltipheli="Monaco depuis Musée océanographique" tooltipheliw="350"
	         onclick="goairmusee()"
	         />
			 
			 
		<hotspot name="asm" url="skin/px.jpg" ath="-62.151" atv="10.200" height="85" edge="bottom" handcursor="false"/>
<plugin name="asm" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[asm]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Stade Louis II" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/monacoAS/stade.html,_blank);"/>	 


	<hotspot name="mariott" url="skin/px.jpg" ath="-85.151" atv="10.100" height="85" edge="bottom" handcursor="false"/>
<plugin name="mariott" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mariott]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Marriott" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/marriott/hotel.html,_blank);"/>	 
			 
			 
			 
			 
	<hotspot name="jardins" url="skin/px.jpg"  ath="-21.730" atv="-1.568" height="85" edge="bottom" handcursor="false"/>
<plugin name="jardins" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jardins]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW=" Le Jardin Exotique de Monaco et la Grotte de l'Observatoire" tooltipNEWw="500" onclick="gojardins()"/>		 
			 
			 
<hotspot name="diocese" url="skin/px.jpg"  ath="66.119" atv="2.702" height="30" edge="bottom" handcursor="false"/>
<plugin name="diocese" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[diocese]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Diocèse de Monaco" tooltipNEWw="260" onclick="openurl(http://www.enterview.fr/monacodiocese/tour.html,_blank);"/>	


<hotspot name="MOM" url="skin/px.jpg" ath="76.077" atv="0.626" height="45" edge="bottom" handcursor="false"/>
<plugin name="MOM" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[MOM]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Musée océanographique de Monaco" tooltipNEWw="350" onclick="openurl(http://enterview.fr/musee/oceanographique.html,_blank);"/>		 
			 


<hotspot name="chapiteau" url="skin/px.jpg" ath="-125.652" atv="24.228" height="15" edge="bottom" handcursor="false"/>
<plugin name="chapiteau" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[chapiteau]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Espace Fontvieille" tooltipNEWw="170" onclick="openurl(http://enterview.fr/espace/fontvieille.html,_blank);"/>			 
	 

	</scene>
	
	
	
	
	
	<scene name="scene_cirque" title="Espace Fontvieille" onstart="" thumburl="panos/cirque.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="39.239" vlookat="18.608" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/cirque.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3820" tiledimageheight="3820">
				<cube url="panos/cirque.tiles/%s/l4/%v/l4_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1910" tiledimageheight="1910">
				<cube url="panos/cirque.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="956" tiledimageheight="956">
				<cube url="panos/cirque.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="512" tiledimageheight="512">
				<cube url="panos/cirque.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/cirque.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		<hotspot name="spot22" style="tooltipsimple" ath="39.346" atv="1.790" linkedscene="scene_chapiteau"  tooltipsimplew="200" tooltipsimple="Fontvieille" zorder2="1.0" zorder="20" />		



	
	</scene>
	
	
	
	<action name="look">lookat(0.5, 90, 120);
		    wait(LOAD);
			oninterrupt(break);
			wait(BLEND);
			lookto(0.5, 0, 120, smooth(40,40,40));
			set(hotspot[spot21].visible, true);
			set(hotspot[spot22].visible, true);
			gocursor();
			</action>
			
			
			
	<action name="gocursor">
	set(plugin[sun].visible, true);
	set(plugin[moon].visible, true);
	set(plugin[slider_bg].visible, true);
	set(plugin[slider_grip].visible, true);
	
	</action>
	
	<scene name="scene_jour" title="Place du Palais" onstart="action(start); look()" thumburl="panos/jour.tiles/thumb.jpg" lat="" lng="" heading="">
	
	<events onmousedown="set(hotspot[spot21].visible, true); set(hotspot[spot22].visible, true); skin_showthumbs2(); gocursor();" />
	

		<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/jour.tiles/preview.jpg" />

		<image>
			<cube url="panos/jour.tiles/pano_%s.jpg" />
			
		</image>

		<!-- place your scene hotspots here -->
		

	
	
<plugin name="sun" url="skin/sun.png" align="bottom" x="-200" y="-10" handcursor="false" zorder="2" parent="slider_bg" visible="false"/>
<plugin name="moon" url="skin/moon.png" align="bottom" x="200" y="-10" handcursor="false" zorder="2" parent="slider_bg" visible="false"/>

	<plugin name="slider_bg" url="skin/slider_background.png" align="bottom" x="0" y="150" handcursor="false" zorder="1"  visible="false"/>
	
	<plugin name="slider_grip" url="skin/slider_grip.png" align="left" edge="center" parent="slider_bg" x="0" zorder="2" visible="false" 
			dragging="if(pressed, 
						sub(dx, mouse.stagex, drag_stagex); 
						add(newx, drag_currentx, dx); 
						if(newx LT 0, set(newx,0));
						if(newx GT plugin[slider_bg].pixelwidth, copy(newx,plugin[slider_bg].pixelwidth));
						copy(x,newx);
						div(val, newx, plugin[slider_bg].pixelwidth);
						setblend(get(val));
						delayedcall(0,dragging());
					  );"
			ondown="copy(drag_currentx,x); copy(drag_stagex,mouse.stagex); dragging();"
			/>


	<action name="addface">
		addhotspot(%1);
		set(hotspot[%1].url, %2);
		set(hotspot[%1].ath, %3);
		set(hotspot[%1].atv, %4);
		set(hotspot[%1].width,  1000);
		set(hotspot[%1].height, 1000);
		if(ishtml5, if(isdesktop,
			<!-- desktop html5 browsers need overlapping cube faces -->
			set(hotspot[%1].width,  1002);
			set(hotspot[%1].height, 1002);
		  ));
		set(hotspot[%1].distorted, true);
		set(hotspot[%1].enabled, false);
		if(isflash, set(hotspot[%1].visible, false));
		set(hotspot[%1].alpha, 0.0);
		set(hotspot[%1].details, 16);
	</action>


	<action name="addcube">
	
		addface(face_%1_f, 'panos/jour.tiles/%1_f.jpg',    0,   0);
		addface(face_%1_l, 'panos/jour.tiles/%1_l.jpg',  -90,   0);
		addface(face_%1_r, 'panos/jour.tiles/%1_r.jpg',  +90,   0);
		addface(face_%1_b, 'panos/jour.tiles/%1_b.jpg', +180,   0);
		addface(face_%1_u, 'panos/jour.tiles/%1_u.jpg',    0, -90);
		addface(face_%1_d, 'panos/jour.tiles/%1_d.jpg',    0, +90);
		
		if(ishtml5,
		addface(face_%1_f, 'panos/jour.tiles/ipad/%1_f.jpg',    0,   0);
		addface(face_%1_l, 'panos/jour.tiles/ipad/%1_l.jpg',  -90,   0);
		addface(face_%1_r, 'panos/jour.tiles/ipad/%1_r.jpg',  +90,   0);
		addface(face_%1_b, 'panos/jour.tiles/ipad/%1_b.jpg', +180,   0);
		addface(face_%1_u, 'panos/jour.tiles/ipad/%1_u.jpg',    0, -90);
		addface(face_%1_d, 'panos/jour.tiles/ipad/%1_d.jpg',    0, +90);
		);
	</action>


	<action name="setalpha" devices="flash">
		set(%1.alpha, %2);
		if(%1.alpha == 0.0, set(%1.visible,false), set(%1.visible,true));
	</action>
	

	
		<action name="setalpha" devices="html5">
		
		set(%1.alpha, %2);
	</action>


	<action name="setcubealpha">
		setalpha(hotspot[face_%1_f], %2);
		setalpha(hotspot[face_%1_l], %2);
		setalpha(hotspot[face_%1_r], %2);
		setalpha(hotspot[face_%1_b], %2);
		setalpha(hotspot[face_%1_u], %2);
		setalpha(hotspot[face_%1_d], %2);
	</action>


	<action name="start">
		addcube(nuit);
		addcube(pano);
		setblend(0);
	</action>


	<action name="setblend" devices="flash">
		sub(blend2, 1.0, %1);
		setcubealpha(nuit, %1);
		setcubealpha(jour, get(blend2));
	</action>
	
	<action name="setblend" devices="html5">
		set(blend1, %1);
		sub(blend2, 1.0, %1);
		copy(hotspot[face_nuit_f].alpha, blend1);
		copy(hotspot[face_nuit_l].alpha, blend1);
		copy(hotspot[face_nuit_r].alpha, blend1);
		copy(hotspot[face_nuit_b].alpha, blend1);
		copy(hotspot[face_nuit_u].alpha, blend1);
		copy(hotspot[face_nuit_d].alpha, blend1);
		copy(hotspot[face_jour_f].alpha, blend2);
		copy(hotspot[face_jour_l].alpha, blend2);
		copy(hotspot[face_jour_r].alpha, blend2);
		copy(hotspot[face_jour_b].alpha, blend2);
		copy(hotspot[face_jour_u].alpha, blend2);
		copy(hotspot[face_jour_d].alpha, blend2);
	</action>
		

		
		
		
		<hotspot name="portfontvieille-palais" url="skin/heli.png" zorder2="1.0" zorder="20"
	         ath="-126.441" atv="-10.836" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />
			 
			 
			 <hotspot name="hercule-fontvieille" url="skin/heli.png"  zorder2="1.0" zorder="20"
	          ath="72.430" atv="-12.725" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />
		<hotspot name="spot21" style="tooltipsimple" ath="109.906" atv="2.080" linkedscene="scene_ruelle" visible="false" tooltipsimplew="200" tooltipsimple="Rue Comte Felix Castaldi" zorder2="1.0" zorder="20" />
		
		<hotspot name="spot22" style="tooltipsimple" ath="74.464" atv="2.934" linkedscene="scene_hbpalais" visible="false" tooltipsimplew="300" tooltipsimple="Vue sur le Port Hercule de nuit" zorder2="1.0" zorder="20"  />

	</scene>
	
	
	<scene name="scene_ruelle" title="Rue Comte Felix Castaldi" onstart="" thumburl="panos/ruelle.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/ruelle.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/ruelle.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/ruelle.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/ruelle.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/ruelle.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		<hotspot name="spot21" style="tooltipsimple" ath="-1.541" atv="-2.255" linkedscene="scene_placette" tooltipsimplew="150" tooltipsimple="Place de la Mairie"  zorder="20" />
		<hotspot name="spot3" style="tooltipsimple" ath="177.278" atv="-3.444" linkedscene="scene_jour" tooltipsimplew="260" tooltipsimple="Place du Palais Princier" />

	</scene>
	
	
	<scene name="scene_hbpalais" title="Vue sur le Port Hercule" onstart="" thumburl="panos/hbpalais.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="31.813" vlookat="2.935" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/hbpalais.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/hbpalais.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/hbpalais.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/hbpalais.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/hbpalais.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		<hotspot name="spot2" style="tooltipsimple" ath="-151.793" atv="-4.998" linkedscene="scene_jour" tooltipsimplew="260" tooltipsimple="Place du Palais Princier" />

	</scene>
	
	
	
	
	
	
	<scene name="scene_casino" title="Place du Casino" onstart="activatespot(spot9);" thumburl="panos/casino100m.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="-7.009" vlookat="28.335" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="range" vlookatmin="-40" vlookatmax="+90" />

		<preview url="panos/casino100m.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="1500" tiledimageheight="1500">
				<cube url="panos/casino100m.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="750" tiledimageheight="750">
				<cube url="panos/casino100m.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/casino100m.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		<hotspot name="fairmont-casino" url="skin/heli.png" zorder="1" 
	         ath="248.581" atv="-9.009" width="116" height="44" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum"
	         onclick="gofairmont()"
	         />

	<hotspot name="hercule-casino" url="skin/heli.png" zorder="1" 
	         ath="21.855" atv="-4.617" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />
			 
			 
			 <hotspot name="airmusee-casino" url="skin/heli.png" zorder="1" scale="0.6"
	         ath="0.000" atv="-4.617" width="116" height="44" style="tooltipheli"  tooltipheliw="350" tooltipheli="Monaco depuis le Musée océanographique"
	         onclick="goairmusee()"
	         />

	<hotspot name="hercule2-casino" url="skin/heli.png" zorder="1" 
	         ath="-23.298" atv="-4.618" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />

	<hotspot name="larvotto-casino" url="skin/heli.png" zorder="1" 
	         ath="232.280" atv="-6.042" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto"
	         onclick="golarvotto()"
	         />

	<hotspot name="etoile-casino" url="skin/heli.png" zorder="1" 
	         ath="240.710" atv="-4.090" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo"
	         onclick="goetoile()"/>
			 
			 
			 
			 
			 
			 			 
<hotspot name="shop" url="skin/px.jpg" ath="-151.576" atv="41.332" height="45" edge="bottom" handcursor="false"/>
<plugin name="shop" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[shop]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Métropole Shopping Center" tooltipNEWw="220" onclick="openurl(http://www.enterview.fr/shopping/center.html,_blank)"/> 

<hotspot name="metropole" url="skin/px.jpg" ath="-145.576" atv="34.000" height="45" edge="bottom" handcursor="false"/>
<plugin name="metropole" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[metropole]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Le Métropole" tooltipNEWw="220" onclick="openurl(http://www.enterview.fr/metropole/hotel.html,_blank)"/> 
	         
<hotspot name="HH" url="skin/px.jpg" ath="42.646" atv="20.131" height="45" edge="bottom" handcursor="false"/>
<plugin name="HH" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[HH]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Hermitage Monte-Carlo" tooltipNEWw="250" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/hotel-hermitage/hotel-hermitage-lobby/#,_blank);"/>	


<hotspot name="atrium" url="skin/px.jpg" ath="-36.735" atv="37.530" height="45" edge="bottom" handcursor="false"/>
<plugin name="atrium" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[atrium]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Casino de Monte-Carlo" tooltipNEWw="150" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/vue-parnoramique-2/monte-carlo-atrium/#,_blank);"/>	
	
	
<hotspot name="HP" url="skin/px.jpg" ath="-13.518" atv="46.234" height="45" edge="bottom" handcursor="false"/>
<plugin name="HP" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[HP]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel de Paris Monte-Carlo" tooltipNEWw="250" onclick="openurl(https://montecarlovirtualtour.com/?pano=hdp/lobby_hdp/tour.xml,_blank);"/>		



<hotspot name="thermes" url="skin/px.jpg" ath="-3.940" atv="19.437" height="45" edge="bottom" handcursor="false"/>
<plugin name="thermes" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[thermes]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Thermes Marins Monte-Carlo" tooltipNEWw="200" onclick="openurl(https://montecarlovirtualtour.com/?pano=thermes/17poolHBleue/tour.xml,_blank);"/>	
	</scene>
	
	
	
	
	
	
	
	

	<scene name="scene_fairmont_grimaldi" title="Fairmont_Grimaldi" onstart="activatespot(spot5);" thumburl="panos/fairmont_grimaldi.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="87.423" vlookat="15.095" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90" />

		<preview url="panos/fairmont_grimaldi.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="4776" tiledimageheight="4776">
				<cube url="panos/fairmont_grimaldi.tiles/%s/l4/%0v/l4_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="2388" tiledimageheight="2388">
				<cube url="panos/fairmont_grimaldi.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="1194" tiledimageheight="1194">
				<cube url="panos/fairmont_grimaldi.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="598" tiledimageheight="598">
				<cube url="panos/fairmont_grimaldi.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
			</level>
			<mobile>
				<cube url="panos/fairmont_grimaldi.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
			 
			 
<hotspot name="grim" url="skin/px.jpg" ath="91.173" atv="20.191" height="85" edge="bottom" handcursor="false"/>
<plugin name="grim" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[grim]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Grimaldi Forum" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/grimaldi/forum.html,_blank)"/> 
			 
			 
			 
<hotspot name="japon" url="skin/px.jpg"  ath="80.969" atv="35.513" height="85" edge="bottom" handcursor="false"/>
<plugin name="japon" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[japon]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Jardin Japonais" tooltipNEWw="170" onclick="gojapon()"/>


 <hotspot name="airmusee-fairmont" url="skin/heli.png" zorder="1" 
	         ath="-77.574" atv="-5.846" width="116" height="44" scale="0.5" style="tooltipheli" tooltipheli="Monaco depuis Musée océanographique" tooltipheliw="350"
	         onclick="goairmusee()"
	         />
			 
			 
			 
			 
			 
			<hotspot name="larvotto-fairmont" url="skin/heli.png" zorder="1" 
	         ath="119.822" atv="-10.061" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto"
	         onclick="golarvotto()"
	         />

	<hotspot name="casino-fairmont" url="skin/heli.png" zorder="1" 
	         ath="-48.845" atv="-6.390" width="116" height="44" style="tooltipheli"  tooltipheliw="250" tooltipheli="Casino de Monte-Carlo"
	         onclick="gocasino()"
	         />

	<hotspot name="hercule2-fairmont" url="skin/heli.png" zorder="1" 
	         ath="268.027" atv="-6.698" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />

	

	<hotspot name="etoile-fairmont" url="skin/heli.png" zorder="1" 
	         ath="139.759" atv="-6.867" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo"
	         onclick="goetoile()"
	         />

	<hotspot name="beach-fairmont" url="skin/heli.png" zorder="1" 
	         ath="129.336" atv="-6.703" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="150" tooltipheli="Country Club-Beach"
	         onclick="gobeach()"
	         />
		<!--<hotspot name="spot7" style="tooltipsimple" ath="80.592" atv="33.063" linkedscene="scene_japon" />-->
			 

	
		

	</scene>
	
	
	<scene name="scene_larvoto" title="Larvotto" onstart="activatespot(spot6);" thumburl="panos/larvoto.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="87.423" vlookat="15.095" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90" />

		<preview url="panos/larvoto.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="4776" tiledimageheight="4776">
				<cube url="panos/larvoto.tiles/%s/l4/%0v/l4_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="2388" tiledimageheight="2388">
				<cube url="panos/larvoto.tiles/%s/l3/%0v/l3_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="1194" tiledimageheight="1194">
				<cube url="panos/larvoto.tiles/%s/l2/%0v/l2_%s_%0v_%0h.jpg" />
			</level>
			<level tiledimagewidth="598" tiledimageheight="598">
				<cube url="panos/larvoto.tiles/%s/l1/%0v/l1_%s_%0v_%0h.jpg" />
			</level>
			<mobile>
				<cube url="panos/larvoto.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		
		
	<hotspot name="casino-larvotto" url="skin/heli.png" zorder="1" 
	         ath="-87.771" atv="-6.943" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="250" tooltipheli="Casino de Monte-Carlo"
	         onclick="gocasino()"
	         />

	<hotspot name="hercule2-larvotto" url="skin/heli.png" zorder="1" 
	         ath="252.664" atv="-5.384" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />

	<hotspot name="fairmont-larvotto" url="skin/heli.png" zorder="1" 
	         ath="261.919" atv="-10.344" width="116" height="44" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum"
	         onclick="gofairmont()"
	         />

	<hotspot name="etoile-larvotto" url="skin/heli.png" zorder="1" 
	         ath="126.115" atv="-7.607" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo"
	         onclick="goetoile()"
	         />

	<hotspot name="beach-larvotto" url="skin/heli.png" zorder="1" 
	         ath="103.787" atv="-9.911" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Country Club-MC Beach"
	         onclick="gobeach()"
	         />
	
		
		
		<hotspot name="plage" url="skin/px.jpg" ath="1.914" atv="19.780" height="35" edge="bottom" handcursor="false"/>
<plugin name="plage" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[plage]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Plage du Larvoto" tooltipNEWw="170" onclick="goplage()"/>
		
		
		<hotspot name="meridien" url="skin/px.jpg" ath="79.662" atv="7.714" height="35" edge="bottom" handcursor="false"/>
<plugin name="meridien" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[meridien]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Le Méridien" tooltipNEWw="170" onclick="openurl(http://enterview.fr/meridien/monaco.html,_blank);"/>


<hotspot name="mcbay" url="skin/px.jpg" ath="101.085" atv="4.536" height="35" edge="bottom" handcursor="false"/>
<plugin name="mcbay" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mcbay]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Monte-Carlo Bay Hotel &amp; Resort" tooltipNEWw="250" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/monte-carlo-bay/mc-bay-lobby/,_blank);"/>


<hotspot name="grim" url="skin/px.jpg" ath="-77.246" atv="7.053" height="35" edge="bottom" handcursor="false"/>
<plugin name="grim" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[grim]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Grimaldi Forum" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/grimaldi/forum.html,_blank)"/>

	</scene>
	
	
	
	
	<scene name="scene_air-etoile" title="Sporting Monte-Carlo" onstart="activatespot(spot7);" thumburl="panos/air-etoile.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="8.925" vlookat="18.399" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/air-etoile.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="1910" tiledimageheight="1910">
				<cube url="panos/air-etoile.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="956" tiledimageheight="956">
				<cube url="panos/air-etoile.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="512" tiledimageheight="512">
				<cube url="panos/air-etoile.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/air-etoile.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		
		<hotspot name="fairmont-etoile" url="skin/heli.png" zorder="1" 
	         ath="267.587" atv="-10.088" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum"
	         onclick="gofairmont()"
	         />

	<hotspot name="larvotto-etoile" url="skin/heli.png" zorder="1" 
	         ath="-71.278" atv="-12.337" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto"
	         onclick="golarvotto()"
	         />

	<hotspot name="beach-etoile" url="skin/heli.png" zorder="1" 
	         ath="65.735" atv="-18.899" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Country Club-MC Beach"
	         onclick="gobeach()"
	         />

	<hotspot name="casino-etoile" url="skin/heli.png" zorder="1" 
	         ath="263.163" atv="-4.119" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="250" tooltipheli="Casino de Monte-Carlo"
	         onclick="gocasino()"
	         />

	<hotspot name="hercule2-etoile" url="skin/heli.png" zorder="1" 
	         ath="246.528" atv="-3.421" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule digue"
	         onclick="gohercule2()"
	         />
			 
			 
			 
			 
			 
			 <hotspot name="meridien" url="skin/px.jpg" ath="-15.987" atv="10.199" height="35" edge="bottom" handcursor="false"/>
<plugin name="meridien" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[meridien]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Le Méridien" tooltipNEWw="170" onclick="openurl(http://enterview.fr/meridien/monaco.html,_blank);"/>


<hotspot name="mcbay" url="skin/px.jpg" ath="30.577" atv="11.223" height="35" edge="bottom" handcursor="false"/>
<plugin name="mcbay" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mcbay]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Monte-Carlo Bay Hotel &amp; Resort" tooltipNEWw="250" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/monte-carlo-bay/mc-bay-lobby/,_blank);"/>

<hotspot name="mcbeach" url="skin/px.jpg" ath="77.006" atv="4.444" height="35" edge="bottom" handcursor="false"/>
<plugin name="mcbeach" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mcbeach]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Monte-Carlo Beach" tooltipNEWw="170" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/monte-carlo-beach/monte-carlo-beach-lobby/,_blank);"/>


<hotspot name="grim" url="skin/px.jpg" ath="-84.778" atv="3.400" height="35" edge="bottom" handcursor="false"/>
<plugin name="grim" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[grim]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Grimaldi Forum" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/grimaldi/forum.html,_blank)"/> 

	</scene>
	
	
	
	<scene name="scene_beach150m" title="MC Beach" onstart="activatespot(spot8);" thumburl="panos/beach150m.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="-45.364" vlookat="29.317" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140"  limitview="range" vlookatmin="-40" vlookatmax="+90" />

		<preview url="panos/beach150m.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="2228" tiledimageheight="2228">
				<cube url="panos/beach150m.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1114" tiledimageheight="1114">
				<cube url="panos/beach150m.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="512" tiledimageheight="512">
				<cube url="panos/beach150m.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/beach150m.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		<hotspot name="etoile-beach" url="skin/heli.png" zorder="1" 
	         ath="71.915" atv="-2.573" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo"
	         onclick="goetoile()"
	         />

	<hotspot name="larvotto-beach" url="skin/heli.png" zorder="1" 
	         ath="88.756" atv="-2.010" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto"
	         onclick="golarvotto()"
	         />
			 
			 <hotspot name="fairmon-beach" url="skin/heli.png" zorder="1" 
	         ath="80.756" atv="-2.010" width="116" height="44" scale="0.5" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum"
	         onclick="gofairmont()"
	         />
			 
			 
			 <hotspot name="mcbay" url="skin/px.jpg" ath="98.753" atv="8.600" height="35" edge="bottom" handcursor="false"/>
<plugin name="mcbay" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mcbay]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Monte-Carlo Bay Hotel &amp; Resort" tooltipNEWw="250" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/monte-carlo-bay/mc-bay-lobby/,_blank);"/>


<hotspot name="mcbeach" url="skin/px.jpg" ath="-36.833" atv="23.777" height="35" edge="bottom" handcursor="false"/>
<plugin name="mcbeach" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[mcbeach]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Monte-Carlo Beach" tooltipNEWw="170" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/monte-carlo-beach/monte-carlo-beach-lobby/,_blank);"/>

<hotspot name="vigie" url="skin/px.jpg" ath="-50.421" atv="8.734" height="35" edge="bottom" handcursor="false"/>
<plugin name="vigie" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[vigie]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Villa La Vigie" tooltipNEWw="170" onclick="openurl(http://www.montecarlovirtualtour.com/vuepanoramique/monte-carlo-beach/vigie-balcony/#,_blank);"/>



	</scene>


	<scene name="scene_grotte" title="Grotte" onstart="" thumburl="panos/grotte.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="-1.183" vlookat="15.661" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/grotte.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/grotte.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/grotte.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/grotte.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/grotte.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->

		
		<hotspot name="jardins" url="skin/px.jpg"  ath="119.619" atv="4.349" height="85" edge="bottom" handcursor="false"/>
<plugin name="jardins" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jardins]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Jardin Exotique de Monaco" tooltipNEWw="260" onclick="gojardins()"/>

	</scene>

	

	<scene name="scene_japon" title="Jardin Japonnais" onstart="" thumburl="panos/japon.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="94.148" vlookat="28.681" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/japon.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3502" tiledimageheight="3502">
				<cube url="panos/japon.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1752" tiledimageheight="1752">
				<cube url="panos/japon.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="876" tiledimageheight="876">
				<cube url="panos/japon.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/japon.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		
		
		<hotspot name="fairmont-japon" url="skin/heli.png" zorder="1" 
	         ath="-125.826" atv="-37.399" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont - Grimaldi Forum"
	         onclick="gofairmont()"
	         />

	</scene>

	<scene name="scene_jardins" title="Le Jardin exotique" onstart="" thumburl="panos/jardins.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="18.936" vlookat="4.857" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/jardins.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3502" tiledimageheight="3502">
				<cube url="panos/jardins.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1752" tiledimageheight="1752">
				<cube url="panos/jardins.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="876" tiledimageheight="876">
				<cube url="panos/jardins.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/jardins.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		
		<hotspot name="grotte" url="skin/px.jpg"  ath="-118.664" atv="12.517" height="85" edge="bottom" handcursor="false"/>
<plugin name="grotte" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[grotte]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La Grotte de l'Observatoire" tooltipNEWw="300" onclick="gogrotte()"/>


<hotspot name="hercule-jardins" url="skin/heli.png" zorder="1" 
	         ath="-10.478" atv="-4.409" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />
			 
			 
			 <hotspot name="portfonv-jardins" url="skin/heli.png" zorder="1" 
	          ath="34.277" atv="-3.811" width="116" height="44" scale="1" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />


 <hotspot name="fonv-jardins" url="skin/heli.png" zorder="1" 
	           ath="61.115" atv="-3.916" width="116" height="44" scale="1" style="tooltipheli"  tooltipheliw="150" tooltipheli="Fontvieille"
	         onclick="gochapiteau()"
	         />
			 
			 
			 <hotspot name="MOM" url="skin/px.jpg" ath="14.084" atv="1.524" height="45" edge="bottom" handcursor="false"/>
<plugin name="MOM" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[MOM]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Musée océanographique de Monaco" tooltipNEWw="350" onclick="openurl(http://enterview.fr/musee/oceanographique.html,_blank);"/>

		
	
	
	
	<hotspot name="asm" url="skin/px.jpg" ath="87.618" atv="10.930" height="85" edge="bottom" handcursor="false"/>
<plugin name="asm" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[asm]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Stade Louis II" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/monacoAS/stade.html,_blank);"/>

<hotspot name="chapiteau" url="skin/px.jpg" ath="71.613" atv="8.799" height="60" edge="bottom" handcursor="false"/>
<plugin name="chapiteau" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[chapiteau]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Espace Fontvieille" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/espace/fontvieille.html,_blank);"/>



<hotspot name="diocese" url="skin/px.jpg"  ath="21.977" atv="3.268" height="30" edge="bottom" handcursor="false"/>
<plugin name="diocese" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[diocese]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Diocèse de Monaco" tooltipNEWw="260" onclick="openurl(http://www.enterview.fr/monacodiocese/tour.html,_blank);"/>





<hotspot name="jour" url="skin/px.jpg"  ath="11.184" atv="3.308" height="30" edge="bottom" handcursor="false"/>
<plugin name="jour" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[jour]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="La place du Palais Princier" tooltipNEWw="260" onclick="gojour()"/>












	
	</scene>
	
	
	
	
	<scene name="scene_antoinette" title="Parc Pricesse Antoinette" onstart="" thumburl="panos/antoinette.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="-54.450" vlookat="-0.731" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/antoinette.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/antoinette.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/antoinette.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/antoinette.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/antoinette.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		
		
		
		
	
	
		
		<plugin name="videobtn1" url="skin/video.png" align="righttop" x="220" y="0" alpha="1" zorder="3" keep="false" onclick="playvideo1" />
		
	<plugin name="video_fond1" url="skin/px2.jpg" visible="0" width="100%" height="100%" align="lefttop" keep="false"  alpha="0.8" zorder="19" onclick="stopvideo1"/>	
		
	<action name="playvideo1">
		set(plugin[video1].visible,1); plugin[video1].play(); set(plugin[video1].onclick, stopvideo1()); 
		set(plugin[video_fond1].visible,1);
	</action>
	
	<action name="stopvideo1">
		 set(plugin[video1].visible,0); plugin[video1].stop(); set(plugin[video1].onclick, playvideo1());
		 set(plugin[video_fond1].visible,0);
	</action>		
		
	<plugin name="video1"
        url="plugins/vp.swf"
        alturl="plugins/vp.js"
        videourl="skin/antoinette.mp4"
		scale="1"
        posterurl=""
        align="center" x="0" y="0"
        pausedonstart="true"
        loop="false"
        volume="1.0"
        buffertime="0.1"
        ignoremetadata="false"
        updateeveryframe="true"
        onvideoready=""
        onvideopaused=""
        onvideocomplete="stopvideo1()"
        onunsupported=""
		visible="false"
		onclick="togglepause();"
		keep="true"
		zorder="200"
		
        />	
		
		
		
		
<hotspot name="hercule-antoinette" url="skin/heli.png" zorder="1" 
	         ath="-33.644" atv="-12.754" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="130" tooltipheli="Port Hercule"
	         onclick="gohercule()"
	         />		
		
		
		
	<hotspot name="portfontvieille-antoinette" url="skin/heli.png" zorder="1" 
	         ath="18.812" atv="-11.595" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />	
		
		
		
		

	</scene>

	

	<scene name="scene_plage" title="Plage du Larvoto" onstart="" thumburl="panos/plage.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/plage.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3502" tiledimageheight="3502">
				<cube url="panos/plage.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1752" tiledimageheight="1752">
				<cube url="panos/plage.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="876" tiledimageheight="876">
				<cube url="panos/plage.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/plage.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		
		<hotspot name="etoile-plage" url="skin/heli.png" zorder="1" 
	         ath="-39.653" atv="-16.976" width="116" height="44" scale="0.8" style="tooltipheli"  tooltipheliw="150" tooltipheli="Sporting Monte-Carlo"
	         onclick="goetoile()"/>
			 
			 
			<hotspot name="fairmont-plage" url="skin/heli.png" zorder="1" 
	         ath="57.491" atv="-10.001" width="116" height="44" scale="0.8" style="tooltipheli"  tooltipheliw="200" tooltipheli="Fairmont-Grimaldi Forum"
	         onclick="gofairmont()"
	         /> 
			 
			 <hotspot name="larvotto-plage" url="skin/heli.png" zorder="1" 
	         ath="-5.079" atv="-20.876" width="116" height="44" scale="1" style="tooltipheli"  tooltipheliw="150" tooltipheli="Larvotto"
	         onclick="golarvotto()"
	         />
			 
			 
			 
			 
			 <hotspot name="meridien" url="skin/px.jpg" ath="-81.269" atv="-0.732" height="35" edge="bottom" handcursor="false"/>
<plugin name="meridien" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" align="top" parent="hotspot[meridien]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Hôtel Le Méridien" tooltipNEWw="170" onclick="openurl(http://enterview.fr/meridien/monaco.html,_blank);"/>


<hotspot name="grim" url="skin/px.jpg" ath="68.760" atv="-2.075" height="35" edge="bottom" handcursor="false"/>
<plugin name="grim" url="skin/spot0.png" alturl="skin/spot0.png" scale="0.6" edge="bottom" oy="0" crop="if(device.html5, 0|0|40|40, 0|0|65|65)" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="plugin_animate();" parent="hotspot[grim]" handcursor="true" capture="false" style="tooltipNEW"  tooltipNEW="Le Grimaldi Forum" tooltipNEWw="170" onclick="openurl(http://www.enterview.fr/grimaldi/forum.html,_blank)"/> 

	</scene>
	
	
	<scene name="scene_parcoceano" title="Jardins Saint-Martin" onstart="" thumburl="panos/parcoceano.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="-383.665" vlookat="0.962" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/parcoceano.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/parcoceano.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/parcoceano.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/parcoceano.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/parcoceano.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		  <hotspot name="airmusee-parcoceano" url="skin/heli.png" zorder="1" 
	         ath="33.760" atv="-23.513" width="116" height="44" scale="1" style="tooltipheli" tooltipheli="Monaco depuis Musée océanographique" tooltipheliw="350"
	         onclick="goairmusee()"
	         />
			 
			 
			 <hotspot name="portfontvieille-parcoceano" url="skin/heli.png" zorder="1" 
	         ath="-133.798" atv="-22.884" width="116" height="44" style="tooltipheli"  tooltipheliw="150" tooltipheli="Port Fontvieille"
	         onclick="goportfontvieille()"
	         />
			 
			 
			 <hotspot name="chapiteau-parcoceano" url="skin/heli.png" zorder="1" 
	         ath="-163.437" atv="-7.558" width="116" height="44" scale="0.7" style="tooltipheli"  tooltipheliw="150" tooltipheli="Fontvieille"
	         onclick="gochapiteau()"
	         />

	</scene>

	

<scene name="scene_placette" title="Place de la Mairie" onstart="" thumburl="panos/placette.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="90" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/placette.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/placette.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/placette.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/placette.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/placette.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		
		
	<hotspot name="mairie" 
	         ath="73.114" atv="-2"
			  style="tooltipsimpleexterieur"  tooltipsimpleexterieurw="150" tooltipsimpleexterieur="Mairie de Monaco" linkedscene=""
	         onclick="openurl(http://www.enterview.fr/monacomairie/tour.html?startscene=1,_blank);"
	         />
			 
			
		
		<hotspot name="spot21" style="tooltipsimple" ath="169.132" atv="-0.344" linkedscene="scene_ruelle" tooltipsimplew="200" tooltipsimple="Rue Comte Felix Castaldi" zorder2="1.0" zorder="20" />
		
		
		<hotspot name="spot3" style="tooltipsimple" ath="-85.010" atv="-0.744" linkedscene="scene_misericorde" tooltipsimplew="200" tooltipsimple="Eglise de la Miséricorde" zorder="20"/>

	</scene>
	
	
	<scene name="scene_misericorde" title="Eglise de la Miséricorde" onstart="" thumburl="panos/misericorde.tiles/thumb.jpg" lat="" lng="" heading="">

		<view hlookat="0.993" vlookat="-29.846" fovtype="MFOV" fov="120.000" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="auto" />

		<preview url="panos/misericorde.tiles/preview.jpg" />

		<image type="CUBE" multires="true" tilesize="512">
			<level tiledimagewidth="3184" tiledimageheight="3184">
				<cube url="panos/misericorde.tiles/%s/l3/%v/l3_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="1536" tiledimageheight="1536">
				<cube url="panos/misericorde.tiles/%s/l2/%v/l2_%s_%v_%h.jpg" />
			</level>
			<level tiledimagewidth="768" tiledimageheight="768">
				<cube url="panos/misericorde.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" />
			</level>
			<mobile>
				<cube url="panos/misericorde.tiles/mobile_%s.jpg" />
			</mobile>
		</image>

		<!-- place your scene hotspots here -->
		<hotspot name="spot1" style="tooltipsimple" ath="179.625" atv="-0.929" linkedscene="scene_placette" tooltipsimplew="150" tooltipsimple="Place de la Mairie" zorder2="1.0" zorder="20" />

	</scene>


</krpano>
