<?xml version = '1.0'?>
<panorama>
	<parameters>
		zoom = 1
		panHome = 93
		tiltHome = -1
		friction = 0.9
		segments = 30

		layer_1 = ../glassMeter.swf
		layer_2 = ../tooltips.swf
		layer_3 = ../hotspots.swf
		layer_4 = ../menuFullscreen.swf
	</parameters>
	<hotspots>
		<global onStart="externalInterfaceID=live" 
			pano_move="pano.pan=129,4000,elastic;pano.tilt=-9.5,5000,elastic;pano.zoom=1.8,10000"
		>
			<spot id="FSbutton" url="img/full.png" alt="Fullscreen on/off" static="1" salignX="-0.47" salignY="-0.46" scale="1" alpha="0.65" onClick="fullscreen(-)" />

			<spot id="Hfile" url="../htmlbox.swf" 
				align="TL" pan="49" tilt="20"
				alpha="0.65" scaleable="0" visible="1" mouseChildren="1"
				width="380" height="140" 
				multiline="1" wordwrap="1"
				font="Arial" size="10" color="#0000FF" 
				bgcolor="#FFFFE0" bordercolor="#FF0000" 
				onOver="alpha=1,600" onOut="alpha=0.65,600"
				useHandCursor="0"
				htmlfile="meerkat.html"
			/>

			<spot id="Htext" url="../htmlbox.swf"
				html="This is a &lt;b&gt;HTML&lt;/b&gt; text"
				static="1" salign="TR" staticX="-200" staticY="75"
				alpha="0.65" scaleable="0" visible="1" mouseChildren="0"
				multiline="1" 
				font="Arial" size="16" color="#0000FF"
				bgcolor="#FFFFFF" bordercolor="#000000"
				onOver="alpha=1,600" onOut="alpha=0.65,600"
			/>

			<!-- buttons -->
			<spot id="changeT" url="../textbox.swf"	align="TL" static="1" salign="BR" staticX="-130" staticY="-35"
				alpha="0.50" mouseChildren="0" visible="1" 
				leftmargin="5"
				font="Comic Sans MS" size="12" color="#FFFFFF" bold="0"
				bgcolor="#000000" bordercolor="#FFFFFF" 
				text="Change HTML text"
				onOver="alpha=1,600" onOut="alpha=0.50,600" 
				onClick="changeT2()"
				changeT2="Htext.html=And this is a &lt;b&gt;completely&lt;br&gt; different&lt;/b&gt; text;onClick=changeT1()"
				changeT1="Htext.html=This is a &lt;b&gt;HTML&lt;/b&gt; text;onClick=changeT2()"
			/>

			<spot id="changeF" url="../textbox.swf"	align="TL" static="1" salign="BR" staticX="-250" staticY="-35"
				alpha="0.50" mouseChildren="0" visible="1" 
				leftmargin="5"
				font="Comic Sans MS" size="12" color="#FFFFFF" bold="0"
				bgcolor="#000000" bordercolor="#FFFFFF" 
				text="Change HTML file"
				onOver="alpha=1,600" onOut="alpha=0.50,600" 
				onClick="changeF2()"
				changeF2="Hfile.htmlfile=meerkat2.html;onClick=changeF1()"
				changeF1="Hfile.htmlfile=meerkat.html;onClick=changeF2()"
			/>
		</global>
	</hotspots>
</panorama>

