<krpano version="1.0.7" onstart="" basedir="%FIRSTXML%" actionintervalbase="timer" logkey="true">


	<preview type="cubestrip" url="laboral_pano_pre.jpg" details="10" />

    <image type="SPHERE">
        <sphere  url="laboral_pano.jpg" />
    </image>


	<view hlookat       ="-174.855001"
	      vlookat       ="8.178068"
	      fov           ="130"
	      fisheye       ="0.30"
	      fisheyefovlink="0.80"
	      />
	
	<textstyle name="DEFAULT" font="Arial" fontsize="14" bold="true"
	           textcolor="0" 
	           background="false" backgroundcolor="16777215" border="false" bordercolor="0" 
	           alpha="1" blendmode="layer" effect="glow(0xFFFFFF,0.85,4,4);dropshadow(2,45,0x000000,4,1);" 
	           origin="cursor" edge="bottom" textalign="center" xoffset="0" yoffset="-3" showtime="0.1" noclip="true"
	           />


	<plugin name="maps" url="%SWFPATH%/plugins/googlemaps.swf" handcursor="false"
			align="leftbottom"
			x="0"
			y="0"
			width="200"
			height="400"

			key="ABQIAAAAoSllMnO2VaR5v8WcJI2ysRQbtiKj2v8XzIs27iIOSPQyEJhgVBT9d-LtTuTOybt9JwPUBAfWR8UNeg"

			lat="43.523846"
			lng="-5.615864"
			zoom="18"

			maptype="SATELLITE"

			dragging="true"
			scrollwheel="true"
			continuouszoom="false"
			keyboard="false"
			crosshairs="false"

			onmapready=""
			onmapmoved=""
			onmapzoomed=""
			>
		
		<radar visible="true"
			   size="60"
			   alpha="0.33"
			   fillcolor="0xFFFFFF"
			   fillalpha="1.0"
			   linecolor="0xFFFFFF"
			   linealpha="0.0"
			   linewidth="0.0"
			   glow="true"
			   glowcolor="0"
			   glowwidth="4"
			   glowstrength="3"
			   behindspots="true"
			   dragable="true"
			   />
		
		<positioncontrol visible="true" anchor="topleft"  x="2" y="2" />
		<zoomcontrol     visible="true" anchor="topright" x="2" y="2" hasscrolltrack="true" />

		<spot name="s1" 			
			  lat="43.523846"
			  lng="-5.615864"
		      heading="18"  
		      active="true" 
		      />
		      
		<spot name="s2" 
			  lat="43.523846"
			  lng="-5.925864"
		      onhover="showtext(show a picture from this place);" 
		      onclick="action(showpic,pic_s2);" 
		      />		      
		      
		<spot name="s3"
			  lat="43.523846"
			  lng="-5.735864"
		      onhover="showtext(show a picture from this place);" 
		      onclick="action(showpic,pic_s3);" 
		      />		      
		      
	      
		      
	</plugin>


	<!-- NOTE - changing the "url" for an over-image is not a perfect solution!
		        internally it does a reload for every change!
			    next version will have direct support for over and down images!
	-->
	<hotspot name="s2"
			 url="hotspot_ani_black.swf" 
			 ath="-152.5692" atv="1.4989"
			 scale="0.5"
			 zoom="false"
			 onover="set(url,t_dscf4353.jpg);tween(scale,1);"
			 onout="set(url,hotspot_ani_black.swf);tween(scale,0.5);"
			 onloaded="resetsize();"
			 onclick="action(showpic,pic_s2);"
			 />
			 
	<hotspot name="s3"
			 url="hotspot_ani_black.swf" 
			 ath="-123.2209" atv="-13.4172"
			 scale="0.5"
			 zoom="false"
			 onover="set(url,t_dscf4356.jpg);tween(scale,1);"
			 onout="set(url,hotspot_ani_black.swf);tween(scale,0.5);"
			 onloaded="resetsize();"
			 onclick="action(showpic,pic_s3);"
			 />
			 
	<hotspot name="s4"
			 url="hotspot_ani_black.swf" 
			 ath="136.7616" atv="2.7125" 
			 scale="0.5"
			 zoom="false"
			 onover="set(url,t_dscf4374.jpg);tween(scale,1);"
			 onout="set(url,hotspot_ani_black.swf);tween(scale,0.5);"
			 onloaded="resetsize();"
			 onclick="action(showpic,pic_s4);"
			 />			 


	<plugin name="pic_s2"			 
			url="dscf4353.jpg" 
			visible="false"
			alpha="0"
			align="center"
			height="75%"
			width="prop"
			zorder="100"
			onclick="action(hidepic,pic_s2);"
			/>
			
	<plugin name="pic_s3"			 
			url="dscf4356.jpg" 
			visible="false"
			alpha="0"
			align="center"
			height="75%"
			width="prop"
			zorder="100"
			onclick="action(hidepic,pic_s3);"
			/>			
	
	<plugin name="pic_s4"			 
			url="dscf4374.jpg" 
			visible="false"
			alpha="0"
			align="center"
			height="75%"
			width="prop"
			zorder="100"
			onclick="action(hidepic,pic_s4);"
			/>


	<action name="showpic">
		<!-- first make sure that all others are hidden -->
		action(hidepic, pic_s2);
		action(hidepic, pic_s3);
		action(hidepic, pic_s4);
	
		<!-- and now show current one -->
		set(plugin[%1].enabled,true);
		set(plugin[%1].visible,true);
		tween(plugin[%1].alpha, 1, 0.50);
	</action>			
	
	<action name="hidepic">
		set(plugin[%1].enabled,false);
		tween(plugin[%1].alpha, 0, 0.25, default, set(plugin[%1].visible,false) );
	</action>
	


</krpano>

