<?xml version = '1.0'?>
<panorama>
	<parameters>
		zoom = 1
		pan = 10
		panHome = 0
		tiltHome = 0
		friction = 0.90 
		segments = 30
		qualityStatic = high
		qualityStatic2 = high
		qualityMotion = low
		qualityMotion2 = high

		layer_3 = ../hotspots.swf
		layer_4 = ../menuFullscreen.swf
	</parameters>

	<hotspots>
		<global
			onStart="pano.pan-=10,2000"
		>
			<box id="clock2" url="../clock411.swf" pan="-142.47" tilt="0.95" distance="0.99" orientation="sphere" rotationX="-16.00" depth="3" scale="0.13" tint="0.34" tintColor="#000000" blur="7" refreshRate="1" segmentsX="4" segmentsY="4" buttonMode="0" />
			<spot id="FSbutton" url="../img/full.png" alt="Fullscreen on/off" static="1" salign="TL" align="TL" staticX="10" staticY="10" scale="1" alpha="0.65" onClick="pano.fullscreen(-)" />

			<spot id="myForm" url="../panoform.swf" 
				static="1" salign="MC" align="MC" width="380" height="450" 
				visible="1" shadow="1"
				mouseChildren="1" blockMouse="1" disableKeys="0" disableControls="0"
				buttonMode="0" useHandCursor="0"
				xmlfile="myform2.xml"
				onOver="pano.disableWheel=1; pano.disableKeys=1" onOut="pano.disableWheel=0; pano.disableKeys=0"
			/>

			<spot id="crossT" url="../textbox.swf"	align="BR" static="1" salign="BR" staticX="-15" staticY="-15"
				alpha="0.50" mouseChildren="0" visible="1" 
				leftmargin="5"
				font="Comic Sans MS" size="12" color="#FFFFFF" bold="0"
				bgcolor="#000000" bordercolor="#FFFFFF" 
				onOver="alpha=1,600" onOut="alpha=0.50,600" onClick="formToggle()"
				text="Show/Hide form"
				formToggle="myForm.visible+=1"
				useHandCursor="0"
			/>
		</global>

	</hotspots>

</panorama>

