<?xml version = '1.0'?>
<panorama>
	<parameters>
		disableLoading = 1
		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="goYard()"
			goYard="loadPano(panoName=../stadshuset/img/stadshuset2&amp;panHome=-162&amp;tiltHome=0&amp;zoomHome=1)"
			goTower="loadPano(panoName=../stadshuset/img/stadshuset3&amp;pan=65&amp;tilt=-11&amp;zoom=0.8)"
		>
			<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="myZoomer" url="../zoomer.swf" 
				static="1" salign="BL" align="BL" staticX="15" staticY="-17"
				visible="1" shadow="1" depth="20"
				mouseChildren="1" blockMouse="1" disableKeys="0" disableControls="0"
				onOver="pano.disableWheel=1; pano.disableKeys=1" 
				onOut="pano.disableWheel=0; pano.disableKeys=0"
				useHandCursor="0"
				trackImage="img/zoomer.png"
				handleImage="img/handle.png"
				dragCoords="3;174-3;24"
				zoomRange="0.4-3.0"
			/>

			<spot id="myZoomer_h" url="../zoomer.swf" 
				static="1" salign="BL" align="BL" staticX="50" staticY="-20"
				visible="1" shadow="1" depth="20"
				mouseChildren="1" blockMouse="1" disableKeys="0" disableControls="0"
				onOver="pano.disableWheel=1; pano.disableKeys=1" 
				onOut="pano.disableWheel=0; pano.disableKeys=0"
				useHandCursor="0"
				trackImage="img/zoomer_hi.png"
				handleImage="img/handle_h.png"
				dragCoords="23;3-174;3"
				zoomRange="3.0-0.4"
			/>

			<spot id="visitTower" url="../textbox.swf"	static="1" salign="BR" align="BR" staticX="-135" 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="goTower();visible=0;backYard.visible=1"
				text="Visit the tower "
			/>
			<spot id="backYard" url="../textbox.swf"	static="1" salign="BR" align="BR" staticX="-140" staticY="-15"
				alpha="0.50" mouseChildren="0" visible="0" 
				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="goYard();visible=0;visitTower.visible=1"
				text="Back to the yard "
			/>

			<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="zoomerToggle()"
				useHandCursor="1"
				text="Show/Hide zoomer "
				zoomerToggle="myZoomer.visible+=1;myZoomer_h.visible+=1"
			/>

		</global>

	</hotspots>

</panorama>

