<krpano logkey="false" actionintervalbase="frame" onstart="action(loadfirstpano,konfmal);" >
	<include url="i&s/settings.xml" />
	<include url="i&s/interface.xml" />

	<scene name="konfmal" onstart="action(showinterface,Конференцзал малый); action(createbuttons); "><view fov="80.0"  vlookat="0" hlookat="0"/>
		<image type="SPHERE"><sphere url="panoramas/konfmal.jpg" /></image>
		<preview type="SPHERE" url="panopvs/konfmal-pv.jpg" />

				<hotspot name="hall1" url="hotspot.png" ath="37" atv="2" />
				<hotspot name="vxod1" url="hotspot.png" ath="12" atv="2" />
	</scene>
	<plugin name="konfmal" url="panotns/konfmal-tn.jpg" keep="true" visible="false"/>	

	<plugin name="hall1" url="panotns/resep-tn.jpg" keep="true" visible="false"/>	
	<plugin name="vxod1" url="panotns/paradnaja-tn.jpg" keep="true" visible="false"/>	


	<action name="createbuttons">set(xpos,5); set(scrollw,477); 
			settingbutton( konfmal, Малый конференц зал, get(xpos)); inc(xpos,90); inc(scrollw,-90); 
			settingbutton( hall1, Ресепшн холл первый этаж, get(xpos)); inc(xpos,90); inc(scrollw,-90); 
			settingbutton( vxod1, Парадный вход, get(xpos)); inc(xpos,90); inc(scrollw,-90); 

			settinghotspot( hall1, Ресепшн холл первый этаж, 5 ); gotoxml(hall1,hall1.xml);
			settinghotspot( vxod1, Парадный вход, 5 ); gotoxmlpano(vxod1,vxod1.xml, vxod, 5);
	</action>

	<action name="removeall">
			removeplugin( konfmal); 
			removeplugin( hall1); 
			removeplugin( vxod1); 

			removehotspot( hall1); 
			removehotspot( vxod1); 
	</action>	
	
</krpano>

