<krpano version="1.0.7">

	<include url="../../global.xml" />

	<display details="16" />
	<view fisheye="0" fov="120" fovmax="140" />

	<image type="SPHERE"><sphere url="basesphere.jpg" /></image>
	
	<plugin name="txt"
	        url="%SWFPATH%/plugins/textfield.swf"
	        html="[p]click here to switch to cube image[/p]"
	        css="p{color:#FFFFFF; font-family:Arial; font-size:14; margin-left:5; margin-right:5; text-align:center; }"
	        children="false"
	        visible="false"
	        width="260"
	        height="22"
	        backgroundcolor="0x000000"
	        roundedge="5"
	        shadow="1"
	        borderwidth="0"
	        glow="4"
	        align="bottom"
	        y="75"
	        onloaded="set(alpha,0);set(textblur,15);set(blur,15); set(visible,true); tween(alpha,1,0.3); tween(textblur,0,0.3); tween(blur,0,0.3);"
	        onclick="set(enabled,false); tween(textblur,15,0.3);tween(blur,15,0.3);  tween(alpha,0,0.3,default, loadpano(basecube.xml,null,MERGE|KEEPVIEW,BLEND(1)); wait(BLEND); );"
	        />
	
</krpano>


