<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">9000</defaultcontrol>
	<controls>
		<include>CommonBackground</include>
		<control type="image">
			<left>0</left>
			<top>100r</top>
			<width>1280</width>
			<height>100</height>
			<texture>floor.png</texture>
			<include>VisibleFadeEffect</include>
		</control>
		<include content="CommonWindowHeader">
			<param name="Icon" value="icon_system" />
			<param name="Label" value="$LOCALIZE[20077]" />
		</include>
		<control type="group">
			<left>90</left>
			<top>30</top>
			<animation type="WindowOpen" reversible="false">
				<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
				<effect type="fade" start="0" end="100" time="225" />
			</animation>
			<animation type="WindowClose" reversible="false">
				<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
				<effect type="fade" start="100" end="0" time="225" />
			</animation>
			<control type="image">
				<left>5</left>
				<top>5</top>
				<width>1090</width>
				<height>630</height>
				<texture border="15">ContentPanel.png</texture>
			</control>
			<control type="image">
				<left>5</left>
				<top>625</top>
				<width>1090</width>
				<height>64</height>
				<texture border="15">ContentPanelMirror.png</texture>
			</control>
			<control type="button">
				<description>Close Window button</description>
				<left>980</left>
				<top>11</top>
				<width>64</width>
				<height>32</height>
				<label/>
				<font/>
				<onclick>PreviousMenu</onclick>
				<texturefocus>DialogCloseButton-focus.png</texturefocus>
				<texturenofocus>DialogCloseButton.png</texturenofocus>
				<onleft>1</onleft>
				<onright>1</onright>
				<onup>1</onup>
				<ondown>1</ondown>
				<visible>system.getbool(input.enablemouse)</visible>
			</control>
			<control type="image">
				<description>LOGO</description>
				<left>30</left>
				<top>15</top>
				<width>220</width>
				<height>80</height>
				<aspectratio>keep</aspectratio>
				<texture>Confluence_Logo.png</texture>
			</control>
			<control type="list" id="9000">
				<left>10</left>
				<top>90</top>
				<width>260</width>
				<height>481</height>
				<onleft>9010</onleft>
				<onright>9010</onright>
				<onup>9000</onup>
				<ondown>9000</ondown>
				<pagecontrol/>
				<scrolltime>300</scrolltime>
				<itemlayout height="80" width="260">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>260</width>
						<height>81</height>
						<texture border="5">MenuItemNF.png</texture>
					</control>
					<control type="label">
						<left>10</left>
						<top>15</top>
						<width>240</width>
						<height>25</height>
						<font>font24_title</font>
						<textcolor>grey3</textcolor>
						<align>right</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
					<control type="label">
						<left>10</left>
						<top>42</top>
						<width>240</width>
						<height>25</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<align>right</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label2]</label>
					</control>
				</itemlayout>
				<focusedlayout height="80" width="260">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>260</width>
						<height>81</height>
						<texture border="5">MenuItemFO.png</texture>
						<animation effect="fade" start="100" end="30" time="75" condition="!Control.HasFocus(9000)">Conditional</animation>
					</control>
					<control type="label">
						<left>10</left>
						<top>15</top>
						<width>240</width>
						<height>25</height>
						<font>font24_title</font>
						<textcolor>white</textcolor>
						<align>right</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
					<control type="label">
						<left>10</left>
						<top>42</top>
						<width>240</width>
						<height>25</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<align>right</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label2]</label>
					</control>
				</focusedlayout>
				<content>
					<item id="1">
						<label>128</label>
						<label2>5</label2>
					</item>
					<item id="2">
						<label>513</label>
						<label2>31112</label2>
					</item>
					<item id="3">
						<label>31102</label>
						<label2>31112</label2>
					</item>
					<item id="4">
						<label>24000</label>
						<label2>31200</label2>
					</item>
				</content>
			</control>
			<control type="image">
				<left>268</left>
				<top>10</top>
				<width>790</width>
				<height>618</height>
				<texture border="5">black-back2.png</texture>
			</control>
			<control type="image">
				<left>268</left>
				<top>10</top>
				<width>790</width>
				<height>52</height>
				<texture>dialogheader.png</texture>
			</control>
			<control type="label">
				<description>header label</description>
				<left>300</left>
				<top>20</top>
				<width>726</width>
				<height>30</height>
				<font>font16</font>
				<label>$LOCALIZE[20077] - $INFO[Container(9000).ListItem.Label]</label>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>white</textcolor>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="group" id="9010">
				<control type="grouplist" id="9001">
					<visible>Container(9000).Hasfocus(1)</visible>
					<left>290</left>
					<top>60</top>
					<width>750</width>
					<height>530</height>
					<itemgap>-1</itemgap>
					<pagecontrol>60</pagecontrol>
					<onleft>9000</onleft>
					<onright>60</onright>
					<onup>9001</onup>
					<ondown>9001</ondown>
					<control type="label" id="100">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31106</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="101">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>20189</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(AutoScroll)</onclick>
						<selected>Skin.HasSetting(AutoScroll)</selected>
					</control>
					<control type="radiobutton" id="102">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31103</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick>
						<selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected>
					</control>
					<control type="radiobutton" id="112">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31104</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(WindowedTrailer)</onclick>
						<selected>Skin.HasSetting(WindowedTrailer)</selected>
					</control>
					<control type="radiobutton" id="113">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31107</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(HideFilenameFlagging)</onclick>
						<selected>Skin.HasSetting(HideFilenameFlagging)</selected>
					</control>
					<control type="radiobutton" id="116">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31122</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(HideEPGwithRDS)</onclick>
						<selected>Skin.HasSetting(HideEPGwithRDS)</selected>
					</control>
					<control type="button" id="117">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31962</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.SelectBool(31962, 31963|show_profilename, 31964|show_profileavatar, 16018|show_none)</onclick>
						<label2>$VAR[ProfileIdentificationLabel2Var]</label2>
					</control>
				</control>
				<control type="scrollbar" id="60">
					<left>1060</left>
					<top>60</top>
					<width>25</width>
					<height>530</height>
					<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
					<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
					<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
					<textureslidernib>ScrollBarNib.png</textureslidernib>
					<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
					<onleft>9001</onleft>
					<onright>9000</onright>
					<showonepage>false</showonepage>
					<orientation>vertical</orientation>
					<visible>Container(9000).Hasfocus(1)</visible>
				</control>
				<control type="grouplist" id="9002">
					<visible>Container(9000).Hasfocus(2)</visible>
					<left>290</left>
					<top>60</top>
					<width>750</width>
					<height>530</height>
					<itemgap>-1</itemgap>
					<pagecontrol>60</pagecontrol>
					<onleft>9000</onleft>
					<onright>60</onright>
					<onup>9002</onup>
					<ondown>9002</ondown>
					<!-- Home screen options -->
					<control type="label" id="200">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31101</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="202">
						<description>enable video info</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>20176</label>
						<onclick>Skin.ToggleSetting(homepageVideoinfo)</onclick>
						<selected>!Skin.HasSetting(homepageVideoinfo)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="203">
						<description>enable music info</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>20083</label>
						<onclick>Skin.ToggleSetting(homepageMusicinfo)</onclick>
						<selected>!Skin.HasSetting(homepageMusicinfo)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="204">
						<description>enable weather info</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>20084</label>
						<onclick>Skin.ToggleSetting(homepageWeatherinfo)</onclick>
						<selected>Skin.HasSetting(homepageWeatherinfo)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<visible>!String.IsEmpty(Weather.Plugin)</visible>
					</control>
					<control type="radiobutton" id="205">
						<description>Show Recently added Video info</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>31117</label>
						<onclick>Skin.ToggleSetting(HomepageHideRecentlyAddedVideo)</onclick>
						<selected>!Skin.HasSetting(HomepageHideRecentlyAddedVideo)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="206">
						<description>Show Recently added info</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>31116</label>
						<onclick>Skin.ToggleSetting(HomepageHideRecentlyAddedAlbums)</onclick>
						<selected>!Skin.HasSetting(HomepageHideRecentlyAddedAlbums)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<!-- Home screen buttons -->				
					<control type="label" id="210">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31146</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="211">
						<description>Show Search button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>31147</label>
						<onclick>Skin.ToggleSetting(HomepageHideFavourite)</onclick>
						<selected>Skin.HasSetting(HomepageHideFavourite)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="212">
						<description>Show Search button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>31148</label>
						<onclick>Skin.ToggleSetting(HomepageHideSearch)</onclick>
						<selected>Skin.HasSetting(HomepageHideSearch)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>					
					<!-- Main menu buttons -->				
					<control type="label" id="220">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31108</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="221">
						<description>Hide Videos Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[3]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoVideosButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoVideosButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="222">
						<description>Hide Movies Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[20342] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoMovieButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoMovieButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<enable>Library.HasContent(Movies)</enable>
					</control>
					<control type="radiobutton" id="223">
						<description>Hide TV Shows Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[20343] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoTVShowButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoTVShowButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<enable>Library.HasContent(TVShows)</enable>
					</control>
					<control type="radiobutton" id="224">
						<description>Hide Music Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[2]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoMusicButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoMusicButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="225">
						<description>Hide Pictures Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[1]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoPicturesButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoPicturesButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="226">
						<description>Hide Programs Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[24001]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoProgramsButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoProgramsButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="228">
						<description>Hide Weather Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[8]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoWeatherButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoWeatherButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="229">
						<description>Hide Games Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[15016]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoGamesButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoGamesButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="240">
						<description>Hide Settings Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[31114]</label>
						<onclick>Skin.ToggleSetting(HomeMenuNoSystemButton)</onclick>
						<selected>Skin.HasSetting(HomeMenuNoSystemButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<!-- Playlist buttons -->
					<control type="label" id="247">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31115</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="241">
						<description>Use Movies playlist</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31143] $LOCALIZE[20342] $LOCALIZE[31144]</label>
						<onclick>Skin.ToggleSetting(HomeMenuMovieUsePlaylist)</onclick>
						<selected>Skin.HasSetting(HomeMenuMovieUsePlaylist)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<enable>Library.HasContent(Movies)</enable>
					</control>
					<control type="button" id="242">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>- $LOCALIZE[20342] $LOCALIZE[31145]: </label>
						<label2>[COLOR=selected]$INFO[Skin.String(HomeMenuMoviePlaylist)][/COLOR]</label2>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.SetFile(HomeMenuMoviePlaylist,*.xsp,special://profile/playlists/)</onclick>
						<enable>Skin.HasSetting(HomeMenuMovieUsePlaylist)</enable>
					</control>
					<control type="radiobutton" id="243">
						<description>Use TV Shows playlist</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31143] $LOCALIZE[20343] $LOCALIZE[31144]</label>
						<onclick>Skin.ToggleSetting(HomeMenuTVShowUsePlaylist)</onclick>
						<selected>Skin.HasSetting(HomeMenuTVShowUsePlaylist)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<enable>Library.HasContent(Movies)</enable>
					</control>
					<control type="button" id="244">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>- $LOCALIZE[20343] $LOCALIZE[31145]: </label>
						<label2>[COLOR=selected]$INFO[Skin.String(HomeMenuTVShowPlaylist)][/COLOR]</label2>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.SetFile(HomeMenuTVShowPlaylist,*.xsp,special://profile/playlists/)</onclick>
						<enable>Skin.HasSetting(HomeMenuTVShowUsePlaylist)</enable>
					</control>
					<control type="radiobutton" id="245">
						<description>Use Music playlist</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31143] $LOCALIZE[2] $LOCALIZE[31144]</label>
						<onclick>Skin.ToggleSetting(HomeMenuMusicUsePlaylist)</onclick>
						<selected>Skin.HasSetting(HomeMenuMusicUsePlaylist)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="button" id="246">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>- $LOCALIZE[2] $LOCALIZE[31145]: </label>
						<label2>[COLOR=selected]$INFO[Skin.String(HomeMenuMusicPlaylist)][/COLOR]</label2>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.SetFile(HomeMenuMusicPlaylist,*.xsp,special://profile/playlists/)</onclick>
						<enable>Skin.HasSetting(HomeMenuMusicUsePlaylist)</enable>
					</control>
					<!-- Master buttons -->
					<control type="label" id="230">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31209</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="231">
						<description>Hide Videos Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[3]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoVideosButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoVideosButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="232">
						<description>Hide Movies Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[20342] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoMovieButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoMovieButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<enable>Library.HasContent(Movies)</enable>
					</control>
					<control type="radiobutton" id="233">
						<description>Hide TV Shows Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[20343] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoTVShowButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoTVShowButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<enable>Library.HasContent(TVShows)</enable>
					</control>
					<control type="radiobutton" id="234">
						<description>Hide Music Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[2]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoMusicButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoMusicButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="235">
						<description>Hide Pictures Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[1]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoPicturesButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoPicturesButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="236">
						<description>Hide Programs Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[24001]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoProgramsButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoProgramsButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="238">
						<description>Hide Weather Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[8]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoWeatherButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoWeatherButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
					<control type="radiobutton" id="239">
						<description>Hide Games Button</description>
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<label>$LOCALIZE[31111] - $LOCALIZE[15016]</label>
						<onclick>Skin.ToggleSetting(MasterHomeMenuNoGamesButton)</onclick>
						<selected>Skin.HasSetting(MasterHomeMenuNoGamesButton)</selected>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
					</control>
				</control>
				<control type="scrollbar" id="60">
					<left>1060</left>
					<top>60</top>
					<width>25</width>
					<height>530</height>
					<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
					<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
					<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
					<textureslidernib>ScrollBarNib.png</textureslidernib>
					<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
					<onleft>9002</onleft>
					<onright>9000</onright>
					<showonepage>false</showonepage>
					<orientation>vertical</orientation>
					<visible>Container(9000).Hasfocus(2)</visible>
				</control>
				<control type="grouplist" id="9003">
					<visible>Container(9000).Hasfocus(3)</visible>
					<left>290</left>
					<top>60</top>
					<width>750</width>
					<height>530</height>
					<itemgap>-1</itemgap>
					<pagecontrol>60</pagecontrol>
					<onleft>9000</onleft>
					<onright>60</onright>
					<onup>9003</onup>
					<ondown>9003</ondown>
					<control type="label" id="300">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31106</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="301">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31119</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(HideBackGroundFanart)</onclick>
						<selected>Skin.HasSetting(HideBackGroundFanart)</selected>
					</control>
					<control type="radiobutton" id="302">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31129</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(HideVisualizationFanart)</onclick>
						<selected>Skin.HasSetting(HideVisualizationFanart)</selected>
					</control>
					<control type="radiobutton" id="303">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31124</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(ShowBackgroundVideo)</onclick>
						<selected>!Skin.HasSetting(ShowBackgroundVideo)</selected>
					</control>
					<control type="radiobutton" id="304">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31125</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(ShowBackgroundVis)</onclick>
						<selected>!Skin.HasSetting(ShowBackgroundVis)</selected>
					</control>
					<control type="label" id="310">
						<width>750</width>
						<height>45</height>
						<font>font13_title</font>
						<label>31102</label>
						<textcolor>blue</textcolor>
						<shadowcolor>black</shadowcolor>
						<align>left</align>
						<aligny>center</aligny>
					</control>
					<control type="radiobutton" id="311">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>31109</label>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.ToggleSetting(UseCustomBackground)</onclick>
						<selected>Skin.HasSetting(UseCustomBackground)</selected>
					</control>
					<control type="button" id="312">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>- $LOCALIZE[31110]</label>
						<label2>[COLOR=selected]$INFO[Skin.String(CustomBackgroundPath)][/COLOR]</label2>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.SetImage(CustomBackgroundPath)</onclick>
						<enable>Skin.HasSetting(UseCustomBackground)</enable>
					</control>
					<control type="button" id="313">
						<width>750</width>
						<height>40</height>
						<font>font13</font>
						<label>- $LOCALIZE[31113]</label>
						<label2>[COLOR=selected]$INFO[Skin.String(MasterCustomBackgroundPath)][/COLOR]</label2>
						<textcolor>grey2</textcolor>
						<focusedcolor>white</focusedcolor>
						<texturefocus>MenuItemFO.png</texturefocus>
						<texturenofocus>MenuItemNF.png</texturenofocus>
						<onclick>Skin.SetImage(MasterCustomBackgroundPath)</onclick>
						<enable>Skin.HasSetting(UseCustomBackground)</enable>
					</control>
				</control>
				<control type="group">
					<control type="grouplist" id="9004">
						<visible>Container(9000).Hasfocus(4)</visible>
						<left>290</left>
						<top>60</top>
						<width>750</width>
						<height>530</height>
						<itemgap>-1</itemgap>
						<pagecontrol>61</pagecontrol>
						<onleft>9000</onleft>
						<onright>61</onright>
						<onup>9004</onup>
						<ondown>9004</ondown>
						<control type="label" id="400">
							<width>750</width>
							<height>45</height>
							<font>font13_title</font>
							<label>31140</label>
							<textcolor>blue</textcolor>
							<shadowcolor>black</shadowcolor>
							<align>left</align>
							<aligny>center</aligny>
						</control>
						<control type="button" id="401">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[31132]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(LyricScript_Path))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
						</control>
						<control type="button" id="402">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>- $LOCALIZE[24020]</label>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<enable>!String.IsEmpty(Skin.String(LyricScript_Path))</enable>
							<onclick>Addon.OpenSettings($INFO[Skin.String(LyricScript_Path)])</onclick>
						</control>
						<control type="label" id="410">
							<width>750</width>
							<height>45</height>
							<font>font13_title</font>
							<label>31134</label>
							<textcolor>blue</textcolor>
							<shadowcolor>black</shadowcolor>
							<align>left</align>
							<aligny>center</aligny>
						</control>
						<control type="button" id="411">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]1[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton1))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeVideosButton1,xbmc.addon.video)</onclick>
						</control>
						<control type="button" id="412">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]2[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton2))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeVideosButton2,xbmc.addon.video)</onclick>
						</control>
						<control type="button" id="413">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]3[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton3))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeVideosButton3,xbmc.addon.video)</onclick>
						</control>
						<control type="button" id="414">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]4[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton4))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeVideosButton4,xbmc.addon.video)</onclick>
						</control>
						<control type="button" id="415">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]5[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton5))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeVideosButton5,xbmc.addon.video)</onclick>
						</control>
						<control type="label" id="420">
							<width>750</width>
							<height>45</height>
							<font>font13_title</font>
							<label>31135</label>
							<textcolor>blue</textcolor>
							<shadowcolor>black</shadowcolor>
							<align>left</align>
							<aligny>center</aligny>
						</control>
						<control type="button" id="421">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]1[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton1))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeMusicButton1,xbmc.addon.audio)</onclick>
						</control>
						<control type="button" id="422">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]2[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton2))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeMusicButton2,xbmc.addon.audio)</onclick>
						</control>
						<control type="button" id="423">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]3[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton3))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeMusicButton3,xbmc.addon.audio)</onclick>
						</control>
						<control type="button" id="424">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]4[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton4))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeMusicButton4,xbmc.addon.audio)</onclick>
						</control>
						<control type="button" id="425">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]5[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton5))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeMusicButton5,xbmc.addon.audio)</onclick>
						</control>
						<control type="label" id="430">
							<width>750</width>
							<height>45</height>
							<font>font13_title</font>
							<label>31136</label>
							<textcolor>blue</textcolor>
							<shadowcolor>black</shadowcolor>
							<align>left</align>
							<aligny>center</aligny>
						</control>
						<control type="button" id="431">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]1[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton1))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomePictureButton1,xbmc.addon.image)</onclick>
						</control>
						<control type="button" id="432">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]2[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton2))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomePictureButton2,xbmc.addon.image)</onclick>
						</control>
						<control type="button" id="433">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]3[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton3))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomePictureButton3,xbmc.addon.image)</onclick>
						</control>
						<control type="button" id="434">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]4[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton4))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomePictureButton4,xbmc.addon.image)</onclick>
						</control>
						<control type="button" id="435">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]5[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton5))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomePictureButton5,xbmc.addon.image)</onclick>
						</control>
						<control type="label" id="440">
							<width>750</width>
							<height>45</height>
							<font>font13_title</font>
							<label>31118</label>
							<textcolor>blue</textcolor>
							<shadowcolor>black</shadowcolor>
							<align>left</align>
							<aligny>center</aligny>
						</control>
						<control type="button" id="441">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]1[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton1))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeProgramButton1,xbmc.addon.executable)</onclick>
						</control>
						<control type="button" id="442">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]2[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton2))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeProgramButton2,xbmc.addon.executable)</onclick>
						</control>
						<control type="button" id="443">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]3[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton3))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeProgramButton3,xbmc.addon.executable)</onclick>
						</control>
						<control type="button" id="444">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]4[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton4))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeProgramButton4,xbmc.addon.executable)</onclick>
						</control>
						<control type="button" id="445">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]5[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton5))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeProgramButton5,xbmc.addon.executable)</onclick>
						</control>
						<control type="label" id="450">
							<width>750</width>
							<height>45</height>
							<font>font13_title</font>
							<label>31120</label>
							<textcolor>blue</textcolor>
							<shadowcolor>black</shadowcolor>
							<align>left</align>
							<aligny>center</aligny>
						</control>
						<control type="button" id="451">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]1[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeGameButton1))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeGameButton1,kodi.gameclient)</onclick>
						</control>
						<control type="button" id="452">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]2[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeGameButton2))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeGameButton2,kodi.gameclient)</onclick>
						</control>
						<control type="button" id="453">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]3[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeGameButton3))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeGameButton3,kodi.gameclient)</onclick>
						</control>
						<control type="button" id="454">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]4[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeGameButton4))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeGameButton4,kodi.gameclient)</onclick>
						</control>
						<control type="button" id="455">
							<width>750</width>
							<height>40</height>
							<font>font13</font>
							<label>$LOCALIZE[24000] [B]5[/B]</label>
							<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeGameButton5))][/COLOR]</label2>
							<textcolor>grey2</textcolor>
							<focusedcolor>white</focusedcolor>
							<texturefocus>MenuItemFO.png</texturefocus>
							<texturenofocus>MenuItemNF.png</texturenofocus>
							<onclick>Skin.SetAddon(HomeGameButton5,kodi.gameclient)</onclick>
						</control>
					</control>
				</control>
				<control type="scrollbar" id="61">
					<left>1060</left>
					<top>60</top>
					<width>25</width>
					<height>530</height>
					<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
					<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
					<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
					<textureslidernib>ScrollBarNib.png</textureslidernib>
					<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
					<onleft>9004</onleft>
					<onright>9000</onright>
					<showonepage>false</showonepage>
					<orientation>vertical</orientation>
					<visible>Container(9000).Hasfocus(4)</visible>
				</control>
			</control>
		</control>
		<include>CommonNowPlaying</include>
		<include>MainWindowMouseButtons</include>
		<include>BehindDialogFadeOut</include>
	</controls>
</window>