﻿<krpano logkey="true">

	<action name="startup" autorun="onstart">
		
		if(device.panovideosupport == false,
			error('Sorry, but panoramic videos and VR are not supported by your current browser. Please use Chrome or Firefox.'); 
			loadscene(intro360); 
			skin_view_normal();
			skin_autohide();  
			set(layer[menu-section12].enabled,false); 
			set(layer[menu-section12].alpha,0.35); 
			set(layer[menu-section16].enabled,false);
			set(layer[menu-section16].alpha,0.35);
			set(plugin[error].visible,true);  
		  ,
			loadscene(intro360);
			skin_autohide(); 
		  ); 
		
		if(device.desktop == true AND device.safari == true,
			set(layer[menu-section12].enabled,false); 
			set(layer[menu-section12].alpha,0.35); 
			set(layer[menu-section16].enabled,false);
			set(layer[menu-section16].alpha,0.35);
			set(plugin[error].visible,true);
		);
	</action>    
	
	<plugin name="error"
			url.html5="skin/error.png"
			align="center"
			scale="1"
			visible="false"
			enabled="false"
			keep="true" 
	/>
	
	<action name="responsive">
		trace(stagewidth);
		trace(stageheight);
		trace(stagescale); 
		if(stagewidth LT 768,
			tween(plugin[blackbox].scale,0.25,1,easeoutquad);
			tween(plugin[tempoincerto].scale,0.45,1,easeoutquad);
			tween(plugin[tempoincerto].y,120,1,easeoutquad); 
			tween(plugin[tempoincerto].x,0,1,easeoutquad);
		    tween(layer[logos].scale,0.2,1,easeoutquad);
		    tween(layer[nav].scale,0.45,1,easeoutquad);
			set(layer[introduction].width,90%);   
			set(layer[text-introduction].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:10px; line-height:20px;');
			set(layer[concept].width,90%);   
			set(layer[text-concept].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:10px; line-height:20px;'); 
			set(layer[authors].width,90%);   
			set(layer[text-author1].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:10px; line-height:20px;'); 
			set(layer[text-author2].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:10px; line-height:20px;'); 
			set(layer[credits].width,90%);   
			set(layer[text].css,'text-align:center; color:#FFFFFF; font-family:Arial; font-size:10px; line-height:20px;');  
			set(layer[photos].width,90%);
		    if(sceneTitle == 'home',
				tween(layer[menu-intro].scale,0.45,1,easeoutquad);
				tween(layer[menu-intro].x,30,1,easeoutquad);
				tween(layer[menu-section12].scale,0.45,1,easeoutquad);            
				tween(layer[menu-section12].y,30,1,easeoutquad);
				tween(layer[menu-section12].x,30,1,easeoutquad); 
				tween(layer[menu-section16].scale,0.45,1,easeoutquad);
				tween(layer[menu-section16].y,60,1,easeoutquad);
				tween(layer[menu-section16].x,30,1,easeoutquad);
				tween(layer[menu-concept].scale,0.45,1,easeoutquad);
				tween(layer[menu-concept].y,90,1,easeoutquad);
				tween(layer[menu-concept].x,30,1,easeoutquad); 
				tween(layer[menu-choreographer].scale,0.45,1,easeoutquad);
				tween(layer[menu-choreographer].y,120,1,easeoutquad);
				tween(layer[menu-choreographer].x,30,1,easeoutquad); 
				tween(layer[menu-gallery].scale,0.45,1,easeoutquad);
				tween(layer[menu-gallery].y,150,1,easeoutquad); 
				tween(layer[menu-gallery].x,30,1,easeoutquad); 
				tween(layer[menu-credits].scale,0.45,1,easeoutquad);
				tween(layer[menu-credits].y,180,1,easeoutquad);
				tween(layer[menu-credits].x,30,1,easeoutquad); 
			 ,  
             	tween(layer[menu-section12].scale,0.45,1,easeoutquad);            
				tween(layer[menu-section12].y,0,1,easeoutquad);
				tween(layer[menu-section12].x,30,1,easeoutquad); 
				tween(layer[menu-section16].scale,0.45,1,easeoutquad);
				tween(layer[menu-section16].y,0,1,easeoutquad);
				tween(layer[menu-section16].x,30,1,easeoutquad);
				tween(layer[closeSection].scale,0.45,1,easeoutquad); 
			);
 
		,   
			if(sceneTitle == 's12' OR sceneTitle == 's16', tween(layer[menu-section16].y,0,1,easeoutquad); tween(layer[menu-section12].y,0,1,easeoutquad); , tween(layer[menu-section12].y,46,1,easeoutquad); tween(layer[menu-section16].y,92,1,easeoutquad); );
			tween(plugin[blackbox].scale,0.4,1,easeoutquad);
			tween(plugin[tempoincerto].scale,0.75,1,easeoutquad);
			tween(plugin[tempoincerto].y,240,1,easeoutquad); 
		    tween(plugin[tempoincerto].x,-10,1,easeoutquad);
			tween(layer[logos].scale,0.3,1,easeoutquad);
			tween(layer[nav].scale,0.7,1,easeoutquad);   
			tween(layer[closeSection].scale,0.7,1,easeoutquad);
			tween(layer[menu-intro].scale,0.7,1,easeoutquad);
			tween(layer[menu-intro].x,45,1,easeoutquad);
			tween(layer[menu-section12].scale,0.7,1,easeoutquad);             
			tween(layer[menu-section12].x,45,1,easeoutquad); 
			tween(layer[menu-section16].scale,0.7,1,easeoutquad);
			tween(layer[menu-section16].x,45,1,easeoutquad);
			tween(layer[menu-concept].scale,0.7,1,easeoutquad);
			tween(layer[menu-concept].y,138,1,easeoutquad);
			tween(layer[menu-concept].x,45,1,easeoutquad); 
			tween(layer[menu-choreographer].scale,0.7,1,easeoutquad);
			tween(layer[menu-choreographer].y,184,1,easeoutquad);
			tween(layer[menu-choreographer].x,45,1,easeoutquad); 
			tween(layer[menu-gallery].scale,0.7,1,easeoutquad);
			tween(layer[menu-gallery].y,230,1,easeoutquad); 
			tween(layer[menu-gallery].x,45,1,easeoutquad); 
			tween(layer[menu-credits].scale,0.7,1,easeoutquad);
			tween(layer[menu-credits].y,276,1,easeoutquad);
			tween(layer[menu-credits].x,45,1,easeoutquad);
			
			set(layer[introduction].width,60%);   
			set(layer[text-introduction].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:12px; line-height:20px;');
			set(layer[concept].width,60%);   
			set(layer[text-concept].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:12px; line-height:20px;'); 
			set(layer[authors].width,60%);   
			set(layer[text-author1].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:12px; line-height:20px;'); 
			set(layer[text-author2].css,'text-align:justify; color:#FFFFFF; font-family:Arial; font-size:12px; line-height:20px;'); 
			set(layer[credits].width,60%);   
			set(layer[text].css,'text-align:center; color:#FFFFFF; font-family:Arial; font-size:12px; line-height:20px;');  
			set(layer[photos].width,60%); 
			
		);
	</action>         
	
	<action name="mobilescale" autorun="preinit" devices="mobile">
	   
	</action>
	
	<events
		onresize="responsive();"
	/>
	
	<contextmenu>
		<item name="BB" caption="Blackbox - Arts and Cognition" onclick="openurl('http://blackbox.fcsh.unl.pt',_blank);"     /> 
		<item name="fs" caption="FULLSCREEN" separator="true" />
		<item name="cc" caption="Change Mouse Controlmode" visible="true" onclick="skin_changecontrolmode();"  separator="true" devices="mouse" />
		<item name="nv" caption="Normal View" separator="true"  visible="true"     onclick="skin_view_normal();"        />
		<item name="fv" caption="Fisheye View" visible="tue"      onclick="skin_view_fisheye();"       />
		<item name="lp" caption="Little Planet View" visible="true" onclick="skin_view_littleplanet();"  />
		<item name="fl" caption="Equirectangular View" visible="true" enabled="false" onclick="skin_view_flat();"  />
		<item name="ad" caption="Mute Interactive Voice" separator="true" visible="false" onclick="stopallsounds();"  /> 
		
	</contextmenu>
	
	<!-- include the videoplayer interface / skin (with VR support) -->
	<include url="skin/videointerface.xml"/>
	   
	<krpano
		actualVideo=""
		viewToggle="1" 
		audioTimeline12="false"
		audioTimeline16="false"
		menuToggle="0"
		rollUp="false"
		sceneTitle="home"
		introDone="false" 
		firstVid="false"
	/>    
	
	<plugin name="soundinterface"
	        url.flash="plugins/soundinterface.swf"
	        url.html5="plugins/soundinterface.js"
	        preload="true"
	        rootpath=""
	        volume="1.0"
	        mute="false"
	        />   
	
	<plugin name="blackbox" 
		url="logos/blackbox.png"
		align="topleft"
		x="10" y="0"
		scale="0.45"
		enabled="true"
		keep="true"
		zorder="100"
		onclick="openurl('http://blackbox.fcsh.unl.pt',_blank);"
	/>  
	
	<style name="text"
	       url="%SWFPATH%/plugins/textfield.swf"
	       background="false"
	       css="color:#FFFFFF;"
	       enabled="false"
	       />
	
     <action name="rotateCam"> 
		lookto(0,0,120,easeOutquad(0));
		delayedcall('introcam',8,lookto(-120,10,120,easeOutquad(10)));
	</action> 
	
	 <action name="rotateCam2"> 
		lookto(0,0,120,easeOutquad(0));   
		delayedcall('introcam2',8,if(viewToggle == 1,lookto(-180,10,120,easeOutquad(10))));
	</action> 
	
	
	
	<!-- the action for dragging the layer elements - call it once in the ondown event -->
	<action name="draglayer">
		copy(drag_currentx, x);
		copy(drag_currenty, y);
		copy(drag_stagex, mouse.stagex);
		copy(drag_stagey, mouse.stagey);
		indexoftxt(align_contains_right, get(align), 'right');
		indexoftxt(align_contains_bottom, get(align), 'bottom');
		calc(drag_align_x, align_contains_right GE 0 ? -1 : +1);
		calc(drag_align_y, align_contains_bottom GE 0 ? -1 : +1);
		asyncloop(pressed,
			calc(x, drag_currentx + (mouse.stagex - drag_stagex)*drag_align_x);
			calc(y, drag_currenty + (mouse.stagey - drag_stagey)*drag_align_y);
		  );
	</action>
	
	<!-- a special action for dragging a layer only vertically within its parent layer -->
	<action name="draglayer_vertically_within_parent">
		copy(drag_currenty, y);
		copy(drag_stagey, mouse.stagey);
		calc(y_min, layer[get(parent)].pixelheight - pixelheight);
		if(y_min LT 0,
			asyncloop(pressed,
				calc(y, drag_currenty + (mouse.stagey - drag_stagey));
				clamp(y, get(y_min), 10);
			  );
		  );
	</action>  
	
	<include url="%SWFPATH%/plugins/showtext.xml" />
	<textstyle name="DEFAULT"
	           origin="cursor"
	           edge="bottom"
	           xoffset="-50"
	           yoffset="0"
	           fadeintime="0.70"
	           showtime="0.1"
	           fadetime="1.0"
	           font="Arial"
	           fontsize="16.0"
	           bold="false"
	           italic="false"
	           textcolor="0xFFFFFF"
	           textalign="center"
	           padding="5"
	           css=""
	           width=""
	           height=""
	           vcenter=""
	           background="true"
	           backgroundcolor="0x3045ee"
	           backgroundalpha="1.0"
	           border="true"
	           bordercolor="0x3045ee"
	           borderalpha="1.0"
	           borderwidth="5.0"
	           roundedge="0"
	           shadow="0.0"
	           shadowrange="4.0"
	           shadowangle="45"
	           shadowcolor="0x000000"
	           shadowalpha="1.0"
	           textshadow="0.0"
	           textshadowrange="4.0"
	           textshadowangle="45"
	           textshadowcolor="0x000000"
	           textshadowalpha="1.0"
	           alpha="0.850"
	           parent=""
	           noclip="true"
	           />   
	

	
	
	<scene name="scene12" title="Section 12" onstart="disableTimeline();stopallsounds(); rotateCam(); skin_show(); set(sceneTitle,'s12'); stopsound('intro-voice');"> 
                                     
        <events name="introEvents"
			onclick="stopdelayedcall(introcam);" 
	    />

		<!-- include the videoplayer plugin -->
		<plugin name="video"
		        url.html5="%SWFPATH%/plugins/videoplayer.js"
		        url.flash="%SWFPATH%/plugins/videoplayer.swf"
		        pausedonstart="false"
		        loop="false"
		        volume="1.0"
		        onloaded="add_video_sources();"
		        />

		<!-- use the videoplayer plugin as panoramic image source -->
		<image hfov="360">
			<sphere url="plugin:video" />
		</image>

		<!-- set the default view -->
		<view hlookat="0" vlookat="0" fovtype="DFOV" fov="110" fovmin="85" fovmax="120" distortion="0.0" limitview="range" hlookatmin="-360" hlookatmax="+360" vlookatmin="-60" vlookatmax="+60" />

		<!-- add the video sources and play the video -->
		<action name="add_video_sources"> 
			
			videointerface_addsource('On Stage 4K', '%CURRENTXML%/videos/section12-3D-3840.mp4|%CURRENTXML%/videos/section12-3D-3840.webm|%CURRENTXML%/videos/section12-audio.m4a', '%CURRENTXML%/videos/poster.jpg');   
			videointerface_addsource('On Stage HD', '%CURRENTXML%/videos/section12-3D-1920.mp4|%CURRENTXML%/videos/section12-3D-1920.webm|%CURRENTXML%/videos/section12-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
			videointerface_addsource('On Stage Mobile', '%CURRENTXML%/videos/section12-3D-1024.mp4|%CURRENTXML%/videos/section12-3D-1024.webm|%CURRENTXML%/videos/section12-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
			videointerface_addsource('Audience 4K', '%CURRENTXML%/videos/section12-2D-3840.mp4|%CURRENTXML%/videos/section12-2D-3840.webm|%CURRENTXML%/videos/section12-audience-audio.m4a', '%CURRENTXML%/videos/poster.jpg');   
			videointerface_addsource('Audience HD', '%CURRENTXML%/videos/section12-2D-1920.mp4|%CURRENTXML%/videos/section12-2D-1920.webm|%CURRENTXML%/videos/section12-audience-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
			videointerface_addsource('Audience Mobile', '%CURRENTXML%/videos/section12-2D-1024.mp4|%CURRENTXML%/videos/section12-2D-1024.webm|%CURRENTXML%/videos/section12-audience-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
             
			
			

			
			if(device.ios.or.device.mobile,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage Mobile');
			  );   
			
			if(device.tablet,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage HD'); 
			  );   
			
			if(device.android,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage HD'); 
			);
			
			if(device.desktop,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage 4K');
			  );

		</action>
		
		<layer name="closeTime" style="skin_base"
			crop="0|960|64|64"
			keep="true"
			align="topright"
			y="100"
			x="20"
			scale="0.5"
			onclick="closeTimeline();"
		/>  
	   
		
		<layer name="sectionChange" 
			style="skin_base"
			crop="0|1088|128|64"
			keep="false"
			align="bottomleft"
			y="82"
			x="18" 
			onclick="sectionToggle();"
			scale="0.6"
		/> 
		
		<layer name="closeSection" 
			style="skin_base"
			crop="64|192|64|64"
			keep="false"
			align="topright"
			y="0"
			x="0" 
			onclick="loadscene(intro360);skin_autohide();"
			scale="0.7"
		/>  
		
        <layer name="menu-section12" type="image" url="skin/menu/section12.png" alpha="0.7" scale="0.7" align="topright" y="0" x="38" enabled="false" />
		
		  
		
		<action name="sectionToggle">
			if(viewToggle == 0,
				if(actualVideo == 'Audience 4K',
				videointerface_play('On Stage 4K');
				); 
				if(actualVideo == 'Audience HD',
				videointerface_play('On Stage HD');
				);  
				if(actualVideo == 'Audience Mobile',
				videointerface_play('On Stage Mobile');
				);
				set(viewToggle,1);          
   				changeStage(); 
			    ,
				if(actualVideo == 'On Stage 4K', 
			    	videointerface_play('Audience 4K');
				);  
				if(actualVideo == 'On Stage HD', 
			    	videointerface_play('Audience HD');
				);
				if(actualVideo == 'On Stage Mobile', 
			    	videointerface_play('Audience Mobile');
				);
			 	set(viewToggle,0);
				changeAudience();
				stopdelayedcall(introcam);
				);
		</action> 

		

	</scene>   
	
	<scene name="scene16" title="Section 16" onstart="disableTimeline(); stopallsounds(); rotateCam2(); skin_show(); set(sceneTitle,'s16'); stopsound('intro-voice');">  
		

		<!-- include the videoplayer plugin -->
		<plugin name="video"
		        url.html5="%SWFPATH%/plugins/videoplayer.js"
		        url.flash="%SWFPATH%/plugins/videoplayer.swf"
		        pausedonstart="false"
		        loop="false"
		        volume="1.0"
		        onloaded="add_video_sources();"
		        />

		<!-- use the videoplayer plugin as panoramic image source -->
		<image>
			<sphere url="plugin:video" />
		</image>

		<!-- set the default view -->
		<view hlookat="0" vlookat="0" fovtype="DFOV" fov="130" fovmin="75" fovmax="150" distortion="0.0" />

		<!-- add the video sources and play the video -->
		<action name="add_video_sources"> 
			
			videointerface_addsource('On Stage 4K', '%CURRENTXML%/videos/section16-3D-3840.mp4|%CURRENTXML%/videos/section16-3D-3840.webm|%CURRENTXML%/videos/section16-audio.m4a', '%CURRENTXML%/videos/poster.jpg');   
			videointerface_addsource('On Stage HD', '%CURRENTXML%/videos/section16-3D-1920.mp4|%CURRENTXML%/videos/section16-3D-1920.webm|%CURRENTXML%/videos/section16-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
			videointerface_addsource('On Stage Mobile', '%CURRENTXML%/videos/section16-3D-1024.mp4|%CURRENTXML%/videos/section16-3D-1024.webm|%CURRENTXML%/videos/section16-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
			videointerface_addsource('Audience 4K', '%CURRENTXML%/videos/section16-2D-3840.mp4|%CURRENTXML%/videos/section16-2D-3840.webm|%CURRENTXML%/videos/section16-audience-audio.m4a', '%CURRENTXML%/videos/poster.jpg');   
			videointerface_addsource('Audience HD', '%CURRENTXML%/videos/section16-2D-1920.mp4|%CURRENTXML%/videos/section16-2D-1920.webm|%CURRENTXML%/videos/section16-audience-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
			videointerface_addsource('Audience Mobile', '%CURRENTXML%/videos/section16-2D-1024.mp4|%CURRENTXML%/videos/section16-2D-1024.webm|%CURRENTXML%/videos/section16-audience-audio.m4a', '%CURRENTXML%/videos/poster.jpg');
             

			if(device.ios.or.mobile,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage Mobile');
			  );   
			
			if(device.tablet,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage HD'); 
			  ); 
			
			if(device.android,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage HD'); 
			  );
			
			if(device.desktop,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage 4K');
			  );
             
			
			

			
			if(device.ios.or.device.mobile,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage Mobile');
			  );   
			
			if(device.tablet,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage HD'); 
			  );   
			
			if(device.android,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage HD'); 
			);
			
			if(device.desktop,
				<!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default -->
				videointerface_play('On Stage 4K');
			  );

		</action> 
		
		<layer name="closeTime" style="skin_base"
			crop="0|960|64|64"
			keep="true"
			align="topright"
			y="100"
			x="20"
			scale="0.5"
			onclick="closeTimeline();"
		/>  
	   
		
		<layer name="sectionChange" 
			style="skin_base"
			crop="0|1088|128|64"
			keep="false"
			align="bottomleft"
			y="82"
			x="18" 
			onclick="sectionToggle();"
			scale="0.6"
		/> 
		
		<layer name="closeSection" 
			style="skin_base"
			crop="64|192|64|64"
			keep="false"
			align="topright"
			y="0"
			x="0" 
			onclick="loadscene(intro360);skin_autohide();"
			scale="0.7"
		/>  
		
        <layer name="menu-section16" type="image" url="skin/menu/section16.png" alpha="0.7" scale="0.7" align="topright" y="0" x="38" enabled="false" />
		
		  
		
		<action name="sectionToggle">
			if(viewToggle == 0,
				if(actualVideo == 'Audience 4K',
				videointerface_play('On Stage 4K');
				); 
				if(actualVideo == 'Audience HD',
				videointerface_play('On Stage HD');
				);  
				if(actualVideo == 'Audience Mobile',
				videointerface_play('On Stage Mobile');
				);
				set(viewToggle,1);          
   				changeStage(); 
			    ,
				if(actualVideo == 'On Stage 4K', 
			    	videointerface_play('Audience 4K');
				);  
				if(actualVideo == 'On Stage HD', 
			    	videointerface_play('Audience HD');
				);
				if(actualVideo == 'On Stage Mobile', 
			    	videointerface_play('Audience Mobile');
				);
			 	set(viewToggle,0);
				changeAudience();
				);
		</action>

	</scene>
	
	<scene name="intro360" onstart="startintro(); set(sceneTitle,'home');">
		<events name="settingView"
		onremovepano=""
		/>
    	<!-- view settings -->
		<view hlookat="0" vlookat="0" maxpixelzoom="1.2" fovmax="105" limitview="auto" />


		<preview url="cnb_sphere.tiles/preview.jpg" />

		<image>
			<cube url="cnb_sphere.tiles/pano_%s.jpg" />

			<mobile>
				<cube url="cnb_sphere.tiles/mobile_%s.jpg" />
			</mobile>
		</image>  
		
		<autorotate enabled="false"
		            waittime="5"
		            speed="5.0"
		            /> 
		
			        <events name="intro360Events"
						onmousedown="stoplookto();"
						onclick="stoplookto();"
				    />
		              
		<action name="startintro"> 
			disableTimeline(); 
			skin_view_littleplanet(); 
			if(introDone == 'false',
		delayedcall(6,lookTo(181,10,40,tween(easeInQuad,25),false,true,lookTo(0,10,40,tween(easeOutQuad,30),true,true)));
			tween(layer[menu-container].bgalpha,0,10);

			delayedcall(8.5,toggleMenu();playsound('intro-voice', 'audio/intro-voice.mp3', 1););
			set(introDone,'true');
			,
			tween(layer[menu-container].bgalpha,0,5);

			delayedcall(2.5,openMenu();skin_view_normal(););
			);
			playsound('intro-track', 'audio/intro-track-2m.mp3', 0);
			
			stopsound(views);
			stopsound(views16);
			
			set(skin_video_setup_done, false);
			trace(videosources.count);
			for(set(i,0), i LT videosources.count, inc(i),
				trace(get(i));
				trace(videosources[get(i)].sourcename);
				trace(videosources[get(i)].videourl);
				trace(videosources[get(i)].posterurl);
				videosources.removearrayitem(get(i));
			); 
			for(set(i,0), i LT videosources.count, inc(i),
				trace(get(i));
				trace(videosources[get(i)].sourcename);
				trace(videosources[get(i)].videourl);
				trace(videosources[get(i)].posterurl);
				videosources.removearrayitem(get(i));
			); 
			for(set(i,0), i LT videosources.count, inc(i),
				trace(get(i));
				trace(videosources[get(i)].sourcename);
				trace(videosources[get(i)].videourl);
				trace(videosources[get(i)].posterurl);
				videosources.removearrayitem(get(i));
			);
			trace('final count',videosources.count);			<!--
			videosources[On Stage 4K].removearrayitem('On Stage 4K');
			videosources[On Stage HD].removearrayitem('On Stage HD');
			videosources[On Stage Mobile].removearrayitem('On Stage Mobile');  
			videosources[Audience 4K].removearrayitem('Audience 4K');
			videosources[Audience HD].removearrayitem('Audience HD');
			videosources[Audience Mobile].removearrayitem('Audience Mobile'); 
			-->
			set(contextmenu.item[fl].enabled,false);
			set(contextmenu.item[lp].enabled,true); 
			set(contextmenu.item[fv].enabled,true); 
		</action>  
		
		<action name="openMenu">
			tween(layer[menu-container].bgalpha,0.7,2.5);
			set(layer[menu-container].enabled,true);
			set(layer[nav].crop,'0|960|64|64');
			set(menuToggle,1); 
			tween(layer[nav-container].alpha,1); 
		    set(layer[nav-container].enabled,true);
			tween(layer[nav].alpha,1);
			set(layer[nav].enabled,true);
			trace(havenetworkaccess);
		</action> 
		
		<action name="closeMenu">
			tween(layer[menu-container].bgalpha,0,4);
			set(layer[menu-container].enabled,false);
			set(layer[nav].crop,'0|896|64|64');
			set(menuToggle,0);
			set(layer[nav-container].enabled,false);
			tween(layer[nav-container].alpha,0,1.5); 
			tween(layer[concept].alpha,0);
			set(layer[concept].enabled,false);
			tween(layer[credits].alpha,0);
			set(layer[credits].enabled,false);  
			tween(layer[photos].alpha,0);
			set(layer[photos].enabled,false);
		</action> 
		
		<action name="toggleMenu"> 
			if(menuToggle == 0, openMenu(); , closeMenu(); );
		</action>  
		
		<action name="navhover">
			if(stagewidth LT 768,
				tween(x,55,0.5);
			,
				tween(x,67.5,0.5);
			);
		</action> 
		
		<action name="navout">
			if(stagewidth LT 768,
				tween(x,30,0.75);
			,
				tween(x,45,0.75); 
			); 
		</action>  
		
		<action name="hideContent">
			set(layer[authors].alpha,0);
			set(layer[authors].enabled,false);
			set(layer[concept].alpha,0);
			set(layer[concept].enabled,false);
			set(layer[credits].alpha,0);
			set(layer[credits].enabled,false);
			set(layer[introduction].enabled,false);
			set(layer[introduction].alpha,0);
			set(layer[photos].enabled,false);
			set(layer[photos].alpha,0);
		</action>
		
		<layer name="nav" 
						url="skin/vtourskin_light2.png"
						crop="0|896|64|64" 
					    align="topright"
					 	x.fullscreensupport="0" x.no-fullscreensupport="0" 
						y="0" scale="0.7" enabled="false" alpha="0" zorder="99"
		 				onclick="toggleMenu();" 
		 /> 
		
		<layer name="menu-container" type="container" vr="false" bgalpha="1" bgcolor="0x000000" width="100%" height="100%" zorder="90" enabled="true" alpha="1">  
			<layer name="logos" type="image" url="skin/logos.png" scale="0.3" align="bottomright" />
			<layer name="nav-container" type="container" vr="false" bgalpha="0.25" bgcolor="0x000000" width="100%" height="100%" zorder="90" enabled="false" alpha="0">
				
				<layer name="tempoincerto" url="skin/menu/tempoincerto.png" scale="0.75" align="topleft" x="-10" y ="240"/>
				
				<layer name="menu-intro" type="image" url="skin/menu/introduction.png" scale="0.7" align="topright" y="0" x="45" onhover="navhover(); tween(layer[photo-introduction].alpha,0.7);" onout="navout(); tween(layer[photo-introduction].alpha,0);" onclick=" hideContent(); set(layer[introduction].enabled,true); tween(layer[introduction].alpha,1,0.5);" /> 
				<layer name="menu-section12" type="image" url="skin/menu/section12.png" scale="0.7" align="topright" y="46" x="45" onhover="navhover(); tween(layer[photo-section12].alpha,0.7);" onout="navout(); tween(layer[photo-section12].alpha,0);" onclick="loadscene(scene12); if(firstVid == 'false',playsound('views', 'audio/views.mp3', 1); set(firstVid,true);); " /> 
				<layer name="menu-section16" type="image" url="skin/menu/section16.png" scale="0.7" align="topright" y="92" x="45" onhover="navhover(); tween(layer[photo-section16].alpha,0.7);" onout="navout(); tween(layer[photo-section16].alpha,0);" onclick="loadscene(scene16); if(firstVid == 'false',playsound('views16', 'audio/views.mp3', 1); set(firstVid,true););" /> 
				<layer name="menu-concept" type="image" url="skin/menu/concept.png" scale="0.7" align="topright" y="138" x="45" onhover="navhover(); tween(layer[photo-concept].alpha,0.7);" onout="navout(); tween(layer[photo-concept].alpha,0);" onclick="hideContent(); set(layer[concept].enabled,true); tween(layer[concept].alpha,1,0.5);" /> 
				<layer name="menu-choreographer" type="image" url="skin/menu/choreographer.png" scale="0.7" align="topright" y="184" x="45" onhover="navhover(); tween(layer[photo-choreographer].alpha,0.7);" onout="navout(); tween(layer[photo-choreographer].alpha,0);" onclick="hideContent(); set(layer[authors].enabled,true); tween(layer[authors].alpha,1,0.5);" /> 
				<layer name="menu-gallery" type="image" url="skin/menu/gallery.png" scale="0.7" align="topright" y="230" x="45" onhover="navhover(); tween(layer[photo-gallery].alpha,0.7);" onout="navout(); tween(layer[photo-gallery].alpha,0);" onclick=" hideContent(); set(layer[photos].enabled,true); tween(layer[photos].alpha,1,0.5);" />              
				<layer name="menu-credits" type="image" url="skin/menu/credits.png" scale="0.7" align="topright" y="276" x="45" onhover="navhover(); tween(layer[photo-credits].alpha,0.7);" onout="navout(); tween(layer[photo-credits].alpha,0);" onclick="hideContent(); set(layer[credits].enabled,true); tween(layer[credits].alpha,1,0.5); if(rollUp == 'false',  tween(layer[text].y,-1550,32,linear); , tween(layer[text].y,0,2,easeoutquad);  ); set(rollUp,'true');  "  />
				 
				
				<!-- INTRODUCTION CONTENTS -->
				<layer name="introduction" type="container" align="center" x="0" y="0" width="50%" height="75%" bgcolor="0x000000" bgalpha="0.80" bgcapture="true" ondown="draglayer();" alpha="0" enabled="false">
					<layer name="title-introduction" style="text" align="top" y="10" x="5%" width="100%" css="text-align:left; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:20px; letter-spacing:1px;" html="INTRODUCTION" />
					<layer name="textarea-introduction" type="container" align="lefttop" x="5%" y="30" width="90%" height="90%" bgcolor="0xFFFFFF" bgalpha="0.0" maskchildren="true">
						<layer name="text-introduction" style="text" enabled="true" align="lefttop" x="0" y="20" width="100%" autoheight="true" css="text-align:justify; color:#FFFFFF; font-family:Arial; font-size:15px; line-height:20px;" html="[b style='font-size:18px;margin:15px 0;']Fifteen Dancers and Changeable Tempo 360º[/b] is a multiple viewport platform (computer, tablet and VR headsets) produced by Carla Fernandes (principal investigator of the BlackBox Arts &amp; Cognition Project). The platform introduces the viewer to selected compositional strategies and artistic ideas by the authors of the ballet, João Penalva and Rui Lopes Graça, as researched by Stephan Jürgens (BlackBox Arts &amp; Cognition Project). In collaboration with the dancers of the National Ballet of Portugal (CNB) and Rui Lopes Graça, a rehearsal of two sections of the ballet Fifteen Dancers and Changeable Tempo was filmed for the 360º video environment by the interactive media company Space Tailor. Stephan Jürgens and Roger Oliveira (Space Tailor) are responsible for the concept and realisation of the platform. [br/][br/]
						The platform is an interactive 360º environment, and presents sections twelve and sixteen from João Penalva and Rui Lopes Graça's ballet. There are two options for viewing the 360º films: the 'Audience' view shows you a traditional frontal view of the stage, and the 'On stage' view places you in the middle of the dancers on stage. Moreover, both films include graphic information, which allows the viewer to understand four essential compositional ideas underlying the two sections:[br/][br/]  
						1. Section twelve (Adagio section) takes on the form of a canon. The Adagio section starts with a five minute solo, divided into four parts. When the remaining fourteen dancers enter the stage, they perform four parts of the solo material. However, they dance the sequences in their own timing differing from each other. [br/][br/]
						2. The dancers in the Adagio section were originally organised along two diagonal lines, half of the group facing the audience and the other half facing the screen. As the choreography evolved, the dancers were re-located by the choreographer according to the emerging spatial relationships between the dancers. [br/][br/]
						3. Section sixteen (Rewind section) uses choreographic material from the previous fifteen sections to go backwards through the piece and end with the opening image of the ballet. Additionally, some dancers perform the original material from a certain section, while others dance an inverse version of the sequences. A Leitmotif position serves as a connecting thread to link the different sections.[br/][br/]
						4. The Rewind section rewinds 'fast forward' through the entire piece: while some dancers form a group to perform extracts from a certain section, other dancers are already performing the next section(s).[br/][br/]  
						All four compositional ideas and strategies outlined above are visualised by means of motion graphics in the spaces above, between and below the dancers, so that the viewer can enjoy the dance and the conceptual information easily.[br/][br/]   
						The Fifteen Dancers and Changeable Tempo 360º platform is as much a novel form of sharing and visualising research on the artistic ideas and compositional strategies of Penalva and Graça's ballet, as it is exploring new avenues of creating resources for researching and teaching dance composition and repertory. We highly appreciate your feedback and thoughts - please contact:[br/][br/]      
						carla.fernandes@fcsh.unl.pt (principal investigator BlackBox Arts &amp; Cognition Project)[br/]
						stephanjurgens@fcsh.unl.pt (post-doc researcher BlackBox Arts &amp; Cognition Project)[br/][br/]
						" ondown="draglayer_vertically_within_parent();" /> 
					</layer>
				</layer>
				
				
				
				<!-- AUTHORS CONTENTS -->
				<layer name="authors" type="container" align="center" x="0" y="0" width="50%" height="75%" bgcolor="0x000000" bgalpha="0.8" bgcapture="true" ondown="draglayer();" alpha="0" enabled="false">
					<layer name="title-author1" style="text" align="top" y="10" x="2.5%" width="100%" css="text-align:left; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:18px; letter-spacing:1px;" html="João Penalva" />
					<layer name="textarea-author1" type="container" align="lefttop" x="2.5%" y="30" width="45%" height="90%" bgcolor="0xFFFFFF" bgalpha="0.0" maskchildren="true">
						<layer name="text-author1" style="text"  enabled="true" align="lefttop" x="0" y="20" width="100%" autoheight="true" css="text-align:justify; color:#FFFFFF; font-family:Arial; font-size:15px; line-height:20px;" html="[b]Director, Set and Costume Design[/b][br/][br/]  					João Penalva was born in Lisbon in 1948. He lives and works in London since 1976. He began his dance studies in 1968 with David Boswell and Anna Ivanova at the Teatro Nacional de São Carlos, which continued in London at the London School of Contemporary Dance. In the 70's, he was a dancer of the companies of Pina Bausch, Gerhard Bohner and Jean Pomares, for whom he also designed scenarios and costumes.[br/][br/]  
						He studied plastic arts at the Chelsea School of Art in London from 1976 to 1981, the year in which he began his career as a plastic artist. His work includes painting, photography, sound, film and installation. In Portugal, he exhibited at the National Museum of Contemporary Art - Chiado Museum in 2012 and 2004; at the Serralves Museum, in 2013 and 2005; at the Centre for Modern Art of the Calouste Gulbenkian Foundation, in 2011 and 1999; at the Berardo Collection Museum, in 2011 at the City Museum, Lisbon, 1996, and at the Centro Cultural de Belém, in 1999 and 1994. He represented Portugal at the Venice Biennale in 2001 and at the São Paulo Biennial in 1996.[br/][br/]  
						His work was presented in London at the Tate Modern, Hayward Gallery, Camden Arts Center, South London Gallery, Royal Festival Hall and Courtauld Institute, and Glasgow on Tramway.[br/][br/]   
						The work of João Penalva has also been presented at institutions all over the world: Trondheim Kunstmuseum, Norway; Ludwig Museum, Budapest; The Power Plant, Toronto; Irish Museum of Modern Art; Kiasma Museum, Helsinki; National Museum Reina Sofia Art Center, Madrid; Lunds, Konsthall, Sweden; at the Berlinische Gallery in Munich; at the Haus der Kunst in Essen, at the Museum Folkwang in Essen; at the Kunstsammlung Nordrhein Westfalen in Düsseldorf; at the Staatliche Kunstsammlungen in Dresden; at the Würtemburgischer Kunstverein in Stuttgart; at the Museum of Contemporary Art in Sydney; at the Australian Center for Contemporary Art in Melbourne; at the National Museum of Modern and Contemporary Art in Seoul; and at the Museum of Contemporary Art in Taipei. João Penalva is represented by Filomena Soares Gallery in Lisbon, Thomas Schulte Gallery in Berlin, Barbara Gross Gallery in Munich, and Simon Lee Gallery in London and Hong Kong." ondown="draglayer_vertically_within_parent(); " /> 
					</layer>
					<layer name="title-author2" style="text" align="top" y="10" x="52.5%" width="100%" css="text-align:left; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:18px; letter-spacing:1px;" html="Rui Lopes Graça" />
					<layer name="textarea-author2" type="container" align="lefttop" x="52.5%" y="30" width="45%" height="90%" bgcolor="0xFFFFFF" bgalpha="0.0" maskchildren="true">
						<layer name="text-author2" style="text" enabled="true" align="lefttop" x="0" y="20" width="100%" autoheight="true" css="text-align:justify; color:#FFFFFF; font-family:Arial; font-size:15px; line-height:20px;" html="[b]Choreography[/b][br/][br/]  
						Rui Lopes Graça, a native of Torres Vedras, graduated in dance as a fellow of the Gulbenkian Ballet School and the Professional Training Center of Companhia Nacional de Bailado. In 1985, he joined the cast of this company and became a solo dancer in 1996. He danced much of the repertoire of the CNB in classical and contemporary ballets. In July 1999, he participated in the International Course for Choreographers and Composers of the University of Bretton Hall in England, directed by Robert Cohan, Nigel Osborne, Ivan Kramar and Gale Law. Since 1996, he has choreographed for the National Ballet of Portugal as choreographer guest and resident, Ballet Gulbenkian, Portuguese Contemporary Dance Company, Strasbourg Opera Ballet, Dancing with the Difference Group, National Singing and Dancing Company of Mozambique, Contemporary Dance Company of Angola, and Companhia Rui Lopes Graça, among others.[br/][br/]  
						His work has been presented in the USA, Holland, Scotland, Spain, France, Norway, Mozambique, Angola, Italy, Cuba, Israel, Mexico and Turkey.[br/][br/]  
						He is currently coordinator of Special Projects of the National Ballet of Portugal. In addition to his activity as a choreographer, he is regularly invited to teach at the School of Dance and at the University of Stavanger in Norway. He holds the Society of Authors Award in the Best Choreography category of 2012, with Pedra Preciosa for the National Ballet of Portugal, in partnership with André Teodósio." ondown="draglayer_vertically_within_parent();" /> 
					</layer>
				</layer>
				
				
				<!-- CONCEPT CONTENTS -->
				<layer name="concept" type="container" align="center" x="0" y="0" width="50%" height="75%" bgcolor="0x000000" bgalpha="0.8" bgcapture="true" ondown="draglayer();" alpha="0" enabled="false">
					<layer name="title-concept" style="text" align="top" y="10" x="5%" width="100%" css="text-align:left; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:20px; letter-spacing:1px;" html="CONCEPT" />
					<layer name="textarea-concept" type="container" align="lefttop" x="5%" y="30" width="90%" height="90%" bgcolor="0xFFFFFF" bgalpha="0.0" maskchildren="true">
						<layer name="text-concept" style="text" enabled="true" align="lefttop" x="0" y="20" width="100%" autoheight="true" css="text-align:justify; color:#FFFFFF; font-family:Arial; font-size:15px; line-height:20px;" html="[b style='font-size:18px;margin:15px 0;']Fifteen Dancers and Changeable Tempo[/b][br/][br/]

						To what extent can independent but simultaneous events capture the attention of an audience and stimulate the imagination of each viewer?[br/][br/]

						How will each of us interpret a scenario that does not illustrate or decorate but rather reflects what happens on stage?[br/][br/]

						How do we reconcile deliberately distinct and unpredictable images with the playful pleasure of a scene that systematically returns our gaze?[br/][br/]

						With 'Fifteen Dancers and Changeable Tempo' we tried to stimulate the individual relationship of the spectator with the presence on stage of fifteen dancers temporarily associated with a scene, light and sound, but without the guiding thread of a narrative. And where each dancer does not play a character but rather presents himself as himself - a dancer performing a dance.[br/][br/]

						In this context, it may be the sound environment conceived by David Cunningham which may lead the viewer to travel along multiple individual paths - close or distant, not always recognizable, mysterious, threatening or jubilant - and to find within the simultaneous and parallel experience of a choreography composed of solos, groups, entrances and exits, a conducting wire that will be uniquely his.[br/][br/]

						This is the experience we seek to offer a spectator who accepts the challenge of attending a show in which the appealing role of creator is offered to his imagination.[br/][br/]

						[i style='text-align:right;']João Penalva e Rui Lopes Graça, September 2016[/i][br/][br/]
						" ondown="draglayer_vertically_within_parent();" /> 
					</layer>
				</layer> 
				
				
				<!-- PHOTOS CONTENTS -->
				<layer name="photos" type="container" align="center" x="0" y="0" width="50%" height="75%" bgcolor="0x000000" bgalpha="0.8" bgcapture="true" ondown="draglayer();" alpha="0" enabled="false">
					<layer name="title-photos" zorder="999" style="text" align="top" y="10" x="5%" width="100%" css="text-align:left; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:20px; letter-spacing:1px;" html="PHOTO GALLERY" />
					<layer name="textarea-photos" type="container" align="lefttop" x="5%" y="30" width="90%" height="90%" bgcolor="0xFFFFFF" bgalpha="0.0" maskchildren="true">
						<layer name="text-photos" style="text" enabled="true" align="lefttop" x="0" y="20" width="100%" autoheight="true" css="text-align:justify; color:#FFFFFF; font-family:Arial; font-size:15px; line-height:20px;" html="
							[img src='gallery/IMG_9006.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9017.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9036.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9039.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9044.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9078.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9087.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9124.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9132.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9138.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9143.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9149.jpg' style='width:100%; height:100%;'][br/] 
							[img src='gallery/IMG_9156.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9159.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9195.jpg' style='width:100%; height:100%;'][br/]  
							[img src='gallery/IMG_9203.jpg' style='width:100%; height:100%;'][br/] 
							[img src='gallery/IMG_9204.jpg' style='width:100%; height:100%;'][br/]     
							[img src='gallery/IMG_9221.jpg' style='width:100%; height:100%;'][br/] 
							[img src='gallery/IMG_9295.jpg' style='width:100%; height:100%;'][br/]
							[img src='gallery/IMG_9304.jpg' style='width:100%; height:100%;'][br/] 
							[img src='gallery/IMG_9312.jpg' style='width:100%; height:100%;'][br/]
							[img src='gallery/IMG_9319.jpg' style='width:100%; height:100%;'][br/] 
							[img src='gallery/IMG_9323.jpg' style='width:100%; height:100%;'][br/] 
							[img src='gallery/IMG_9382.jpg' style='width:100%; height:100%;'][br/] 
						" ondown="draglayer_vertically_within_parent();" /> 
					</layer>
				</layer>
				              
				<!-- CREDITS CONTENTS --> 
				<layer name="credits" type="container" align="center" x="0" y="0" width="50%" height="75%" bgcolor="0x000000" bgalpha="0.8" bgcapture="true" ondown="draglayer();" alpha="0" enabled="false">
					<layer name="title" style="text" align="top" y="10" x="0" width="100%" css="text-align:center; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:20px; letter-spacing:1px;" html="CREDITS" />
					<layer name="textarea" type="container" align="lefttop" x="5%" y="30" width="90%" height="90%" bgcolor="0xFFFFFF" bgalpha="0.0" maskchildren="true">
						<layer name="text" style="text" enabled="true" align="lefttop" x="0" y="600" width="100%" autoheight="true" css="text-align:center; color:#FFFFFF; font-family:Arial; font-size:15px; line-height:20px;" html="[b style='font-size:18px;margin:15px 0;']CNB[/b][br/]

						[b style='font-size:14px; margin-bottom:5px;']Director, Set and Costume Design[/b][br/] João Penalva[br/][br/]  

						[b style='font-size:14px; margin-bottom:5px;']Choreography[/b][br/]  Rui Lopes Graça[br/][br/]  

						[b style='font-size:14px; margin-bottom:5px;']Sound[/b][br/] David Cunningham[br/] 
						(with a contribution from Zhuomin Chan and Michael Scott)[br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']Light Design[/b][br/] Nuno Meira [br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']Dancers[/b][br/][br/]

						Aeden Pittendreigh [br/]
						Almudena Maldonado[br/]
						Andreia Mota [br/]
						Inês Ferrer[br/]
						Inês Moura [br/]
						Isadora Valero [br/]
						João Pedro Costa [br/]
						Kilian Smith  [br/]
						Kilian Souc  [br/]
						Filipa Cavaco (for Leonor de Jesus) [br/]
						Lourenço Ferreira [br/]
						Miyu Matsui [br/]
						Sérgio Navarro[br/]
						Tiago Coelho [br/]
						Tatiana Grenkova [br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']Técnica de Palco[/b][br/] Cristina Piedade[br/][br/]

						[b style='font-size:18px; margin:15px 0;']BlackBox[/b][br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']Production[/b][br/] Carla Fernandes[br/] (Coordinator BlackBox Arts &amp; Cognition Project)[br/][br/] 

						[b style='font-size:14px; margin-bottom:5px;']Research project[/b][br/] Stephan Jürgens[br/][br/] 

						[b style='font-size:14px; margin-bottom:5px;']Concept for platform and direction[/b][br/] Stephan Jürgens and Roger Oliveira (Space Tailor)[br/][br/] 

						[b style='font-size:14px; margin-bottom:5px;']Executive production[/b][br/] Liz Vahia[br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']Photo Gallery[/b][br/] Carla Fernandes[br/][br/]

						[b style='font-size:18px; margin:15px 0;']360º VR[/b][br/][br/] 

						[b style='font-size:14px; margin-bottom:5px;']360º Capture / Post-Production and Programming[/b][br/]  Roger Oliveira[br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']360º Pre-Production &amp; Production[/b][/br]João Rodrigues [br/][br/]

						[b style='font-size:14px; margin-bottom:5px;']2D Camera / 1st Assistant[/b][br/] Ricardo Preto[br/][br/]           
						[b style='font-size:18px; margin:15px 0;']Voice-Over[/b][br/][br/]
						[b style='font-size:14px; margin-bottom:5px;']Narration[/b][br/] Murray Gordon Todd[br/][br/]
						[b style='font-size:14px; margin-bottom:5px;']Sound Recording[/b][br/] Rockpit Studios[br/][br/]
						[b style='font-size:14px; margin-bottom:5px;']Sound Post Production[/b][br/]Black Shell Digital Design[br/][br/]  [br/][br/][br/]  
						[b style='font-size:18px; margin:15px 0;']Acknowledgements[/b][br/][br/] 
						This work was supported by the ERC (European Research Council) under the project ‘BlackBox: A collaborative platform to document performance composition: from conceptual structures in the backstage to customizable visualizations in the front-end’ (Grant Agreement ref. 336200). We extend our acknowledgments to Rui Lopes Graça and the CNB (Companhia Nacional de Bailado) who have supported this study.[br/][br/]
						" ondown="draglayer_vertically_within_parent();" /> 
					</layer>
				</layer> 
				
			</layer>  

			<layer name="photo-introduction" type="image" url="photos/links.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" />  
			<layer name="photo-section12" type="image" url="photos/section12.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" /> 
			<layer name="photo-section16" type="image" url="photos/section16.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" />
			<layer name="photo-concept" type="image" url="photos/concept.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" /> 
			<layer name="photo-choreographer" type="image" url="photos/choreographer.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" />
			<layer name="photo-gallery" type="image" url="photos/gallery.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" /> 
		    <layer name="photo-credits" type="image" url="photos/credits.jpg" scale="1" width="100%" height="100%" alpha="0" enabled="false" />  
		</layer>
				
		<action name="skin_changecontrolmode">
			switch(control.mouse, moveto, drag);
			switch(control.touch, moveto, drag);
		</action>  
		
		<action name="skin_view_look_straight">
			skin_view_non_flat();
			if(view.vlookat LT -80 OR view.vlookat GT +80,
				tween(view.vlookat, 0.0, 1.0, easeInOutSine);
				tween(view.fov,  70, distance(120,1.5));
			  );
		</action>
		
		<action name="skin_view_normal">
			skin_update_view_menu(2);
			skin_view_look_straight();
			tween(view.architectural, 0.0, distance(1.0,0.5));
			tween(view.pannini,       0.0, distance(1.0,0.5));
			tween(view.distortion,    0.0, distance(1.0,0.5));
		</action>

		<action name="skin_view_fisheye">
			skin_update_view_menu(3);
			skin_view_look_straight();
			tween(view.architectural, 0.0,  distance(1.0,0.5));
			tween(view.pannini,       0.0,  distance(1.0,0.5));
			tween(view.distortion,    0.35, distance(1.0,0.5));
		</action>

		<action name="skin_view_stereographic">
			skin_update_view_menu(4);
			skin_view_look_straight();
			tween(view.architectural, 0.0, distance(1.0,0.5));
			tween(view.pannini,       0.0, distance(1.0,0.5));
			tween(view.distortion,    1.0, distance(1.0,0.8));
		</action>

		<action name="skin_view_architectural">
			skin_update_view_menu(5);
			skin_view_look_straight();
			tween(view.architectural, 1.0, distance(1.0,0.5));
			tween(view.pannini,       0.0, distance(1.0,0.5));
			tween(view.distortion,    0.0, distance(1.0,0.5));
		</action>

		<action name="skin_view_pannini">
			skin_update_view_menu(6);
			skin_view_look_straight();
			tween(view.architectural, 0.0, distance(1.0,0.5));
			tween(view.pannini,       1.0, distance(1.0,0.8));
			if(view.distortion LT 0.1,
				tween(view.distortion, 1.0, distance(1.0,0.8));
			  );
		</action>

		<action name="skin_view_littleplanet">
			skin_update_view_menu(7);
			if(videointerface_isflat === true,
				skin_view_non_flat();
				tween(view.fov,           120, distance(150,0.8));
				tween(view.architectural, 0.0, distance(1.0,0.5));
				tween(view.pannini,       0.0, distance(1.0,0.5));
				tween(view.distortion,    1.0, distance(1.0,0.8));
				delayedcall(0.5,
					tween(view.vlookat, 90, distance(100,0.8));
					tween(view.hlookat,  0, distance(100,0.8));
				  );
			  ,
				tween(view.architectural, 0.0, distance(1.0,0.5));
				tween(view.pannini,       0.0, distance(1.0,0.5));
				tween(view.distortion,    1.0, distance(1.0,0.8));
				tween(view.fov,           120, distance(150,0.8));
				tween(view.vlookat,        90, distance(100,0.8));
				add(new_hlookat, view.hlookat, 0.0);
				tween(view.hlookat, get(new_hlookat), distance(100,0.8));
			  );
		</action>
		
				
		<hotspot name="hs1" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="0.0" 
				 onhover="showtext('Tiago Coelho');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-0.165376" atv="-1.857823" />
			<point ath="0.992501" atv="-1.795315" />
			<point ath="1.453659" atv="1.113271" />
			<point ath="0.802403" atv="2.589795" />
			<point ath="2.246546" atv="3.619196" />
			<point ath="3.246053" atv="4.980637" />
			<point ath="4.811415" atv="8.705913" />
			<point ath="3.732346" atv="13.071766" />
			<point ath="1.231647" atv="15.467055" />
			<point ath="1.103929" atv="19.065834" />
			<point ath="1.247609" atv="20.620353" />
			<point ath="0.69087" atv="22.164222" />
			<point ath="2.029499" atv="22.924944" />
			<point ath="2.327839" atv="24.690962" />
			<point ath="2.901913" atv="25.43324" />
			<point ath="-3.842114" atv="24.890411" />
			<point ath="-1.141102" atv="23.243239" />
			<point ath="-0.711752" atv="21.779673" />
			<point ath="-4.00267" atv="18.042413" />
			<point ath="-3.875312" atv="14.371875" />
			<point ath="-5.728953" atv="12.556709" />
			<point ath="-6.185125" atv="9.194251" />
			<point ath="-5.068485" atv="6.263758" />
			<point ath="-3.581897" atv="3.285358" />
			<point ath="-1.615908" atv="2.583905" />
			<point ath="-1.21505" atv="1.043622" />
			<point ath="-1.721604" atv="-0.671322" />
			<point ath="-1.134571" atv="-1.740363" />
		</hotspot>

		<hotspot name="hs2" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="0.0"
				 onhover="showtext('Andreia Mota');" 
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="22.057152" atv="-0.995816" />
			<point ath="23.215864" atv="-0.682692" />
			<point ath="23.42784" atv="1.26794" />
			<point ath="22.794993" atv="2.483494" />
			<point ath="23.325893" atv="3.445251" />
			<point ath="25.540414" atv="3.692986" />
			<point ath="28.692056" atv="3.286515" />
			<point ath="32.212086" atv="1.243005" />
			<point ath="34.42663" atv="-1.087886" />
			<point ath="34.600379" atv="-0.179001" />
			<point ath="30.864288" atv="3.392897" />
			<point ath="28.80539" atv="4.821387" />
			<point ath="25.120039" atv="5.439988" />
			<point ath="24.054082" atv="8.975518" />
			<point ath="24.759643" atv="11.604791" />
			<point ath="24.934079" atv="13.906737" />
			<point ath="24.371999" atv="17.009793" />
			<point ath="23.907572" atv="18.197667" />
			<point ath="23.705226" atv="23.759549" />
			<point ath="24.573713" atv="24.941046" />
			<point ath="26.230739" atv="25.947792" />
			<point ath="22.586531" atv="25.23465" />
			<point ath="21.447165" atv="25.561117" />
			<point ath="18.300485" atv="25.984407" />
			<point ath="18.089256" atv="25.671054" />
			<point ath="18.880687" atv="24.79709" />
			<point ath="20.517999" atv="24.048042" />
			<point ath="20.657444" atv="21.161991" />
			<point ath="20.380939" atv="19.408391" />
			<point ath="19.830881" atv="16.65184" />
			<point ath="19.159123" atv="13.41891" />
			<point ath="19.438839" atv="10.574547" />
			<point ath="19.646453" atv="8.666254" />
			<point ath="18.865756" atv="5.455919" />
			<point ath="14.621851" atv="4.521832" />
			<point ath="11.098147" atv="2.136734" />
			<point ath="9.437776" atv="-0.304583" />
			<point ath="9.959922" atv="-0.979559" />
			<point ath="11.119123" atv="-0.182159" />
			<point ath="11.814516" atv="1.506871" />
			<point ath="15.487852" atv="3.500904" />
			<point ath="17.964318" atv="3.704084" />
			<point ath="20.643312" atv="3.19196" />
			<point ath="21.097242" atv="1.779827" />
			<point ath="20.835469" atv="0.434899" />
			<point ath="21.15547" atv="-0.835049" />
		</hotspot>

		<hotspot name="hs3" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Sérgio Navarro');" 
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="46.975494" atv="-2.14522" />
			<point ath="48.7633" atv="-1.466422" />
			<point ath="48.756343" atv="0.585834" />
			<point ath="48.088915" atv="2.099977" />
			<point ath="49.396114" atv="2.854899" />
			<point ath="54.224693" atv="4.573072" />
			<point ath="55.713282" atv="4.420019" />
			<point ath="59.424986" atv="5.27255" />
			<point ath="62.47459" atv="5.72351" />
			<point ath="63.404814" atv="7.212362" />
			<point ath="62.862167" atv="7.671798" />
			<point ath="59.454529" atv="6.578796" />
			<point ath="54.166636" atv="5.971411" />
			<point ath="50.636428" atv="5.46323" />
			<point ath="49.318405" atv="6.903848" />
			<point ath="48.853606" atv="8.995959" />
			<point ath="49.224214" atv="10.427991" />
			<point ath="50.253779" atv="11.51489" />
			<point ath="50.717707" atv="13.529324" />
			<point ath="52.587807" atv="16.964161" />
			<point ath="55.584052" atv="23.014296" />
			<point ath="56.254421" atv="24.075991" />
			<point ath="57.503776" atv="25.734969" />
			<point ath="56.307937" atv="26.047024" />
			<point ath="54.592703" atv="23.537694" />
			<point ath="52.611032" atv="20.570573" />
			<point ath="51.930704" atv="18.938132" />
			<point ath="48.644236" atv="15.886341" />
			<point ath="47.174765" atv="14.081196" />
			<point ath="45.300647" atv="15.898154" />
			<point ath="42.424995" atv="16.714379" />
			<point ath="43.053035" atv="18.482097" />
			<point ath="42.778837" atv="20.441556" />
			<point ath="42.645269" atv="22.578975" />
			<point ath="43.509125" atv="25.056051" />
			<point ath="42.726696" atv="25.758886" />
			<point ath="41.799582" atv="25.635092" />
			<point ath="41.800934" atv="23.474712" />
			<point ath="41.942705" atv="22.129944" />
			<point ath="41.03778" atv="18.289866" />
			<point ath="40.708035" atv="15.653479" />
			<point ath="42.348169" atv="14.005203" />
			<point ath="43.227371" atv="12.749365" />
			<point ath="45.308645" atv="11.476971" />
			<point ath="44.473866" atv="8.7167" />
			<point ath="44.048085" atv="5.566945" />
			<point ath="42.664554" atv="5.570243" />
			<point ath="40.023782" atv="6.610897" />
			<point ath="39.211473" atv="8.113071" />
			<point ath="40.143664" atv="8.381007" />
			<point ath="39.602441" atv="8.966621" />
			<point ath="40.999782" atv="10.162614" />
			<point ath="39.525424" atv="10.415631" />
			<point ath="38.145716" atv="8.366936" />
			<point ath="38.308742" atv="6.470923" />
			<point ath="38.909914" atv="5.819869" />
			<point ath="41.676858" atv="4.463495" />
			<point ath="42.531385" atv="3.562084" />
			<point ath="44.936529" atv="2.78361" />
			<point ath="46.166446" atv="2.527317" />
			<point ath="46.153819" atv="1.762662" />
			<point ath="45.483394" atv="-0.012202" />
			<point ath="45.398493" atv="-1.764004" />
		</hotspot>

		<hotspot name="hs4" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Almudena Maldonado');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="76.337632" atv="1.139662" />
			<point ath="77.758928" atv="1.40229" />
			<point ath="77.429805" atv="3.078759" />
			<point ath="77.094991" atv="4.431334" />
			<point ath="76.344746" atv="4.771704" />
			<point ath="76.616796" atv="5.046723" />
			<point ath="78.532334" atv="4.295334" />
			<point ath="80.011937" atv="2.53812" />
			<point ath="80.642355" atv="-0.123659" />
			<point ath="80.689764" atv="-1.038497" />
			<point ath="80.004826" atv="-2.34075" />
			<point ath="81.302006" atv="-3.74798" />
			<point ath="82.016326" atv="-1.296697" />
			<point ath="81.614283" atv="1.728217" />
			<point ath="81.242598" atv="3.200358" />
			<point ath="78.761024" atv="6.19446" />
			<point ath="77.869036" atv="7.159289" />
			<point ath="76.762969" atv="7.574167" />
			<point ath="75.372006" atv="9.981388" />
			<point ath="76.77744" atv="11.703082" />
			<point ath="76.720424" atv="15.695129" />
			<point ath="78.091751" atv="17.459916" />
			<point ath="78.992116" atv="20.431665" />
			<point ath="78.200276" atv="21.517952" />
			<point ath="77.025827" atv="19.237344" />
			<point ath="76.371211" atv="17.745116" />
			<point ath="76.009111" atv="19.512193" />
			<point ath="74.404069" atv="22.26387" />
			<point ath="73.954649" atv="23.188961" />
			<point ath="76.385347" atv="24.053248" />
			<point ath="75.939721" atv="25.040634" />
			<point ath="72.183422" atv="23.946284" />
			<point ath="72.86695" atv="22.043727" />
			<point ath="73.183588" atv="19.969733" />
			<point ath="74.273747" atv="18.899601" />
			<point ath="74.57498" atv="16.23866" />
			<point ath="74.510795" atv="15.419136" />
			<point ath="72.893673" atv="13.000458" />
			<point ath="72.007325" atv="11.062731" />
			<point ath="71.978581" atv="8.053555" />
			<point ath="71.997094" atv="6.688867" />
			<point ath="71.938557" atv="5.938232" />
			<point ath="67.166174" atv="6.016389" />
			<point ath="65.294893" atv="5.785507" />
			<point ath="64.000116" atv="6.563158" />
			<point ath="63.376816" atv="5.613305" />
			<point ath="64.520386" atv="5.10188" />
			<point ath="66.059102" atv="4.85893" />
			<point ath="70.861854" atv="4.772568" />
			<point ath="74.214719" atv="4.381169" />
			<point ath="74.972256" atv="3.232326" />
			<point ath="75.249655" atv="1.090023" />
		</hotspot>

		<hotspot name="hs5" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0" 
			     onhover="showtext('Aeden Pittendreigh');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="100.386829" atv="-1.550842" />
			<point ath="101.582504" atv="-1.349038" />
			<point ath="102.401271" atv="-0.309204" />
			<point ath="101.448413" atv="1.137018" />
			<point ath="100.274853" atv="2.407167" />
			<point ath="99.668731" atv="2.409904" />
			<point ath="100.224143" atv="3.140146" />
			<point ath="101.811681" atv="4.470015" />
			<point ath="102.233792" atv="5.20883" />
			<point ath="104.135383" atv="7.735795" />
			<point ath="104.069276" atv="9.637349" />
			<point ath="102.307447" atv="9.958089" />
			<point ath="99.88084" atv="9.253891" />
			<point ath="100.967897" atv="11.358011" />
			<point ath="102.303468" atv="14.388765" />
			<point ath="102.374904" atv="16.699128" />
			<point ath="101.711184" atv="18.078829" />
			<point ath="102.621761" atv="19.985249" />
			<point ath="103.26134" atv="22.005096" />
			<point ath="104.740362" atv="23.355096" />
			<point ath="105.492039" atv="25.809791" />
			<point ath="103.406143" atv="25.899395" />
			<point ath="102.814034" atv="23.540323" />
			<point ath="101.865463" atv="23.202521" />
			<point ath="99.832887" atv="23.095702" />
			<point ath="96.688645" atv="22.786611" />
			<point ath="97.685158" atv="20.695721" />
			<point ath="99.424695" atv="17.612615" />
			<point ath="96.959409" atv="14.451344" />
			<point ath="96.235597" atv="12.808668" />
			<point ath="95.593714" atv="11.783621" />
			<point ath="95.992025" atv="9.160719" />
			<point ath="95.901632" atv="6.349407" />
			<point ath="95.824475" atv="5.193781" />
			<point ath="95.271783" atv="4.647905" />
			<point ath="95.741027" atv="3.023184" />
			<point ath="96.343192" atv="1.750084" />
			<point ath="98.236951" atv="1.60984" />
			<point ath="98.885356" atv="0.152908" />
			<point ath="99.260116" atv="-1.420542" />
			<point ath="99.260116" atv="-1.420542" />
		</hotspot>

		<hotspot name="hs6" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0" 
		         onhover="showtext('Myiu Matsuni');"
				 depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="121.726366" atv="-0.141829" />
			<point ath="123.194153" atv="-0.142223" />
			<point ath="123.415397" atv="2.033491" />
			<point ath="124.714897" atv="0.845631" />
			<point ath="127.623791" atv="-1.259448" />
			<point ath="130.16306" atv="-2.748677" />
			<point ath="130.967982" atv="-2.48988" />
			<point ath="128.633007" atv="-0.79908" />
			<point ath="125.986519" atv="1.706496" />
			<point ath="124.472796" atv="3.441495" />
			<point ath="124.50332" atv="5.877664" />
			<point ath="125.775439" atv="8.89348" />
			<point ath="126.675994" atv="9.858153" />
			<point ath="126.51921" atv="11.578453" />
			<point ath="127.278546" atv="15.027045" />
			<point ath="128.701119" atv="16.473279" />
			<point ath="128.993246" atv="20.291137" />
			<point ath="129.881077" atv="22.503545" />
			<point ath="128.633007" atv="22.641778" />
			<point ath="127.760571" atv="19.001517" />
			<point ath="125.989064" atv="15.774535" />
			<point ath="124.318984" atv="13.135715" />
			<point ath="123.431342" atv="15.523355" />
			<point ath="123.17233" atv="17.565241" />
			<point ath="121.030707" atv="20.194638" />
			<point ath="121.223721" atv="20.939956" />
			<point ath="120.042893" atv="22.015623" />
			<point ath="118.621427" atv="21.670146" />
			<point ath="119.296875" atv="20.778816" />
			<point ath="120.420647" atv="19.159388" />
			<point ath="121.706908" atv="16.427664" />
			<point ath="122.074091" atv="13.088505" />
			<point ath="122.767648" atv="10.224219" />
			<point ath="122.06527" atv="7.823785" />
			<point ath="120.498942" atv="10.039244" />
			<point ath="118.386985" atv="11.610025" />
			<point ath="118.498345" atv="12.364947" />
			<point ath="117.06725" atv="12.240023" />
			<point ath="117.410416" atv="10.629071" />
			<point ath="117.951548" atv="10.648071" />
			<point ath="120.627292" atv="7.934865" />
			<point ath="121.641255" atv="5.714149" />
			<point ath="121.676269" atv="4.36684" />
			<point ath="120.569251" atv="3.219916" />
			<point ath="120.098511" atv="1.231982" />
			<point ath="120.658526" atv="0.246752" />
		</hotspot>
                    

		<hotspot name="hs7" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Killian Smith');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="143.813425" atv="1.225624" />
			<point ath="145.303435" atv="1.829905" />
			<point ath="145.378212" atv="3.983699" />
			<point ath="145.311729" atv="4.658294" />
			<point ath="147.292852" atv="3.911827" />
			<point ath="149.954687" atv="4.033534" />
			<point ath="151.661845" atv="4.757286" />
			<point ath="152.301555" atv="5.900833" />
			<point ath="151.438259" atv="6.658565" />
			<point ath="150.315789" atv="5.246991" />
			<point ath="147.990696" atv="5.128426" />
			<point ath="146.072301" atv="5.680682" />
			<point ath="145.879988" atv="8.55674" />
			<point ath="144.558357" atv="11.796378" />
			<point ath="145.982295" atv="14.681229" />
			<point ath="146.502404" atv="17.690233" />
			<point ath="144.34525" atv="21.758491" />
			<point ath="143.756497" atv="23.154428" />
			<point ath="145.44342" atv="23.219488" />
			<point ath="141.534233" atv="24.511229" />
			<point ath="141.473955" atv="23.391853" />
			<point ath="143.035468" atv="20.743259" />
			<point ath="143.114283" atv="19.597437" />
			<point ath="144.271803" atv="17.836693" />
			<point ath="142.908355" atv="17.083279" />
			<point ath="140.941557" atv="14.044328" />
			<point ath="137.987794" atv="16.84981" />
			<point ath="135.708069" atv="19.5274" />
			<point ath="135.468257" atv="20.317478" />
			<point ath="133.161316" atv="21.373096" />
			<point ath="132.341925" atv="20.85448" />
			<point ath="132.947473" atv="19.837268" />
			<point ath="134.795439" atv="19.41381" />
			<point ath="136.033728" atv="16.09716" />
			<point ath="137.393849" atv="15.19604" />
			<point ath="138.491619" atv="13.173861" />
			<point ath="139.564913" atv="12.028863" />
			<point ath="139.86684" atv="10.728083" />
			<point ath="140.576857" atv="10.118944" />
			<point ath="140.692643" atv="6.761036" />
			<point ath="142.426943" atv="4.998688" />
			<point ath="141.894714" atv="3.574749" />
			<point ath="142.38349" atv="1.69184" />
		</hotspot>


		<hotspot name="hs8" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0" 
				 onhover="showtext('Isadora Valero');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="165.405169" atv="0.898427" />
			<point ath="166.89192" atv="1.628319" />
			<point ath="166.688727" atv="3.647412" />
			<point ath="165.7248" atv="5.682964" />
			<point ath="166.827436" atv="6.294351" />
			<point ath="167.736262" atv="8.27969" />
			<point ath="168.937977" atv="11.163633" />
			<point ath="166.552738" atv="14.070412" />
			<point ath="163.69231" atv="15.76913" />
			<point ath="162.489276" atv="15.270242" />
			<point ath="162.022942" atv="17.851786" />
			<point ath="162.144142" atv="18.943591" />
			<point ath="163.275701" atv="20.853044" />
			<point ath="163.958759" atv="25.043311" />
			<point ath="163.578385" atv="25.618632" />
			<point ath="161.893339" atv="24.992152" />
			<point ath="160.218888" atv="24.274247" />
			<point ath="162.351644" atv="23.826969" />
			<point ath="160.076157" atv="18.612173" />
			<point ath="159.157385" atv="20.723642" />
			<point ath="156.338734" atv="23.478965" />
			<point ath="155.658411" atv="24.341226" />
			<point ath="155.241477" atv="25.724431" />
			<point ath="154.614921" atv="26.81358" />
			<point ath="153.198889" atv="26.496072" />
			<point ath="153.947685" atv="24.400198" />
			<point ath="155.508279" atv="22.96518" />
			<point ath="158.214307" atv="19.006059" />
			<point ath="158.696842" atv="17.00397" />
			<point ath="159.95757" atv="14.659542" />
			<point ath="159.989223" atv="13.363822" />
			<point ath="158.671968" atv="8.273912" />
			<point ath="160.874756" atv="4.562452" />
			<point ath="162.180335" atv="4.034297" />
			<point ath="163.193753" atv="4.509488" />
			<point ath="163.814181" atv="4.041571" />
			<point ath="164.04394" atv="1.752613" />
		</hotspot>

		<hotspot name="hs9" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('João Pedro Costa');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-170.216567" atv="-10.792376" />
			<point ath="-168.051178" atv="-9.399788" />
			<point ath="-167.652196" atv="-7.028889" />
			<point ath="-167.45444" atv="-3.22978" />
			<point ath="-168.132406" atv="-0.183472" />
			<point ath="-169.781151" atv="2.846904" />
			<point ath="-169.731754" atv="5.851286" />
			<point ath="-170.377955" atv="8.876211" />
			<point ath="-170.328601" atv="11.355401" />
			<point ath="-170.357244" atv="14.785807" />
			<point ath="-171.738243" atv="17.616628" />
			<point ath="-171.479752" atv="20.10282" />
			<point ath="-170.494902" atv="22.169181" />
			<point ath="-170.51686" atv="24.448856" />
			<point ath="-169.953004" atv="27.066927" />
			<point ath="-173.576218" atv="28.200006" />
			<point ath="-174.88023" atv="27.583369" />
			<point ath="-175.299069" atv="26.748057" />
			<point ath="-176.084546" atv="26.327523" />
			<point ath="-175.2334" atv="24.220546" />
			<point ath="-175.154357" atv="21.040238" />
			<point ath="-174.237676" atv="18.219994" />
			<point ath="-175.657426" atv="12.826565" />
			<point ath="-176.089321" atv="10.76001" />
			<point ath="-175.121075" atv="7.640485" />
			<point ath="-176.162911" atv="3.015877" />
			<point ath="-176.618976" atv="2.404814" />
			<point ath="-176.955547" atv="-2.358563" />
			<point ath="-176.736151" atv="-5.577207" />
			<point ath="-175.86224" atv="-9.023644" />
			<point ath="-172.820866" atv="-11.806069" />
			<point ath="-172.440944" atv="-10.914061" />
			<point ath="-172.131339" atv="-9.951043" />
			<point ath="-173.57394" atv="-9.56213" />
			<point ath="-174.715969" atv="-7.997261" />
			<point ath="-175.120258" atv="-4.705308" />
			<point ath="-174.332765" atv="-4.326982" />
			<point ath="-172.268292" atv="-4.923722" />
			<point ath="-170.87461" atv="-4.285027" />
			<point ath="-170.62483" atv="-1.927248" />
			<point ath="-169.407034" atv="-2.526563" />
			<point ath="-168.854446" atv="-5.967676" />
			<point ath="-169.314602" atv="-7.929873" />
			<point ath="-170.226405" atv="-9.910237" />
		</hotspot>

		<hotspot name="hs10" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Inês Ferrer');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-146.937835" atv="-1.292914" />
			<point ath="-145.152256" atv="-0.570018" />
			<point ath="-144.983422" atv="1.089371" />
			<point ath="-145.429119" atv="3.302418" />
			<point ath="-146.509863" atv="3.362922" />
			<point ath="-146.255982" atv="3.971892" />
			<point ath="-144.426126" atv="4.323501" />
			<point ath="-139.135456" atv="8.242694" />
			<point ath="-139.907079" atv="11.891907" />
			<point ath="-142.455407" atv="13.460663" />
			<point ath="-143.850296" atv="12.277446" />
			<point ath="-143.349627" atv="11.527922" />
			<point ath="-142.020664" atv="12.089025" />
			<point ath="-140.6796" atv="11.204517" />
			<point ath="-140.809649" atv="8.375711" />
			<point ath="-144.392331" atv="6.572039" />
			<point ath="-145.026087" atv="7.454531" />
			<point ath="-146.065879" atv="11.344243" />
			<point ath="-146.885837" atv="13.578388" />
			<point ath="-141.779027" atv="18.316644" />
			<point ath="-142.229264" atv="20.0633" />
			<point ath="-142.266178" atv="24.103179" />
			<point ath="-141.84804" atv="27.323227" />
			<point ath="-141.262708" atv="28.21296" />
			<point ath="-143.418321" atv="27.917402" />
			<point ath="-144.409462" atv="25.475673" />
			<point ath="-143.737807" atv="24.78254" />
			<point ath="-144.912951" atv="21.213875" />
			<point ath="-144.593892" atv="19.222838" />
			<point ath="-149.987048" atv="15.245089" />
			<point ath="-150.725107" atv="18.425544" />
			<point ath="-151.586591" atv="20.749128" />
			<point ath="-151.758876" atv="24.807144" />
			<point ath="-151.560302" atv="26.840259" />
			<point ath="-152.767169" atv="28.154377" />
			<point ath="-154.150234" atv="27.584659" />
			<point ath="-152.997963" atv="25.644796" />
			<point ath="-153.354312" atv="21.527108" />
			<point ath="-153.157575" atv="19.055467" />
			<point ath="-152.844521" atv="13.359599" />
			<point ath="-150.591504" atv="10.89504" />
			<point ath="-150.158446" atv="8.057606" />
			<point ath="-151.071356" atv="5.408895" />
			<point ath="-159.429485" atv="-0.036383" />
			<point ath="-161.258565" atv="0.713836" />
			<point ath="-162.267301" atv="0.894662" />
			<point ath="-162.699373" atv="0.459773" />
			<point ath="-162.13209" atv="-0.220668" />
			<point ath="-162.682959" atv="-0.584403" />
			<point ath="-158.891174" atv="-0.975716" />
			<point ath="-154.717236" atv="0.935771" />
			<point ath="-152.159272" atv="2.791161" />
			<point ath="-149.215232" atv="3.623012" />
			<point ath="-148.462746" atv="3.022856" />
			<point ath="-148.215646" atv="1.420313" />
			<point ath="-148.43261" atv="-0.495977" />
			<point ath="-147.87692" atv="-1.484537" />
		</hotspot>

		<hotspot name="hs11" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			     onhover="showtext('Killian Souc');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-119.438279" atv="0.28356" />
			<point ath="-118.020063" atv="0.816766" />
			<point ath="-118.476988" atv="3.697578" />
			<point ath="-119.15732" atv="4.710861" />
			<point ath="-117.559463" atv="6.613127" />
			<point ath="-117.785217" atv="13.213239" />
			<point ath="-117.762032" atv="15.96546" />
			<point ath="-118.952555" atv="21.875493" />
			<point ath="-120.787056" atv="25.051477" />
			<point ath="-119.52379" atv="26.803518" />
			<point ath="-120.573543" atv="27.377878" />
			<point ath="-122.494095" atv="25.098545" />
			<point ath="-121.816721" atv="23.531364" />
			<point ath="-120.634165" atv="21.476466" />
			<point ath="-120.624032" atv="16.935666" />
			<point ath="-123.015575" atv="19.160831" />
			<point ath="-124.414842" atv="20.881591" />
			<point ath="-126.43861" atv="23.739583" />
			<point ath="-128.803738" atv="25.055676" />
			<point ath="-129.640106" atv="25.969353" />
			<point ath="-129.446246" atv="26.685303" />
			<point ath="-132.179492" atv="27.800108" />
			<point ath="-132.220826" atv="28.606841" />
			<point ath="-133.282794" atv="28.192999" />
			<point ath="-131.936374" atv="25.798235" />
			<point ath="-129.790864" atv="24.281409" />
			<point ath="-126.362466" atv="20.690463" />
			<point ath="-125.670163" atv="18.693329" />
			<point ath="-124.40236" atv="15.796836" />
			<point ath="-122.664024" atv="13.209856" />
			<point ath="-123.189982" atv="9.831431" />
			<point ath="-123.016851" atv="6.405708" />
			<point ath="-122.104472" atv="4.237426" />
			<point ath="-121.344089" atv="3.424658" />
			<point ath="-121.401446" atv="1.215995" />
			<point ath="-120.589504" atv="0.085192" />
		</hotspot>

		<hotspot name="hs12" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Leonor de Jesus');" 
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-95.680668" atv="-2.440189" />
			<point ath="-98.036863" atv="-1.196764" />
			<point ath="-99.54719" atv="0.84715" />
			<point ath="-100.593235" atv="2.914966" />
			<point ath="-101.581984" atv="4.662776" />
			<point ath="-103.271045" atv="7.011001" />
			<point ath="-103.512606" atv="8.297299" />
			<point ath="-103.225269" atv="10.280497" />
			<point ath="-102.195089" atv="12.973696" />
			<point ath="-103.702376" atv="14.561614" />
			<point ath="-105.772928" atv="16.297468" />
			<point ath="-106.437497" atv="17.33256" />
			<point ath="-105.732223" atv="20.506167" />
			<point ath="-105.341798" atv="23.161954" />
			<point ath="-105.45866" atv="24.385901" />
			<point ath="-105.155598" atv="25.691185" />
			<point ath="-105.614573" atv="26.418127" />
			<point ath="-103.714428" atv="25.977396" />
			<point ath="-103.351371" atv="23.669989" />
			<point ath="-104.180498" atv="22.776859" />
			<point ath="-103.650993" atv="19.62707" />
			<point ath="-104.36854" atv="17.848698" />
			<point ath="-99.359052" atv="15.232099" />
			<point ath="-98.461436" atv="17.225839" />
			<point ath="-96.75385" atv="19.082666" />
			<point ath="-96.322311" atv="20.169705" />
			<point ath="-94.356732" atv="22.977808" />
			<point ath="-93.988178" atv="24.488581" />
			<point ath="-92.207007" atv="25.637168" />
			<point ath="-91.397841" atv="25.357697" />
			<point ath="-93.185109" atv="23.299407" />
			<point ath="-94.291927" atv="19.499485" />
			<point ath="-95.952859" atv="17.39029" />
			<point ath="-97.064361" atv="12.511769" />
			<point ath="-98.600485" atv="11.466739" />
			<point ath="-98.218038" atv="8.990906" />
			<point ath="-98.669748" atv="6.318267" />
			<point ath="-97.826228" atv="4.277552" />
			<point ath="-98.146063" atv="2.588097" />
			<point ath="-98.5531" atv="2.254603" />
			<point ath="-98.405999" atv="1.314764" />
			<point ath="-97.035989" atv="-0.740672" />
			<point ath="-95.548462" atv="-1.591948" />
		</hotspot>

		<hotspot name="hs13" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Tatiana Grenkova');" 
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-76.626201" atv="1.78092" />
			<point ath="-74.99568" atv="2.987539" />
			<point ath="-75.733102" atv="5.32421" />
			<point ath="-76.891051" atv="5.715386" />
			<point ath="-76.163059" atv="6.266108" />
			<point ath="-72.821518" atv="9.720771" />
			<point ath="-71.867939" atv="11.317256" />
			<point ath="-73.111138" atv="14.182882" />
			<point ath="-74.124141" atv="15.18618" />
			<point ath="-75.986675" atv="16.2822" />
			<point ath="-75.737627" atv="19.74258" />
			<point ath="-76.618007" atv="20.576347" />
			<point ath="-75.626276" atv="23.148866" />
			<point ath="-74.887896" atv="25.27996" />
			<point ath="-74.087139" atv="25.704955" />
			<point ath="-74.01547" atv="28.526512" />
			<point ath="-75.710737" atv="28.061867" />
			<point ath="-75.869795" atv="26.197663" />
			<point ath="-76.780272" atv="25.179643" />
			<point ath="-78.03121" atv="25.613124" />
			<point ath="-81.04724" atv="25.565762" />
			<point ath="-79.935289" atv="23.338499" />
			<point ath="-78.805955" atv="20.187353" />
			<point ath="-82.082608" atv="13.893251" />
			<point ath="-81.501202" atv="11.708855" />
			<point ath="-81.165084" atv="10.379641" />
			<point ath="-81.144355" atv="7.164378" />
			<point ath="-88.035073" atv="7.301421" />
			<point ath="-89.013782" atv="8.154604" />
			<point ath="-90.652552" atv="9.015337" />
			<point ath="-91.106797" atv="8.036375" />
			<point ath="-89.335977" atv="6.792152" />
			<point ath="-85.271835" atv="6.046582" />
			<point ath="-81.650494" atv="5.489778" />
			<point ath="-79.87407" atv="5.32841" />
			<point ath="-78.608939" atv="5.147869" />
			<point ath="-78.16855" atv="2.302531" />
			<point ath="-77.61477" atv="1.58208" />
			<point ath="-77.61477" atv="1.58208" />
		</hotspot>

		<hotspot name="hs14" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Inês Moura');" 
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-53.680506" atv="-0.045263" />
			<point ath="-52.256645" atv="0.668939" />
			<point ath="-52.119892" atv="2.516379" />
			<point ath="-52.778796" atv="4.306806" />
			<point ath="-52.12651" atv="4.850296" />
			<point ath="-50.27212" atv="3.524528" />
			<point ath="-49.207758" atv="1.204348" />
			<point ath="-49.001873" atv="-2.513355" />
			<point ath="-50.48013" atv="-4.099426" />
			<point ath="-49.932315" atv="-5.110576" />
			<point ath="-47.931526" atv="-3.037145" />
			<point ath="-47.806881" atv="1.596826" />
			<point ath="-48.661093" atv="4.270533" />
			<point ath="-50.425928" atv="6.956699" />
			<point ath="-51.557933" atv="10.755431" />
			<point ath="-50.664377" atv="13.584048" />
			<point ath="-51.150004" atv="18.401995" />
			<point ath="-52.591593" atv="21.090348" />
			<point ath="-53.567506" atv="25.882236" />
			<point ath="-53.709935" atv="27.532609" />
			<point ath="-50.93959" atv="28.341937" />
			<point ath="-51.935849" atv="29.353591" />
			<point ath="-53.6832" atv="28.609484" />
			<point ath="-54.56539" atv="30.275916" />
			<point ath="-55.10536" atv="32.11599" />
			<point ath="-56.737675" atv="31.11468" />
			<point ath="-56.53787" atv="26.22671" />
			<point ath="-56.409001" atv="22.425313" />
			<point ath="-56.574257" atv="20.177942" />
			<point ath="-57.3359" atv="16.258616" />
			<point ath="-59.696347" atv="14.103067" />
			<point ath="-60.346793" atv="11.86953" />
			<point ath="-60.132079" atv="9.425825" />
			<point ath="-58.329911" atv="7.38021" />
			<point ath="-57.238226" atv="5.220249" />
			<point ath="-54.918042" atv="4.60383" />
			<point ath="-55.599658" atv="2.151195" />
			<point ath="-54.998212" atv="0.266391" />
		</hotspot>

		<hotspot name="hs15" fillcolor="0xaaaaaa" fillalpha="0.0" borderwidth="0.0" bordercolor="0xaaaaaa" borderalpha="1.0"
			 	 onhover="showtext('Lourenço Ferreira');"
		         depth="1000"
		         polyline="false"
		         scaleflying="true"
		         tx="0"
		         ty="0"
		         tz="0"
		         >
			<point ath="-30.827096" atv="-2.191706" />
			<point ath="-29.325423" atv="-1.945955" />
			<point ath="-29.256444" atv="0.971266" />
			<point ath="-29.554876" atv="2.155075" />
			<point ath="-29.038346" atv="3.082359" />
			<point ath="-26.811149" atv="3.629267" />
			<point ath="-23.894268" atv="10.579005" />
			<point ath="-25.32681" atv="15.327418" />
			<point ath="-28.072124" atv="17.412234" />
			<point ath="-29.606814" atv="21.712794" />
			<point ath="-28.565664" atv="23.947701" />
			<point ath="-28.041807" atv="27.307644" />
			<point ath="-27.701147" atv="29.118194" />
			<point ath="-32.677813" atv="29.75653" />
			<point ath="-32.683404" atv="28.050752" />
			<point ath="-33.18689" atv="27.825314" />
			<point ath="-32.347605" atv="25.291669" />
			<point ath="-32.544388" atv="22.780798" />
			<point ath="-32.046036" atv="21.005111" />
			<point ath="-33.666647" atv="17.079554" />
			<point ath="-35.819634" atv="14.330862" />
			<point ath="-36.55465" atv="10.117255" />
			<point ath="-34.874516" atv="4.085686" />
			<point ath="-32.166266" atv="2.529689" />
			<point ath="-32.460389" atv="-0.471744" />
			<point ath="-32.007417" atv="-2.132375" />
		</hotspot>
		
 	</scene>	

</krpano>
