internetradio2.0/activeidlethemes/themes/ActiveIdle/activeidle_reversed.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 19 Apr 2010 14:01:53 +0300
changeset 0 09774dfdd46b
permissions -rw-r--r--
Revision: 201011 Kit: 201015

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xmluiml SYSTEM "ActiveIdle.dtd">
<xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">

	<!--Application events -->
	<actions>
		<action>
			<trigger name="startup"/>
			<trigger name="uidefinitionmodificationend"/>
			<event name="READY"/>
		</action>
		<action>
			<trigger name="shutdown"/>
			<event name="DOWN"/>
		</action>
		<action>
			<trigger name="uidefinitionmodificationstart"/>
			<event name="NEW_UI"/>
		</action>
		<action>
			<trigger name="screendevicechange"/>
			<event name="LAYOUT"/>
		</action>
	</actions>


	<!-- Views -->
	<views>

		<!--###########################
		    #####   AI plug-ins   #####
		    ###########################-->
		<property class="ContentSource" name="Shortcut" value="0x102750FA" load_ordinal="1"/>
		<property class="ContentSource" name="Organizer" value="0x102750FE" load_ordinal="2"/>
		<property class="ContentSource" name="MusicPlayer" value="0x10207B73" load_ordinal="3"/>
		<property class="ContentSource" name="Profile" value="0x10275101" load_ordinal="5"/>
		<property class="ContentSource" name="SAT" value="0x102078EB" load_ordinal="6"/>
		<property class="ContentSource" name="VisualRadio" value="0x10208A89" load_ordinal="7"/>
		<property class="ContentSource" name="InetRadio" value="0x2000B4A7" load_ordinal="8"/>


		<!--###################################
		    ###  Plug-in specific settings  ###
		    ###################################-->

		<!--###################################
		    ###  Shortcut plug-in settings   ##
		    ###################################-->
		<!-- Always visible shortcuts -->
		<!-- Shortcut #1, Messaging -->
		<!-- NOTE: these indexes start from 1 -->
		<property class="Settings/Shortcut" name="0x00000001" value="localapp:0x100058C5"/>
		<!-- Shortcut #2, Phonebook -->
		<property class="Settings/Shortcut" name="0x00000002" value="localapp:0x101F4CCE"/>
		<!-- Shortcut #3, Clock -->
		<property class="Settings/Shortcut" name="0x00000003" value="localapp:0x10005903"/>
		<!-- Shortcut #4, Media Gallery 2 -->
		<property class="Settings/Shortcut" name="0x00000004" value="localapp:0x101F8599"/>
		<!-- Shortcut #5, Browser -->
		<property class="Settings/Shortcut" name="0x00000005" value="localapp:0x10008D39"/>
		<!-- Shortcut #6, Change theme -->
		<property class="Settings/Shortcut" name="0x00000006" value="localapp:0x10005A32?view=0x102750A7"/>

		<!-- NOTE! Shortcut settings are used also in Personalization UI (see settings below). -->

		<!-- Optionally visible shortcuts -->
		<!-- Soft key #1, Applications -->
		<property class="Settings/Shortcut" name="0x01000100" value="localapp:0x101F4CD2"/>
		<!-- Soft key #2, Contacts -->
		<property class="Settings/Shortcut" name="0x01000101" value="localapp:0x101F4CCE"/>


		<!--###################################
		    ###  Organizer plug-in settings  ##
		    ###################################-->
		<!--	Item count and size settings -->
		<!--        Total line count	-->
		<property class="Settings/Organizer" name="0x01" value="6"/>
		<!--        Timed item line count	-->
		<property class="Settings/Organizer" name="0x02" value="2"/>
		<!--        Non Timed item line count	-->
		<property class="Settings/Organizer" name="0x03" value="1"/>
		<!--        Line count reserved for non timed items	-->
		<property class="Settings/Organizer" name="0x04" value="2"/>
        <!-- Publish end time for upcoming timed items -->
		<property class="Settings/Organizer" name="0x05" value="0"/>
        <!-- Use alternate publishing for upcoming and ongoing items -->
		<property class="Settings/Organizer" name="0x06" value="0"/>


		<!-- Main view -->

		<view id="ActiveIdleView">
			<actions>
				<action id="KeyEnd">
					<trigger name="keyevent">
						<property name="scancode" value="197"/>
						<property name="eventtype" value="1"/>
					</trigger>
					<event name="system/setfocus">
						<property name="id" value="shortcutPluginIcon"/>
					</event>
					<event name="system/set">
						<property name="id" value="SATAndNewstickerBox"/>
						<property name="name" value="display"/>
						<property name="value" value="block"/>
						<property name="type" value="string"/>
					</event>
					<event name="system/set">
						<property name="id" value="shortcutPluginContainer"/>
						<property name="name" value="display"/>
						<property name="value" value="none"/>
						<property name="type" value="string"/>
					</event>
					<event name="system/set">
						<property name="id" value="organizerPluginContainer"/>
						<property name="name" value="display"/>
						<property name="value" value="none"/>
						<property name="type" value="string"/>
					</event>
					<event name="system/set">
						<property name="id" value="playerPluginContainer"/>
						<property name="name" value="display"/>
						<property name="value" value="none"/>
						<property name="type" value="string"/>
					</event>
					<event name="system/set">
						<property name="id" value="radioPluginContainer"/>
						<property name="name" value="display"/>
						<property name="value" value="none"/>
						<property name="type" value="string"/>
					</event>
					<event name="system/set">
						<property name="id" value="personalizationPluginContainer"/>
						<property name="name" value="display"/>
						<property name="value" value="none"/>
						<property name="type" value="string"/>
					</event>
				</action>
			</actions>

			<!--################################
				####    Plug-in icon bar    ####
				################################-->

			<box id="pluginIconArea" focusable="false">

				<!-- Shortcut plug-in
					##################-->

				<image id="shortcutPluginIcon" path="SKIN(270501603 6186)" class="pluginAreaIcon" focusable="true">
					<actions>
						<!-- Get focus -> Hide SAT & NT, show plug-in content -->
						<action>
							<trigger name="gainfocus"/>
							<trigger name="stylus"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_select;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<!-- Arrow left -> Hide plug-in content -->
						<action>
							<trigger name="down"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
						</action>

						<!-- Click Select key or tap icon -->
						<!--action>
							<trigger name="activate"/>
							<trigger name="stylus">
								<property name="doubleclicked" value="up"/>
							</trigger>
							<event name="ui/focusgained(shortcutPluginContainer,SATAndNewstickerBox)"/>
						</action-->
						<action>
							<trigger name="activate"/>
							<trigger name="down"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/setfocus">
								<property name="id" value="shortcutPluginAnimationFixButton"/>
							</event>
							<event name="system/setfocus">
								<property name="id" value="shortcutButton1"/>
							</event>
						</action>
						<!-- Select text to MSK label -->
						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>
					</actions>
				</image>

				<!-- Organizer plug-in
					 #################-->

				<image id="organizerPluginIcon" path="SKIN(270501046 268458241)" class="pluginAreaIcon" focusable="true">
					<actions>
						<!-- Show plug-in content -->
						<action>
							<trigger name="gainfocus"/>
							<trigger name="stylus"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_select;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<!-- Hide plug-in content -->
						<action>
							<trigger name="up"/>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>		
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
						</action>

						<!-- Move focus to plug-in content -->
						<!--action>
							<trigger name="activate"/>
							<trigger name="stylus">
								<property name="doubleclicked" value="up"/>
							</trigger>
							<event name="ui/focusgained(organizerPluginContainer,SATAndNewstickerBox)"/>
						</action-->
						
						<action>
							<trigger name="activate"/>
							<trigger name="down"/>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/setfocus">
								<property name="id" value="organizerTitle"/>
							</event>
						</action>

						<!-- Select text to MSK label -->
						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>
					</actions>
				</image>

				<!-- Music player plug-in
					 ####################-->

				<image id="musicPlayerPluginIcon" path="SKIN(270501046 270561987)" class="pluginAreaIcon" focusable="true">
					<actions>

						<!-- Show plug-in content -->
						<action>
							<trigger name="gainfocus"/>
							<trigger name="stylus"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_select;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<!-- Hide plug-in content -->
						<action>
							<trigger name="up"/>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>			
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
						</action>

						<!-- Move focus to plug-in content -->
						<!--action>
							<trigger name="activate"/>
							<trigger name="stylus">
								<property name="doubleclicked" value="up"/>
							</trigger>
							<event name="ui/focusgained(playerPluginContainer,SATAndNewstickerBox)"/>
						</action-->
						
						<action>
							<trigger name="activate"/>
							<trigger name="down"/>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/setfocus">
								<property name="id" value="playerTitle"/>
							</event>
						</action>
					
						<!-- Select text to MSK label -->
						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>
					</actions>
				</image>


				<!-- Visual/Internet Radio plug-in
					 ####################-->

				<image id="radioPluginIcon" path="iractiveidle.mif#0" class="pluginAreaIcon" focusable="true">
					<actions>

						<!-- Show plug-in content -->
						<action>
							<trigger name="gainfocus"/>
							<trigger name="stylus"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_select;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<!-- Hide plug-in content -->
						<action>
							<trigger name="up"/>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>			
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
						</action>

						<!-- Move focus to plug-in content -->
						<!--action>
							<trigger name="activate"/>
							<trigger name="stylus">
								<property name="doubleclicked" value="up"/>
							</trigger>
							<event name="ui/focusgained(playerPluginContainer,SATAndNewstickerBox)"/>
						</action-->
						
						<action>
							<trigger name="activate"/>
							<trigger name="down"/>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/setfocus">
								<property name="id" value="radioTitle"/>
							</event>
						</action>
					
						<!-- Select text to MSK label -->
						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>
					</actions>
				</image>

				<!-- Personalization plug-in
					 	 ####################### -->

				<image id="personalizationPluginIcon" path="SKIN(270501046 268458546)" class="pluginAreaIcon" focusable="true">
					<actions>
						<!-- Show plug-in content -->
						<action>
							<trigger name="gainfocus"/>
							<trigger name="stylus"/>
							<event name="system/set">
								<property name="id" value="shortcutPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="organizerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="playerPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="radioPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_select;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<!-- Hide plug-in content -->
						<action>
							<trigger name="up"/>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
						</action>

						<!-- Move focus to plug-in content -->
						<!--action>
							<trigger name="activate"/>
							<trigger name="stylus">
								<property name="doubleclicked" value="up"/>
							</trigger>
							<event name="ui/focusgained(personalizationPluginContainer,SATAndNewstickerBox)"/>
						</action-->
					
						<action>
							<trigger name="activate"/>
							<trigger name="down"/>
							<event name="system/set">
								<property name="id" value="personalizationPluginContainer"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/set">
								<property name="id" value="SATAndNewstickerBox"/>
								<property name="name" value="display"/>
								<property name="value" value="none"/>
								<property name="type" value="string"/>
							</event>
							<event name="system/setfocus">
								<property name="id" value="personalizationPluginTitle"/>
							</event>
						</action>
			

						<!-- Select text to MSK label -->
						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>
					</actions>
				</image>

			</box>

			<!-- Container area for the plugin content for the following plugins:
						Shortcuts, Organizer, Player, Personalization -->
			<box id="pluginContainerArea" focusable="false">

				<!--#################################
					#####    Shortcut plugin    #####
					#################################-->
				<box id="shortcutPluginContainer" class="pluginContainer" focusable="false">
					<!-- fake button to go around a bug in the animation system. Button is hidden. -->
					<button id="shortcutPluginAnimationFixButton" class="fakeButton" focusable="true" />
					<!-- Plugin title -->
					<button id="shortcutPluginTitle" class="pluginTitle" focusable="true">
						<text id="shortcutTitleText" class="titleText" focusable="false">&qtn_ai_shorts_title;</text>
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/ShowSettings"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
					</button>

					<!-- Shortcut items -->
					<!-- Shortcuts are not locked. I.e. they are dynamically published by the shortcut plug-in. -->

					<!-- #1 -->
					<button id="shortcutButton1" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByIndex(0x00000001)"/>
								<!-- Messaging -->
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="shortcutText1" class="genericButtonText" focusable="false">
							<property class="Shortcut/ShortcutCaption" name="ordinal" value="0x00000001"/>
						</text>
					</button>

					<!-- #2 -->
					<button id="shortcutButton2" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByIndex(0x00000002)"/>
								<!-- Contacts -->
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="shortcutText2" class="genericButtonText" focusable="false">
							<property class="Shortcut/ShortcutCaption" name="ordinal" value="0x00000002"/>
						</text>
					</button>

					<!-- #3 -->
					<button id="shortcutButton3" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByIndex(0x00000003)"/>
								<!-- Clock -->
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="shortcutText3" class="genericButtonText" focusable="false">
							<property class="Shortcut/ShortcutCaption" name="ordinal" value="0x00000003"/>
						</text>
					</button>

					<!-- #4 -->
					<button id="shortcutButton4" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByIndex(0x00000004)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="shortcutText4" class="genericButtonText" focusable="false">
							<property class="Shortcut/ShortcutCaption" name="ordinal" value="0x00000004"/>
						</text>
					</button>

					<!-- #5 -->
					<button id="shortcutButton5" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByIndex(0x00000005)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="shortcutText5" class="genericButtonText" focusable="false">
							<property class="Shortcut/ShortcutCaption" name="ordinal" value="0x00000005"/>
						</text>
					</button>

					<!-- #6 -->
					<button id="shortcutButton6" class="genericButtonLastPosition" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByIndex(0x00000006)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="shortcutPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="shortcutPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="shortcutText6" class="genericButtonText" focusable="false">
							<property class="Shortcut/ShortcutCaption" name="ordinal" value="0x00000006"/>
						</text>
					</button>

					<!-- UI resources -->
					<desc id="Shortcut/EmptyCaption">&shortcut_EmptyCaption;</desc>
					<desc id="Shortcut/BackCaption">&text_softkey_back;</desc>
					<desc id="Shortcut/NewMessageCaption">&qtn_set_idle_skey_new_msg;</desc>
					<desc id="Shortcut/NewEmailCaption">&qtn_set_idle_skeys_email_editor;</desc>
					<desc id="Shortcut/NewSyncMLMailCaption">&qtn_apps_syncml_mail_gs;</desc>
					<desc id="Shortcut/NewPostcardCaption">&qtn_apps_mmspostcard_gs;</desc>
					<desc id="Shortcut/NewAudioMsgCaption">&qtn_apps_audio_msg_gs;</desc>
					<desc id="Shortcut/SelectMsgTypeCaption">&qtn_set_idle_skey_select_msg_type;</desc>
					<desc id="Shortcut/ChangeThemeCaption">&qtn_apps_idle_skin_gs;</desc>
					<desc id="Shortcut/NewMessageShortCaption">&qtn_idle_skey_new_msg;</desc>
					<desc id="Shortcut/NewEmailShortCaption">&qtn_apps_email_skey;</desc>
					<desc id="Shortcut/NewSyncMLMailShortCaption">&qtn_apps_syncml_mail_skey;</desc>
					<desc id="Shortcut/NewPostcardShortCaption">&qtn_apps_mmspostcard_skey;</desc>
					<desc id="Shortcut/NewAudioMsgShortCaption">&qtn_apps_audio_msg_skey;</desc>
					<desc id="Shortcut/SelectMsgTypeShortCaption">&qtn_set_idle_skey_select_msg_type;</desc>
					<desc id="Shortcut/ChangeThemeShortCaption">&qtn_apps_idle_skin_skey;</desc>

				</box>


				<!--###############################
					####   Organizer plugin    ####
					###############################-->
				<box id="organizerPluginContainer" class="pluginContainer" focusable="false">
					<!-- there is a fake button in the shortcut plugin area. It is
					used to go around a bug in the animation system. It reserves a little space,
					so this is to fix that space in this plugin -->
					<button id="organizeFakeButton" class="fakeButton" focusable="true" />

					<!-- Organizer title -->
					<button id="organizerTitle" class="pluginTitle" focusable="true">
						<text id="organizerTitleText" class="titleText" focusable="false">&qtn_ai_cal_title;</text>
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(0)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
					</button>

					<!-- #1 -->
					<button id="eventButton1" class="organizerButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(1)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="organizerTitle"/>
								</event>
							</action>
						</actions>
						<image id="Organizer/eventIcon1" class="eventIcon" focusable="false">
							<property class="Organizer/EventIcon" name="ordinal" value="0x01"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event icon -->
							<!-- If the image is empty, the left side of the first text line will take the space of the image. -->
							<property class="policy/emptyContent" name="Organizer/eventIcon1" value="display: none;"/>
							<property class="policy/emptyContent" name="Organizer/eventText1_1" value="left: 0.75u;"/>
							<property class="policy/emptyContent" name="Organizer/eventText1_2" value="left: 0.75u;"/>
							<!-- If the image is non-empty, the left side of the first text line will be on the right side of the image. -->
							<property class="policy/Content" name="Organizer/eventIcon1" value="display: block;"/>
							<property class="policy/Content" name="Organizer/eventText1_1" value="left: 5.5u;"/>
							<property class="policy/Content" name="Organizer/eventText1_2" value="left: 5.5u;"/>
						</image>
						<text id="Organizer/eventText1_1" class="eventText1" focusable="false">
							<property class="Organizer/Event1stLine" name="ordinal" value="0x01"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton1" value="display: none;"/>
							<property class="policy/emptyContent" name="eventButton1" value="nav-index: none;"/>
							<property class="policy/Content" name="eventButton1" value="display: block;"/>
							<property class="policy/Content" name="eventButton1" value="nav-index: auto;"/>
						</text>
						<text id="Organizer/eventText1_2" class="eventText2" focusable="false">
							<property class="Organizer/Event2ndLine" name="ordinal" value="0x01"/>
							<!-- emptyContent/nonEmptyContent policies defined for the second event row -->
							<property class="policy/emptyContent" name="Organizer/eventText1_2" value="display: none;"/>
							<property class="policy/Content" name="Organizer/eventText1_2" value="display: block;"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton1" value="height: 13.5%;"/>
							<property class="policy/Content" name="eventButton1" value="height: 27.0%;"/>
						</text>
					</button>

					<!-- #2 -->
					<button id="eventButton2" class="organizerButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(2)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="organizerTitle"/>
								</event>
							</action>
						</actions>
						<image id="Organizer/eventIcon2" class="eventIcon" focusable="false">
							<!--  path="qgn_indi_cdr_birthday.svg" -->
							<property class="Organizer/EventIcon" name="ordinal" value="0x02"/>
							<!-- If the image is empty, the left side of the first text line will take the space of the image. -->
							<property class="policy/emptyContent" name="Organizer/eventIcon2" value="display: none;"/>
							<property class="policy/emptyContent" name="Organizer/eventText2_1" value="left: 0.75u;"/>
							<property class="policy/emptyContent" name="Organizer/eventText2_2" value="left: 0.75u;"/>
							<!-- If the image is non-empty, the left side of the first text line will be on the right side of the image. -->
							<property class="policy/Content" name="Organizer/eventIcon2" value="display: block;"/>
							<property class="policy/Content" name="Organizer/eventText2_1" value="left: 5.5u;"/>
							<property class="policy/Content" name="Organizer/eventText2_2" value="left: 5.5u;"/>
						</image>
						<text id="Organizer/eventText2_1" class="eventText1" focusable="false">
							<property class="Organizer/Event1stLine" name="ordinal" value="0x02"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton2" value="display: none;"/>
							<property class="policy/emptyContent" name="eventButton2" value="nav-index: none;"/>
							<property class="policy/Content" name="eventButton2" value="display: block;"/>
							<property class="policy/Content" name="eventButton2" value="nav-index: auto;"/>
						</text>
						<text id="Organizer/eventText2_2" class="eventText2" focusable="false">
							<property class="Organizer/Event2ndLine" name="ordinal" value="0x02"/>
							<!-- emptyContent/nonEmptyContent policies defined for the second event row -->
							<property class="policy/emptyContent" name="Organizer/eventText2_2" value="display: none;"/>
							<property class="policy/Content" name="Organizer/eventText2_2" value="display: block;"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton2" value="height: 13.5%;"/>
							<property class="policy/Content" name="eventButton2" value="height: 27.0%;"/>
						</text>
					</button>

					<!-- #3 -->
					<button id="eventButton3" class="organizerButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(3)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="organizerTitle"/>
								</event>
							</action>
						</actions>
						<image id="Organizer/eventIcon3" class="eventIcon" focusable="false">
							<!--  path="qgn_indi_cdr_todo.svg" -->
							<property class="Organizer/EventIcon" name="ordinal" value="0x03"/>
							<!-- If the image is empty, the left side of the first text line will take the space of the image. -->
							<property class="policy/emptyContent" name="Organizer/eventIcon3" value="display: none;"/>
							<property class="policy/emptyContent" name="Organizer/eventText3_1" value="left: 0.75u;"/>
							<property class="policy/emptyContent" name="Organizer/eventText3_2" value="left: 0.75u;"/>
							<!-- If the image is non-empty, the left side of the first text line will be on the right side of the image. -->
							<property class="policy/Content" name="Organizer/eventIcon3" value="display: block;"/>
							<property class="policy/Content" name="Organizer/eventText3_1" value="left: 5.5u;"/>
							<property class="policy/Content" name="Organizer/eventText3_2" value="left: 5.5u;"/>
						</image>
						<text id="Organizer/eventText3_1" class="eventText1" focusable="false">
							<property class="Organizer/Event1stLine" name="ordinal" value="0x03"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton3" value="display: none;"/>
							<property class="policy/emptyContent" name="eventButton3" value="nav-index: none;"/>
							<property class="policy/Content" name="eventButton3" value="display: block;"/>
							<property class="policy/Content" name="eventButton3" value="nav-index: auto;"/>
						</text>
						<text id="Organizer/eventText3_2" class="eventText2" focusable="false">
							<property class="Organizer/Event2ndLine" name="ordinal" value="0x03"/>
							<!-- emptyContent/nonEmptyContent policies defined for the second event row -->
							<property class="policy/emptyContent" name="Organizer/eventText3_2" value="display: none;"/>
							<property class="policy/Content" name="Organizer/eventText3_2" value="display: block;"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton3" value="height: 13.5%;"/>
							<property class="policy/Content" name="eventButton3" value="height: 27.0%;"/>
						</text>
					</button>

					<!-- #4 -->
					<button id="eventButton4" class="organizerButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(4)"/>
							</action>
							<action>
								<trigger name="up"/> <!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="organizerTitle"/>
								</event>
							</action>
						</actions>
						<image id="Organizer/eventIcon4" class="eventIcon" focusable="false">
							<property class="Organizer/EventIcon" name="ordinal" value="0x04"/>
							<!-- If the image is empty, the left side of the first text line will take the space of the image. -->
							<property class="policy/emptyContent" name="Organizer/eventIcon4" value="display: none;"/>
							<property class="policy/emptyContent" name="Organizer/eventText4_1" value="left: 0.75u;"/>
							<property class="policy/emptyContent" name="Organizer/eventText4_2" value="left: 0.75u;"/>
							<!-- If the image is non-empty, the left side of the first text line will be on the right side of the image. -->
							<property class="policy/Content" name="Organizer/eventIcon4" value="display: block;"/>
							<property class="policy/Content" name="Organizer/eventText4_1" value="left: 5.5u;"/>
							<property class="policy/Content" name="Organizer/eventText4_2" value="left: 5.5u;"/>
						</image>
						<text id="Organizer/eventText4_1" class="eventText1" focusable="false">
							<property class="Organizer/Event1stLine" name="ordinal" value="0x04"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton4" value="display: none;"/>
							<property class="policy/emptyContent" name="eventButton4" value="nav-index: none;"/>
							<property class="policy/Content" name="eventButton4" value="display: block;"/>
							<property class="policy/Content" name="eventButton4" value="nav-index: auto;"/>
						</text>
						<text id="Organizer/eventText4_2" class="eventText2" focusable="false">
							<property class="Organizer/Event2ndLine" name="ordinal" value="0x04"/>
							<!-- emptyContent/nonEmptyContent policies defined for the second event row -->
							<property class="policy/emptyContent" name="Organizer/eventText4_2" value="display: none;"/>
							<property class="policy/Content" name="Organizer/eventText4_2" value="display: block;"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton4" value="height: 13.5%;"/>
							<property class="policy/Content" name="eventButton4" value="height: 27.0%;"/>
						</text>
					</button>

					<!-- #5 -->
					<button id="eventButton5" class="organizerButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(5)"/>
							</action>
							<action>
								<trigger name="up"/> <!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="organizerTitle"/>
								</event>
							</action>
						</actions>
						<image id="Organizer/eventIcon5" class="eventIcon" focusable="false">
							<property class="Organizer/EventIcon" name="ordinal" value="0x05"/>
							<!-- If the image is empty, the left side of the first text line will take the space of the image. -->
							<property class="policy/emptyContent" name="Organizer/eventIcon5" value="display: none;"/>
							<property class="policy/emptyContent" name="Organizer/eventText5_1" value="left: 0.75u;"/>
							<property class="policy/emptyContent" name="Organizer/eventText5_2" value="left: 0.75u;"/>
							<!-- If the image is non-empty, the left side of the first text line will be on the right side of the image. -->
							<property class="policy/Content" name="Organizer/eventIcon5" value="display: block;"/>
							<property class="policy/Content" name="Organizer/eventText5_1" value="left: 5.5u;"/>
							<property class="policy/Content" name="Organizer/eventText5_2" value="left: 5.5u;"/>
						</image>
						<text id="Organizer/eventText5_1" class="eventText1" focusable="false">
							<property class="Organizer/Event1stLine" name="ordinal" value="0x05"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton5" value="display: none;"/>
							<property class="policy/emptyContent" name="eventButton5" value="nav-index: none;"/>
							<property class="policy/Content" name="eventButton5" value="display: block;"/>
							<property class="policy/Content" name="eventButton5" value="nav-index: auto;"/>
						</text>
						<text id="Organizer/eventText5_2" class="eventText2" focusable="false">
							<property class="Organizer/Event2ndLine" name="ordinal" value="0x05"/>
							<!-- emptyContent/nonEmptyContent policies defined for the second event row -->
							<property class="policy/emptyContent" name="Organizer/eventText5_2" value="display: none;"/>
							<property class="policy/Content" name="Organizer/eventText5_2" value="display: block;"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton5" value="height: 13.5%;"/>
							<property class="policy/Content" name="eventButton5" value="height: 27.0%;"/>
						</text>
					</button>

					<!-- #6 -->
					<button id="eventButton6" class="organizerButtonLastPosition" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Organizer/ItemSelected(6)"/>
							</action>
							<action>
								<trigger name="up"/> <!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="organizerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="organizerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="organizerTitle"/>
								</event>
							</action>
						</actions>
						<image id="Organizer/eventIcon6" class="eventIcon" focusable="false">
							<property class="Organizer/EventIcon" name="ordinal" value="0x06"/>
							<!-- If the image is empty, the left side of the first text line will take the space of the image. -->
							<property class="policy/emptyContent" name="Organizer/eventIcon6" value="display: none;"/>
							<property class="policy/emptyContent" name="Organizer/eventText6_1" value="left: 0.75u;"/>
							<property class="policy/emptyContent" name="Organizer/eventText6_2" value="left: 0.75u;"/>
							<!-- If the image is non-empty, the left side of the first text line will be on the right side of the image. -->
							<property class="policy/Content" name="Organizer/eventIcon6" value="display: block;"/>
							<property class="policy/Content" name="Organizer/eventText6_1" value="left: 5.5u;"/>
							<property class="policy/Content" name="Organizer/eventText6_2" value="left: 5.5u;"/>
						</image>
						<text id="Organizer/eventText6_1" class="eventText1" focusable="false">
							<property class="Organizer/Event1stLine" name="ordinal" value="0x06"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton6" value="display: none;"/>
							<property class="policy/emptyContent" name="eventButton6" value="nav-index: none;"/>
							<property class="policy/Content" name="eventButton6" value="display: block;"/>
							<property class="policy/Content" name="eventButton6" value="nav-index: auto;"/>
						</text>
						<text id="Organizer/eventText6_2" class="eventText2" focusable="false">
							<property class="Organizer/Event2ndLine" name="ordinal" value="0x06"/>
							<!-- emptyContent/nonEmptyContent policies defined for the second event row -->
							<property class="policy/emptyContent" name="Organizer/eventText6_2" value="display: none;"/>
							<property class="policy/Content" name="Organizer/eventText6_2" value="display: block;"/>
							<!-- emptyContent/nonEmptyContent policies defined for the calendar event box -->
							<property class="policy/emptyContent" name="eventButton6" value="height: 12.5%;"/>
							<property class="policy/Content" name="eventButton6" value="height: 27.0%;"/>
						</text>
					</button>

					<!-- UI resources -->
					<desc id="Organizer/NoEventsForToday">&qtn_ai_cale_no_event_today_short;</desc>
					<desc id="Organizer/NoMoreEventsForToday">&qtn_ai_cale_no_more_ev_td_short;</desc>
				</box>


				<!--##############################
					####    Player plugin     ####
					##############################-->
				<box id="playerPluginContainer" class="pluginContainer" focusable="false">
					<!-- there is a fake button in the shortcut plugin area. It is
					used to go around a bug in the animation system. It reserves a little space,
					so this is to fix that space in this plugin -->
					<button id="playerFakeButton" class="fakeButton" focusable="true" />
					<button id="playerTitle" class="pluginTitle" focusable="true">
						<text id="playerTitleText" class="titleText" focusable="false">&qtn_ai_player_title;</text>

						<actions>

							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="MusicPlayer/Library"/>
							</action>

							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="musicPlayerPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="playerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>

							<action>
								<trigger name="right"/>
								<trigger name="left"/>
								<event name="system/set">
									<property name="id" value="playerPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>

					</button>

					<box id="playerInActive" focusable="false">
						<text id="musicPlayerInActive" focusable="false">
							&qtn_ai_player_no_tracks;
						</text>
					</box>
					<!-- for faking the border in arabic layout -->
					<box id="volumeIndicator" focusable="true">

						<image id="musicPlayerInactiveVolumeDownIcon" path="SKIN(270501603 6420)" focusable="true"/>
						<image id="musicPlayerVolumeDownIcon" path="SKIN(270501603 6419)" focusable="true">
							<!-- TODO: Check if image can contain actions -->
							<actions>
								<action>
									<trigger name="stylus"/>
									<trigger name="activate"/>
									<event name="MusicPlayer/VolDec"/>
									<event name="system/setfocus">
										<property name="id" value="volumeIndicator"/>
									</event>
								</action>

							</actions>
						</image>

						<!-- NOTE! Either speaker icon or muted speaker icon is visible, not both. See policy in volume control below. -->
						<image id="musicPlayerSpeakerIcon" path="SKIN(270501603 4332)" focusable="false"/>
						<image id="musicPlayerSpeakerMutedIcon" path="SKIN(270501603 4334)" focusable="false"/>

						<image id="musicPlayerVolumeIcon" focusable="false">
							<property class="MusicPlayer/Volume"/>
							<property class="policy/Resource" name="musicPlayerSpeakerMutedIcon" value="if (MusicPlayer/Vol0) display:block"/>
							<property class="policy/Resource" name="musicPlayerSpeakerMutedIcon" value="if !(MusicPlayer/Vol0) display:none"/>
							<property class="policy/Resource" name="musicPlayerSpeakerIcon" value="if (MusicPlayer/Vol1, MusicPlayer/Vol2, MusicPlayer/Vol3, MusicPlayer/Vol4, MusicPlayer/Vol5, MusicPlayer/Vol6, MusicPlayer/Vol7, MusicPlayer/Vol8, MusicPlayer/Vol9, MusicPlayer/Vol10 ) display:block"/>
							<property class="policy/Resource" name="musicPlayerSpeakerIcon" value="if (MusicPlayer/Vol0) display:none"/>

							<property class="policy/Resource" name="musicPlayerInactiveVolumeDownIcon" value="if (MusicPlayer/Vol0) display:block"/>
							<property class="policy/Resource" name="musicPlayerInactiveVolumeDownIcon" value="if !(MusicPlayer/Vol0) display:none"/>
							<property class="policy/Resource" name="musicPlayerVolumeDownIcon" value="if (MusicPlayer/Vol1, MusicPlayer/Vol2, MusicPlayer/Vol3, MusicPlayer/Vol4, MusicPlayer/Vol5, MusicPlayer/Vol6, MusicPlayer/Vol7, MusicPlayer/Vol8, MusicPlayer/Vol9, MusicPlayer/Vol10 ) display:block"/>
							<property class="policy/Resource" name="musicPlayerVolumeDownIcon" value="if (MusicPlayer/Vol0) display:none"/>
							<property class="policy/Resource" name="musicPlayerInactiveVolumeUpIcon" value="if (MusicPlayer/Vol10) display:block"/>
							<property class="policy/Resource" name="musicPlayerInactiveVolumeUpIcon" value="if !(MusicPlayer/Vol10) display:none"/>
							<property class="policy/Resource" name="musicPlayerVolumeUpIcon" value="if (MusicPlayer/Vol0, MusicPlayer/Vol1, MusicPlayer/Vol2, MusicPlayer/Vol3, MusicPlayer/Vol4, MusicPlayer/Vol5, MusicPlayer/Vol6, MusicPlayer/Vol7, MusicPlayer/Vol8, MusicPlayer/Vol9 ) display:block"/>
							<property class="policy/Resource" name="musicPlayerVolumeUpIcon" value="if (MusicPlayer/Vol10) display:none"/>
						</image>

						<image id="musicPlayerInactiveVolumeUpIcon" path="SKIN(270501603 6422)" focusable="true"/>
						<image id="musicPlayerVolumeUpIcon" path="SKIN(270501603 6421)" focusable="true">
							<!-- TODO: Check if image can contain actions -->
							<actions>
								<action>
									<trigger name="stylus"/>
									<trigger name="activate"/>
									<event name="MusicPlayer/VolInc"/>
									<event name="system/setfocus">
										<property name="id" value="volumeIndicator"/>
									</event>
								</action>
							</actions>
						</image>
						<actions>
							<action>
								<trigger name="left"/>
								<event name="system/setfocus">
									<property name="id" value="playerTitle"/>
								</event>
							</action>

							<action>
								<trigger name="up"/>
								<event name="MusicPlayer/VolInc">
								</event>
							</action>

							<action>
								<trigger name="down"/>
								<event name="MusicPlayer/VolDec">
								</event>
							</action>

						<action>
							<trigger name="losevisualisation"/>
							<event name="system/setfocus">
								<property name="id" value="playerTitle"/>
							</event>
						</action>
						
						<action>
							<trigger name="gainfocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value=""/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>						
						
					</actions>

					</box>

					<box id="infoArea" focusable="false">
						<box id="artistLine" focusable="false">
							<text id="artistLine1" class="playerTextLine" focusable="false">
								<property class="MusicPlayer/Artist"/>
							</text>
						</box>
						<box id="trackLine" focusable="false">
							<text id="trackLine1" class="playerTextLine" focusable="false">
								<property class="MusicPlayer/Title"/>
							</text>
						</box>
						<box id="durationLine" focusable="false">
							<text id="time" class="playerTextLine" focusable="false">
								<property class="MusicPlayer/Duration"/>
							</text>
						
							<image id="statusIcon" class="playerStatusIcon" focusable="true">
								<property class="MusicPlayer/Status"/>
								<property class="policy/Content" name="volumeIndicator" value="display: block;"/>
								<property class="policy/Content" name="infoArea" value="display: block;"/>
								<property class="policy/Content" name="playerInActive" value="display: none;"/>
								<property class="policy/emptyContent" name="playerInActive" value="display: block;"/>
								<property class="policy/emptyContent" name="volumeIndicator" value="display: none;"/>
								<property class="policy/emptyContent" name="infoArea" value="display: none;"/>
							</image>

							
						</box>
					</box>
				<!-- Image resources -->
				<desc id="MusicPlayer/PauseIcon" path="SKIN(270501603 5182)"/>
				<desc id="MusicPlayer/PlayIcon" path="SKIN(270501603 5184)"/>
				<desc id="MusicPlayer/Vol0" path="SKIN(270501603 6403)"/>
				<desc id="MusicPlayer/Vol1" path="SKIN(270501603 6404)"/>
				<desc id="MusicPlayer/Vol2" path="SKIN(270501603 6406)"/>
				<desc id="MusicPlayer/Vol3" path="SKIN(270501603 6407)"/>
				<desc id="MusicPlayer/Vol4" path="SKIN(270501603 6408)"/>
				<desc id="MusicPlayer/Vol5" path="SKIN(270501603 6409)"/>
				<desc id="MusicPlayer/Vol6" path="SKIN(270501603 6410)"/>
				<desc id="MusicPlayer/Vol7" path="SKIN(270501603 6411)"/>
				<desc id="MusicPlayer/Vol8" path="SKIN(270501603 6412)"/>
				<desc id="MusicPlayer/Vol9" path="SKIN(270501603 6413)"/>
				<desc id="MusicPlayer/Vol10" path="SKIN(270501603 6405)"/>
				</box>

				
				<!--##############################
					####    Visual/Internet Radio plugin     ####
					##############################-->
				<box id="radioPluginContainer" class="pluginContainer" focusable="false">
					<!-- there is a fake button in the shortcut plugin area. It is
					used to go around a bug in the animation system. It reserves a little space,
					so this is to fix that space in this plugin -->
					<button id="radioFakeButton" class="fakeButton" focusable="true" />
					<button id="radioTitle" class="pluginTitle" focusable="true">
						<image id="invisibleTitleStatus" class="invisibleRadioTitleIcon" focusable="false">
                            <property class="VisualRadio/AppIcon" name="priority" value="0"/>
                            <property class="InetRadio/AppIcon" name="priority" value="1"/>

							<property class="policy/emptyContent" name="radioTitleText" value="display: block;"/>
							<property class="policy/Resource" name="radioTitleText" value="if (VisualRadio/VRPlaying, VisualRadio/VRInactive, InetRadio/IRPlaying, InetRadio/IRStopped) display:none"/>

							<property class="policy/emptyContent" name="visualRadioTitleText" value="display: none;"/>
							<property class="policy/Resource" name="visualRadioTitleText" value="if (InetRadio/IRPlaying, InetRadio/IRStopped) display:none"/>
							<property class="policy/Resource" name="visualRadioTitleText" value="if (VisualRadio/VRPlaying, VisualRadio/VRInactive) display:block"/>

							<property class="policy/emptyContent" name="inetRadioTitleText" value="display: none;"/>
							<property class="policy/Resource" name="inetRadioTitleText" value="if (VisualRadio/VRPlaying, VisualRadio/VRInactive) display:none"/>
							<property class="policy/Resource" name="inetRadioTitleText" value="if (InetRadio/IRPlaying, InetRadio/IRStopped) display:block"/>

							<property class="policy/emptyContent" name="radioVolumeIndicator" value="display: none;"/>
							<property class="policy/Resource" name="radioVolumeIndicator" value="if (VisualRadio/VRInactive, InetRadio/IRStopped) display:none"/>
							<property class="policy/Resource" name="radioVolumeIndicator" value="if (VisualRadio/VRPlaying, InetRadio/IRPlaying) display:block"/>

							<property class="policy/emptyContent" name="radioInactive" value="display: block;"/>
							<property class="policy/Resource" name="radioInactive" value="if (VisualRadio/VRInactive, InetRadio/IRStopped) display:block"/>
							<property class="policy/Resource" name="radioInactive" value="if (VisualRadio/VRPlaying, InetRadio/IRPlaying) display:none"/>

							<property class="policy/emptyContent" name="visualRadioInfoArea" value="display: none;"/>
							<property class="policy/Resource" name="visualRadioInfoArea" value="if (VisualRadio/VRInactive, InetRadio/IRPlaying, InetRadio/IRStopped) display:none"/>
							<property class="policy/Resource" name="visualRadioInfoArea" value="if (VisualRadio/VRPlaying) display:block"/>

							<property class="policy/emptyContent" name="inetRadioInfoArea" value="display: none;"/>
							<property class="policy/Resource" name="inetRadioInfoArea" value="if (InetRadio/IRStopped, VisualRadio/VRPlaying, VisualRadio/VRInactive) display:none"/>
							<property class="policy/Resource" name="inetRadioInfoArea" value="if (InetRadio/IRPlaying) display:block"/>
						</image>
						<text id="radioTitleText" class="titleText" focusable="false">&qtn_vr_ai_radiolauncher;</text>
						<text id="visualRadioTitleText" class="titleText" focusable="false">&qtn_vr_ai_vradio_title;</text>
						<text id="inetRadioTitleText" class="titleText" focusable="false">&qtn_ir_ai_irapp_title;</text>

						<actions>

							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="VisualRadio/LaunchRadio"/>
								<!-- Always let Visual Radio plug-in handle the launch event. It will start Radio Launcher. -->
							</action>

							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="radioPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="radioPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>

							<action>
								<trigger name="right"/>
								<trigger name="left"/>
								<event name="system/set">
									<property name="id" value="radioPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>

					</button>

					<box id="radioInactive" focusable="false">
						<text id="radioInactiveText" focusable="false">&qtn_vr_ai_radio_not_active;</text>
					</box>

					<box id="radioVolumeIndicator" focusable="true">

						<image id="radioInactiveVolumeDownIcon" path="SKIN(270501603 6420)" focusable="true"/>
						<image id="radioVolumeDownIcon" path="SKIN(270501603 6419)" focusable="true">
							<!-- TODO: Check if image can contain actions -->
							<actions>
								<action>
									<trigger name="stylus"/>
									<trigger name="activate"/>
									<event name="VisualRadio/VolDec"/>
									<event name="InetRadio/VolDec"/>
									<event name="system/setfocus">
										<property name="id" value="radioVolumeIndicator"/>
									</event>
								</action>

							</actions>
						</image>

						<!-- NOTE! Either speaker icon or muted speaker icon is visible, not both. See policy in volume control below. -->
						<image id="radioSpeakerIcon" path="SKIN(270501603 4332)" focusable="false"/>
						<image id="radioSpeakerMutedIcon" path="SKIN(270501603 4334)" focusable="false"/>

						<image id="radioVolumeIcon" focusable="false">
							<property class="VisualRadio/Volume" name="priority" value="0"/>
							<property class="InetRadio/Volume" name="priority" value="1"/>
							<property class="policy/Resource" name="radioSpeakerMutedIcon" value="if (VisualRadio/Vol0, InetRadio/Vol0) display:block"/>
							<property class="policy/Resource" name="radioSpeakerMutedIcon" value="if !(VisualRadio/Vol0, InetRadio/Vol0) display:none"/>
							<property class="policy/Resource" name="radioSpeakerIcon" value="if (VisualRadio/Vol1, VisualRadio/Vol2, VisualRadio/Vol3, VisualRadio/Vol4, VisualRadio/Vol5, VisualRadio/Vol6, VisualRadio/Vol7, VisualRadio/Vol8, VisualRadio/Vol9, VisualRadio/Vol10, InetRadio/Vol1, InetRadio/Vol2, InetRadio/Vol3, InetRadio/Vol4, InetRadio/Vol5, InetRadio/Vol6, InetRadio/Vol7, InetRadio/Vol8, InetRadio/Vol9, InetRadio/Vol10 ) display:block"/>
							<property class="policy/Resource" name="radioSpeakerIcon" value="if (VisualRadio/Vol0, InetRadio/Vol0) display:none"/>

							<property class="policy/Resource" name="radioInactiveVolumeDownIcon" value="if (VisualRadio/Vol0, InetRadio/Vol0) display:block"/>
							<property class="policy/Resource" name="radioInactiveVolumeDownIcon" value="if !(VisualRadio/Vol0, InetRadio/Vol0) display:none"/>
							<property class="policy/Resource" name="radioVolumeDownIcon" value="if (VisualRadio/Vol1, VisualRadio/Vol2, VisualRadio/Vol3, VisualRadio/Vol4, VisualRadio/Vol5, VisualRadio/Vol6, VisualRadio/Vol7, VisualRadio/Vol8, VisualRadio/Vol9, VisualRadio/Vol10, InetRadio/Vol1, InetRadio/Vol2, InetRadio/Vol3, InetRadio/Vol4, InetRadio/Vol5, InetRadio/Vol6, InetRadio/Vol7, InetRadio/Vol8, InetRadio/Vol9, InetRadio/Vol10 ) display:block"/>
							<property class="policy/Resource" name="radioVolumeDownIcon" value="if (VisualRadio/Vol0, InetRadio/Vol0) display:none"/>
							<property class="policy/Resource" name="radioInactiveVolumeUpIcon" value="if (VisualRadio/Vol10, InetRadio/Vol10) display:block"/>
							<property class="policy/Resource" name="radioInactiveVolumeUpIcon" value="if !(VisualRadio/Vol10, InetRadio/Vol10) display:none"/>
							<property class="policy/Resource" name="radioVolumeUpIcon" value="if (VisualRadio/Vol0, VisualRadio/Vol1, VisualRadio/Vol2, VisualRadio/Vol3, VisualRadio/Vol4, VisualRadio/Vol5, VisualRadio/Vol6, VisualRadio/Vol7, VisualRadio/Vol8, VisualRadio/Vol9, InetRadio/Vol0, InetRadio/Vol1, InetRadio/Vol2, InetRadio/Vol3, InetRadio/Vol4, InetRadio/Vol5, InetRadio/Vol6, InetRadio/Vol7, InetRadio/Vol8, InetRadio/Vol9 ) display:block"/>
							<property class="policy/Resource" name="radioVolumeUpIcon" value="if (VisualRadio/Vol10, InetRadio/Vol10) display:none"/>
						</image>

						<image id="radioInactiveVolumeUpIcon" path="SKIN(270501603 6422)" focusable="true"/>
						<image id="radioVolumeUpIcon" path="SKIN(270501603 6421)" focusable="true">
							<!-- TODO: Check if image can contain actions -->
							<actions>
								<action>
									<trigger name="stylus"/>
									<trigger name="activate"/>
									<event name="VisualRadio/VolInc"/>
									<event name="InetRadio/VolInc"/>
									<event name="system/setfocus">
										<property name="id" value="radioVolumeIndicator"/>
									</event>
								</action>
							</actions>
						</image>
						<actions>
							<action>
								<trigger name="left"/>
								<event name="system/setfocus">
									<property name="id" value="radioTitle"/>
								</event>
							</action>

							<action>
								<trigger name="up"/>
								<event name="VisualRadio/VolInc"/>
								<event name="InetRadio/VolInc"/>
							</action>

							<action>
								<trigger name="down"/>
								<event name="VisualRadio/VolDec"/>
								<event name="InetRadio/VolDec"/>
							</action>

							<action>
								<trigger name="losevisualisation"/>
								<event name="system/setfocus">
									<property name="id" value="radioTitle"/>
								</event>
							</action>
						
							<action>
								<trigger name="gainfocus"/>
								<event name ="system/set">
									<property name="id" value="MSK"/>
									<property name="name" value="label"/>
									<property name="value" value=""/>
									<property name="type" value="attribute"/>
								</event>
							</action>

							<action>
								<trigger name="losefocus"/>
								<event name ="system/set">
									<property name="id" value="MSK"/>
									<property name="name" value="label"/>
									<property name="value" value="&qtn_msk_open;"/>
									<property name="type" value="attribute"/>
								</event>
							</action>						
							
						</actions>

					</box>

					<box id="visualRadioInfoArea" focusable="false">
						<box id="visualRadioNameLine" focusable="false">
							<text id="visualRadioNumberTextLine" class="visualRadioTextLine" focusable="false">
								<property class="VisualRadio/Number"/>
							</text>
							<text id="visualRadioNameTextLine" class="visualRadioTextLine" focusable="false">
								<property class="VisualRadio/Name"/>
							</text>
						</box>
						<box id="visualRadioLocationLine" focusable="false">
							<text id="visualRadioLocationTextLine" class="visualRadioTextLine" focusable="false">
								<property class="VisualRadio/Location"/>
							</text>
						</box>
						<box id="visualRadioFrequencyLine" focusable="false">
							<text id="visualRadioFrequencyTextLine" class="visualRadioTextLine" focusable="false">
								<property class="VisualRadio/Frequency"/>
							</text>
						</box>
					</box>

					<box id="inetRadioInfoArea" focusable="false">
												
						<box id="inetRadioPresetLine" focusable="false">
							<text id="inetRadioPresetTextLine" class="inetRadioTextLine" focusable="false">
								<property class="InetRadio/Preset"/> 
							</text> 
						</box>
						<box id="inetRadioArtistLine" focusable="false">
							<text id="inetRadioArtistTextLine" class="inetRadioTextLine" focusable="false">
								 <property class="InetRadio/Artist"/>
							</text>
						</box>
						<box id="inetRadioTrackLine" focusable="false">
							<text id="inetRadioTrackTextLine" class="inetRadioTextLine" focusable="false">
								 <property class="InetRadio/Track"/>
							</text>
						</box>
					</box>

					<!-- Image resources -->
					<desc id="VisualRadio/Vol0" path="SKIN(270501603 6403)"/>
					<desc id="VisualRadio/Vol1" path="SKIN(270501603 6404)"/>
					<desc id="VisualRadio/Vol2" path="SKIN(270501603 6406)"/>
					<desc id="VisualRadio/Vol3" path="SKIN(270501603 6407)"/>
					<desc id="VisualRadio/Vol4" path="SKIN(270501603 6408)"/>
					<desc id="VisualRadio/Vol5" path="SKIN(270501603 6409)"/>
					<desc id="VisualRadio/Vol6" path="SKIN(270501603 6410)"/>
					<desc id="VisualRadio/Vol7" path="SKIN(270501603 6411)"/>
					<desc id="VisualRadio/Vol8" path="SKIN(270501603 6412)"/>
					<desc id="VisualRadio/Vol9" path="SKIN(270501603 6413)"/>
					<desc id="VisualRadio/Vol10" path="SKIN(270501603 6405)"/>
					<!-- The following icons are not displayed, they just indicate which layout to use -->
					<desc id="VisualRadio/VRPlaying" path="SKIN(270501603 5184)"/>
					<desc id="VisualRadio/VRInactive" path="SKIN(270501603 5182)"/>

					<desc id="InetRadio/Vol0" path="SKIN(270501603 6403)"/>
					<desc id="InetRadio/Vol1" path="SKIN(270501603 6404)"/>
					<desc id="InetRadio/Vol2" path="SKIN(270501603 6406)"/>
					<desc id="InetRadio/Vol3" path="SKIN(270501603 6407)"/>
					<desc id="InetRadio/Vol4" path="SKIN(270501603 6408)"/>
					<desc id="InetRadio/Vol5" path="SKIN(270501603 6409)"/>
					<desc id="InetRadio/Vol6" path="SKIN(270501603 6410)"/>
					<desc id="InetRadio/Vol7" path="SKIN(270501603 6411)"/>
					<desc id="InetRadio/Vol8" path="SKIN(270501603 6412)"/>
					<desc id="InetRadio/Vol9" path="SKIN(270501603 6413)"/>
					<desc id="InetRadio/Vol10" path="SKIN(270501603 6405)"/>
                    <!-- The following icons are not displayed, they just indicate which layout to use -->
                    <desc id="InetRadio/IRPlaying" path="SKIN(270501603 5184)"/>
                    <desc id="InetRadio/IRStopped" path="SKIN(270501603 5182)"/>
				</box>

				
				<!--########################################
						#####    Personalization plugin    #####
						########################################-->
				<box id="personalizationPluginContainer" class="pluginContainer" focusable="false">
					<!-- there is a fake button in the shortcut plugin area. It is
					used to go around a bug in the animation system. It reserves a little space,
					so this is to fix that space in this plugin -->
					<button id="personalizationFakeButton"  class="fakeButton" focusable="true" />
					<!-- Plugin title -->
					<button id="personalizationPluginTitle" class="pluginTitle" focusable="true">
						<text id="personalizationTitleText" class="titleText" focusable="false">&qtn_ai_pers_title;</text>
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Shortcut/LaunchByValue(localapp:0x100058EC?view=0x10207252)"/><!-- GS app, prsln plugin -->
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
					</button>


					<!-- #1 -->
					<button id="personalizationButton1" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<event name="Profile/SwapProfile(1)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>

						<action>
							<trigger name="gainfocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_select;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						<action>
							<trigger name="losefocus"/>
							<event name ="system/set">
						 		<property name="id" value="MSK"/>
						 		<property name="name" value="label"/>
						 		<property name="value" value="&qtn_msk_open;"/>
						 		<property name="type" value="attribute"/>
							</event>
						</action>

						</actions>
						<text id="personalizationText1" class="genericButtonText" focusable="false">
							<property class="Profile/SwapProfileName"/>
						</text>
					</button>

					<!-- #2 -->
					<button id="personalizationButton2" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<!-- TODO: Open profile application main view -->
								<event name="Shortcut/LaunchByValue(localapp:0x100058F8)"/> <!-- Profileapp uid -->
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="personalizationText2" class="genericButtonText" focusable="false">
							&qtn_ai_pers_all_profiles;
						</text>
					</button>

					<!-- #3 -->
					<button id="personalizationButton3" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<!-- Opens the main view of Personalization application -->								
								<event name="Shortcut/LaunchByValue(localapp:0x10005A32?view=0x102750AA)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="personalizationText3" class="genericButtonText" focusable="false">
							&qtn_ai_pers_change_theme;
						</text>
					</button>

					<!-- #4 -->
					<button id="personalizationButton4" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<!-- Opens Wallpaper changing state in Personalization application -->
								<event name="Shortcut/LaunchByValue(localapp:0x10005A32?view=2)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="personalizationText4" class="genericButtonText" focusable="false">
							&qtn_ai_pers_change_wallpaper;
						</text>
					</button>

					<!-- #5 -->
					<button id="personalizationButton5" class="genericButton" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<!-- Open speed dial application shortcut -->
								<event name="Shortcut/LaunchByValue(localapp:0x1000590A)"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="personalizationText5" class="genericButtonText" focusable="false">
							&qtn_apps_sd_list;
						</text>
					</button>

					<!-- #6 -->
					<button id="personalizationButton6" class="genericButtonLastPosition" focusable="true">
						<actions>
							<action>
								<trigger name="stylus"/>
								<trigger name="activate"/>
								<!-- Open shortcuts view in general settings -->
								<event name="Shortcut/ShowSettings"/>
							</action>
							<action>
								<trigger name="up"/>
								<!-- joystick left -->
								<event name="system/setfocus">
									<property name="id" value="personalizationPluginIcon"/>
								</event>
								<event name="system/set">
									<property name="id" value="personalizationPluginContainer"/>
									<property name="name" value="display"/>
									<property name="value" value="none"/>
									<property name="type" value="string"/>
								</event>
								<event name="system/set">
									<property name="id" value="SATAndNewstickerBox"/>
									<property name="name" value="display"/>
									<property name="value" value="block"/>
									<property name="type" value="string"/>
								</event>
							</action>
						</actions>
						<text id="personalizationText6" class="genericButtonText" focusable="false">
							&qtn_ai_pers_change_sc;
						</text>
					</button>
				</box>

			</box>	<!-- end of pluginContainerArea -->

			<!--############################
				 #####   SAT plugin     #####
				############################-->
			<box id="SATAndNewstickerBox" focusable="false">
	        
				<box id="SATPluginContainer" focusable="false">
					<text id="SatIdleModeText" class="satText" focusable="false">
						<property class="SAT/SatIdleModeText"/>
						<!--  emptyContent/Content policies defined for the SAT plug-in box -->
						<property class="policy/emptyContent" name="SATPluginContainer" value="display: none;"/>
						<property class="policy/Content" name="SATPluginContainer" value="display: block;"/>
						<property class="policy/Content" name="SatIdleModeIcon" value="display: block;"/>
					</text>
					<image id="SatIdleModeIcon" class="satIcon" focusable="false">
						<property class="SAT/SatIdleModeIcon"/>
						<property class="policy/Content" name="SatIdleModeText" value="margin-left: 4.0u;"/>
						<property class="policy/emptyContent" name="SatIdleModeText" value="margin-left: 1.0u;"/>
					</image>
				</box>

			</box>

			<!--#################################################
			    ####     Menubar with soft key shortcuts     ####
			    #################################################-->
			<menubar>
				<menuitem id="SK1" label="">
					<!-- ordinal value is the same as in the default settings -->
					<property class="Shortcut/ShortcutShortCaption" name="ordinal" value="0x01000100"/>
					<actions>
						<action>
							<trigger name="stylus"/>
							<trigger name="activate"/>
							<event name="Shortcut/LaunchByIndex(0x01000100)"/>
						</action>
					</actions>
				</menuitem>
				<menuitem id="SK2" label="">
					<property class="Shortcut/ShortcutShortCaption" name="ordinal" value="0x01000101"/>
					<actions>
						<action>
							<trigger name="stylus"/>
							<!-- if using both activate and hold for same SK active trigger need to be specified like this (2 = keyup) otherwise hold will not work -->
							<trigger name="activate"><property name="eventtype" value="2"/></trigger>
							<event name="Shortcut/LaunchByIndex(0x01000101)"/>
						</action>
						<action>
							<trigger name="hold"/>
							<event name="Shortcut/LaunchByValue(localapp:0x10281867)"/>
						</action>
					</actions>
				</menuitem>
				<menuitem id="MSK" label="&qtn_msk_select;">
					<actions>
   					<action>
							<trigger name="stylus">
								<property name="clicked" value="down"/>
							</trigger>
							<event name="system/set">
								<property name="id" value="msk_text"/>
								<property name="name" value="display"/>
								<property name="value" value="block"/>
								<property name="type" value="string"/>
							</event>
						</action>
					</actions>
				</menuitem>				
			</menubar>
		</view>
	</views>

</xmluiml>