<krpano version="1.0.8" logkey="false">
    
	<include url="xml.source/panoramalr0045c.xml"/>
    <autorotate enabled="true"/>
    
	<textstyle name="default" font="Tahoma" fontsize="18" textcolor="0xFFFFFF" border="false" background="false" textalign="center" effect="glow(0x000000,0.7,4,2);dropshadow(4,45,0x000000,4,1);"/>
	
	
	
	<plugin name="in" url="gfx/btn_plus.png" keep="true" align="bottomright" x="210" y="10" ondown="set(fov_moveforce,-1);"  onup="set(fov_moveforce,0);" crop="0|0|37|37" onovercrop="0|37|37|37" onoutcrop="0|0|37|37" onover="set(plugin[hplus].visible,true);" onout="set(plugin[hplus].visible,false);" />
	<plugin name="out" url="gfx/btn_mnus.png" keep="true" align="bottomright" x="170" y="10" ondown="set(fov_moveforce,+1);"  onup="set(fov_moveforce,0);" crop="0|0|37|37" onovercrop="0|37|37|37" onoutcrop="0|0|37|37" onover="set(plugin[hmnus].visible,true);" onout="set(plugin[hmnus].visible,false);" />



	<plugin name="home" url="gfx/btn_home.png" keep="true" align="bottomright" x="130" y="10" onclick="action(looktohome);" crop="0|0|37|37" onovercrop="0|37|37|37" onoutcrop="0|0|37|37" onover="set(plugin[hhome].visible,true);" onout="set(plugin[hhome].visible,false);" />
	
	
	
	<plugin name="alock" url="gfx/btn_autorotation.png" keep="true" align="bottomright" x="90" y="10" crop="0|0|37|37" onovercrop="0|111|37|37" onoutcrop="0|0|37|37" onclick="switch(autorotate.enabled); set(plugin[alock].visible,false); set(plugin[aunlock].visible,true);" onover="set(plugin[hautorotation].visible,true);" onout="set(plugin[hautorotation].visible,false);" />
	<plugin name="aunlock" url="gfx/btn_autorotation.png" keep="true" visible="false" align="bottomright" x="90" y="10" crop="0|37|37|37" onovercrop="0|74|37|37" onoutcrop="0|37|37|37" onclick="switch(autorotate.enabled); set(plugin[aunlock].visible,false); set(plugin[alock].visible,true);" onover="set(plugin[hautorotation].visible,true);" onout="set(plugin[hautorotation].visible,false);" />
	
	
	
	<plugin name="openfs" url="gfx/btn_fs.png" keep="true" align="bottomright" x="10" y="10" onclick="set(fullscreen,true);" crop="0|37|37|37" onovercrop="0|74|37|37" onoutcrop="0|37|37|37" onover="set(plugin[hfullscreen].visible,true);" onout="set(plugin[hfullscreen].visible,false);" />
	<plugin name="closefs" url="gfx/btn_fs.png" keep="true" visible="false" align="bottomright" x="10" y="10" onclick="set(fullscreen,false);" crop="0|0|37|37" onovercrop="0|111|37|37" onoutcrop="0|0|37|37" onover="set(plugin[hfullscreen].visible,true);" onout="set(plugin[hfullscreen].visible,false);" />
	
	<events onenterfullscreen="set(plugin[openfs].visible,false); set(plugin[closefs].visible,true);" onexitfullscreen="set(plugin[openfs].visible,true); set(plugin[closefs].visible,false);"/>
	
	
	
	<plugin name="hplus" url="gfx/hovers/hplus.png" devices="desktop" enabled="false" keep="true" visible="false" align="bottomright" x="200" y="40" />
	<plugin name="hmnus" url="gfx/hovers/hmnus.png" devices="desktop" enabled="false" keep="true" visible="false" align="bottomright" x="160" y="40" />
	<plugin name="hhome" url="gfx/hovers/hhome.png" devices="desktop" enabled="false" keep="true" visible="false" align="bottomright" x="125" y="40" />
	<plugin name="hautorotation" url="gfx/hovers/hautorotation.png" devices="desktop" enabled="false" keep="true" visible="false" align="bottomright" x="60" y="40" />
	<plugin name="hfullscreen" url="gfx/hovers/hfullscreen.png" devices="desktop" enabled="false" keep="true" visible="false" align="bottomright" x="5" y="40" />
	
	
	
	<plugin name="c_ndrag" url="gfx/c_ndrag.png" devices="desktop" align="center" onloaded="set(alpha,0); tween(alpha,1.0);" onclick="hideintroimaged();" />
	
	<action name="hideintroimaged">
		if(plugin[c_ndrag].enabled,
			set(plugin[c_ndrag].enabled,false);
			tween(plugin[c_ndrag].alpha, 0.0, 0.5, default, removeplugin(c_ndrag));
		  );
	</action>
	
	<plugin name="u_screen" url="gfx/u_screen.png" devices="mobile|tablet" align="center" onloaded="set(alpha,0); tween(alpha,1.0);" onclick="hideintroimagem();" />
	
	<action name="hideintroimagem">
		if(plugin[u_screen].enabled,
			set(plugin[u_screen].enabled,false);
			tween(plugin[u_screen].alpha, 0.0, 0.5, default, removeplugin(u_screen));
		  );
	</action>

</krpano>