<window>
	<controls>
		<control type="group">
		 <animation type="WindowOpen" reversible="false">
			<effect type="zoom" time="350" center="640,360" start="150" end="100" tween="cubic" easing="out"/>
			<effect type="fade" time="350" center="640,360" start="0" easing="out" end="100"/>
		 </animation>
		 <animation type="WindowClose" reversible="false">
			<effect type="zoom" time="250" center="640,360" start="100" end="150" tween="cubic" easing="in"/>
			<effect type="fade" time="250" center="640,360" start="100" easing="in" end="0"/>
		 </animation>
		 <animation type="Visible" reversible="false">
			<effect type="zoom" time="350" center="640,360" start="150" end="100" tween="cubic" easing="out"/>
			<effect type="fade" time="350" center="640,360" start="0" easing="out" end="100"/>
		 </animation>			
		 <animation type="Hidden" reversible="false">
			<effect type="zoom" time="350" center="640,360" start="100" end="150" tween="cubic" easing="in"/>
			<effect type="fade" time="350" center="640,360" start="100" easing="in" end="0"/>
		 </animation>
		<control type="image">
			<include>FullscreenDimensions</include>
			<texture background="true">black.jpg</texture>
      <colordiffuse>AAFFFFFF</colordiffuse>
      <animation effect="fade" time="300" start="0" end="100" tween="sine" easing="out">WindowOpen</animation>
      <animation effect="fade" time="300" start="100" end="0" tween="sine" easing="in">WindowClose</animation>
      <animation effect="fade" time="300" start="0" end="100" tween="sine" easing="out">Visible</animation>
      <animation effect="fade" time="300" start="100" end="0" tween="sine" easing="in">Hidden</animation>
		</control>		 
		 <control type="image">
			<posx>450</posx>
			<posy>165</posy>    
			<width>395</width>     
			<height>395</height> 
			<texture>bg.png</texture>
			<colordiffuse>AA999999</colordiffuse>
			<aspectratio align="center" aligny="center">stretch</aspectratio>
		 </control>
			<control type="label">
				<description>header label</description>
				<posx>473</posx>
				<posy>205</posy>
				<width>348</width>
				<font>FontSize_26</font>
				<textcolor>99white</textcolor>
				<align>center</align>
				<aligny>center</aligny>
				<scroll>true</scroll>
				<scrollspeed>20</scrollspeed>
			  <label>$ADDON[script.system.settings 6090]</label>
			</control>
		 <control type="group">
			<posx>540</posx>
			<posy>243</posy>
			<control type="image">
				<description>Busy animation</description>
				<posx>0</posx>
				<posy>0</posy>
				<width>220</width>
				<height>220</height>
				<texture>static_busy.png</texture>
				<aspectratio>keep</aspectratio>
			</control>
			<control type="image">
				<description>Busy animation</description>
				<posx>0</posx>
				<posy>0</posy>
				<width>220</width>
				<height>220</height>
				<texture>animation_1.png</texture>
				<aspectratio>keep</aspectratio>
				<animation effect="rotate" start="0" end="360" center="auto" time="2500" loop="true" condition="true">conditional</animation>
			</control>
			<control type="image">
				<description>Busy animation</description>
				<posx>0</posx>
				<posy>0</posy>
				<width>220</width>
				<height>220</height>
				<texture>animation_2.png</texture>
				<aspectratio>keep</aspectratio>
				<animation effect="rotate" start="0" end="-360" center="auto" time="2500" loop="true" condition="true">conditional</animation>
			</control>
		 </control>	
	
		 <control type="group">
			<posx>473</posx>
			<posy>470</posy>
			<control type="label">
				<posx>0</posx>
				<posy>0</posy>
				<description>Busy Line 1</description>
				<width>347</width>
				<height>20</height>
				<font>FontSize_22</font>
				<textcolor>88FFFFFF</textcolor>
				<shadowcolor>99000000</shadowcolor>
				<align>center</align>
				<aligny>center</aligny>
				<scroll>true</scroll>
				<scrollspeed>20</scrollspeed>
				<label>$ADDON[script.system.settings 6085]</label>
			</control>
			<control type="label">
				<posx>0</posx>
				<posy>25</posy>
				<description>Busy Line 2</description>
				<width>347</width>
				<height>20</height>
				<font>FontSize_22</font>
				<textcolor>88FFFFFF</textcolor>
				<shadowcolor>99000000</shadowcolor>
				<align>center</align>
				<aligny>center</aligny>
				<scroll>true</scroll>
				<scrollspeed>20</scrollspeed>
				<label>$ADDON[script.system.settings 6086]</label>
			</control>
		 </control>
	  </control>
	</controls>
</window>
