Index: /ipk/source/skins_dreamtvhd_1_5/CONTROL/control
===================================================================
--- /ipk/source/skins_dreamtvhd_1_5/CONTROL/control	(revision 2116)
+++ /ipk/source/skins_dreamtvhd_1_5/CONTROL/control	(revision 2116)
@@ -0,0 +1,11 @@
+Package: enigma2-plugin-skins-dreamtvhd
+Version: 1.5
+Description: dreamTV HD Skin
+Section: skins
+Priority: optional
+Maintainer: AAF Forum
+Architecture: sh4
+OE: dreamTV HD Skin
+Homepage: http://www.aaf-digital.info
+Depends:
+Source: http://www.aaf-digital.info
Index: /ipk/source/skins_dreamtvhd_1_5/CONTROL/postinst
===================================================================
--- /ipk/source/skins_dreamtvhd_1_5/CONTROL/postinst	(revision 2116)
+++ /ipk/source/skins_dreamtvhd_1_5/CONTROL/postinst	(revision 2116)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.skin
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/skins_dreamtvhd_1_5/CONTROL/postrm
===================================================================
--- /ipk/source/skins_dreamtvhd_1_5/CONTROL/postrm	(revision 2116)
+++ /ipk/source/skins_dreamtvhd_1_5/CONTROL/postrm	(revision 2116)
@@ -0,0 +1,15 @@
+#!/bin/sh
+TMP=/tmp/.skin
+
+PLUGINDIR=/var/usr/local/share/enigma2/dreamTV_HD
+rm -r $PLUGINDIR > /dev/null 2>&1
+
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/skins_dreamtvhd_1_5/CONTROL/preinst
===================================================================
--- /ipk/source/skins_dreamtvhd_1_5/CONTROL/preinst	(revision 2116)
+++ /ipk/source/skins_dreamtvhd_1_5/CONTROL/preinst	(revision 2116)
@@ -0,0 +1,31 @@
+#!/bin/sh
+#
+TMP=/tmp/.skin
+echo "syncing disk"
+sync
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=480
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi   
+echo "installing dreamTV HD Skin ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/skins_dreamtvhd_1_5/CONTROL/prerm
===================================================================
--- /ipk/source/skins_dreamtvhd_1_5/CONTROL/prerm	(revision 2116)
+++ /ipk/source/skins_dreamtvhd_1_5/CONTROL/prerm	(revision 2116)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.skin
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing dreamTV HD Skin"
+exit 0
Index: /ipk/source/skins_dreamtvhd_1_5/var/usr/local/share/enigma2/dreamTV_HD/skin.xml
===================================================================
--- /ipk/source/skins_dreamtvhd_1_5/var/usr/local/share/enigma2/dreamTV_HD/skin.xml	(revision 2116)
+++ /ipk/source/skins_dreamtvhd_1_5/var/usr/local/share/enigma2/dreamTV_HD/skin.xml	(revision 2116)
@@ -0,0 +1,1915 @@
+<skin>
+<!-- dreamTV_HD Skin -->
+	<output id="0">
+		<resolution xres="1280" yres="720" bpp="32" />
+	</output>
+	<colors>
+		<color name="white" value="#ffffff"/>
+		<color name="grey" value="#999999"/>
+		<color name="darkgrey" value="#666666"/>
+		<color name="black" value="#000000"/>
+		<color name="dark" value="#294a6b"/>
+		<color name="red" value="#ff2525"/>
+		<color name="green" value="#389416"/>
+		<color name="yellow" value="#bab329"/>
+		<color name="blue" value="#6565ff"/>
+		<color name="transparent" value="#ff000000"/>
+		<color name="transparent2" value="#ff000000"/>
+		<color name="transpBlack" value="#30000000"/>
+		<color name="background" value="#25000000"/>
+		<color name="foreground" value="#dddddd"/>
+		<color name="rssviewtop" value="#005050"/>
+		<color name="transpWhite" value="#77ffffff"/>
+		<color name="rds_text_bg" value="#003258"/>
+		<color name="rssviewtop" value="#38465b"/>
+		<color name="transpyellow" value="#33bab329"/>
+		<color name="foreground" value="#dddddd"/>
+		<color name="crypt_back" value="#666666"/>
+		<color name="crypt_emm" value="#ff9c00"/>
+		<color name="crypt_ecm" value="#00d100"/>
+		<color name="listbox" value="#0f56a4"/>
+		<color name="bg" value="#ffffff"/>
+	</colors>
+	<fonts>
+		<font filename="default.ttf" name="LCD" scale="100"/>
+		<font filename="default.ttf" name="Regular" scale="100"/>
+		<font filename="default.ttf" name="Replacement" scale="100" replacement="1"/>
+		<font filename="tuxtxt.ttf" name="Console" scale="100"/>
+	</fonts>
+	<windowstyle type="skinned" id="0">
+		<title offset="25,11" font="Regular;24"/>
+		<color name="Background" color="#30000000"/>
+		<color name="LabelForeground" color="#ffffff"/>
+		<color name="ListboxBackground" color="#30000000"/>
+		<color name="ListboxForeground" color="#ffffff"/>
+		<color name="ListboxSelectedBackground" color="#15034793"/>
+		<color name="ListboxSelectedForeground" color="#ffffff"/>
+		<color name="ListboxMarkedBackground" color="#253658a4"/>
+		<color name="ListboxMarkedForeground" color="#ff0000"/>
+		<color name="ListboxMarkedAndSelectedBackground" color="#253658a4"/>
+		<color name="ListboxMarkedAndSelectedForeground" color="#800000"/>
+		<color name="WindowTitleForeground" color="#ffffff"/>
+		<color name="WindowTitleBackground" color="#30000000"/>
+		<borderset name="bsWindow">
+			<pixmap pos="bpTopLeft" filename="dreamTV_HD/bs_tl.png"/>
+			<pixmap pos="bpTop" filename="dreamTV_HD/bs_t.png"/>
+			<pixmap pos="bpTopRight" filename="dreamTV_HD/bs_tr.png"/>
+			<pixmap pos="bpLeft" filename="dreamTV_HD/bs_l.png"/>
+			<pixmap pos="bpRight" filename="dreamTV_HD/bs_r.png"/>
+			<pixmap pos="bpBottomLeft" filename="dreamTV_HD/bs_bl.png"/>
+			<pixmap pos="bpBottom" filename="dreamTV_HD/bs_b.png"/>
+			<pixmap pos="bpBottomRight" filename="dreamTV_HD/bs_br.png"/>
+		</borderset>
+		<borderset name="bsListboxEntry">
+			<pixmap pos="bpTop" filename="dreamTV_HD/h-white.png"/>
+			<pixmap pos="bpBottom" filename="dreamTV_HD/h-white.png"/>
+		</borderset>
+	</windowstyle>
+	<windowstyle type="skinned" id="1">
+		<color name="Background" color="#000000"/>
+		<color name="LabelForeground" color="#ffffff"/>
+		<color name="ListboxBackground" color="#000000"/>
+		<color name="ListboxForeground" color="#ffffff"/>
+		<color name="ListboxSelectedBackground" color="#000000"/>
+		<color name="ListboxSelectedForeground" color="#ffffff"/>
+		<color name="ListboxMarkedBackground" color="#000000"/>
+		<color name="ListboxMarkedForeground" color="#ffffff"/>
+		<color name="ListboxMarkedAndSelectedBackground" color="#000000"/>
+		<color name="ListboxMarkedAndSelectedForeground" color="#ffffff"/>
+		<color name="WindowTitleForeground" color="#ffffff"/>
+		<color name="WindowTitleBackground" color="#000000"/>
+	</windowstyle>
+
+	<screen name="InfoBar" position="69,520" size="1142,172" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel backgroundColor="transpBlack" position="1,1" size="1140,170" zPosition="-1"/>
+		<eLabel backgroundColor="grey" position="1,1" size="1140,2" zPosition="1"/>
+		<eLabel backgroundColor="grey" position="1,169" size="1140,2" zPosition="1"/>
+		<eLabel backgroundColor="grey" position="1,3" size="2,166" zPosition="1"/>
+		<eLabel backgroundColor="grey" position="1139,3" size="2,166" zPosition="1"/>
+		<widget backgroundColor="transpBlack" font="Regular;24" position="15,6" render="Label" size="600,26" source="session.CurrentService" transparent="1">
+			<convert type="MaxServiceInfo">Config</convert>
+		</widget>
+		<widget backgroundColor="transpBlack" font="Regular;18" foregroundColor="grey" position="15,34" render="Label" size="400,22" source="session.CurrentService" transparent="1">
+			<convert type="ServiceName">Provider</convert>
+		</widget>
+		<widget backgroundColor="#333333" font="Regular;24" halign="right" position="1000,7" render="Label" size="80,25" source="global.CurrentTime" transparent="1" valign="top">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget backgroundColor="#333333" font="Regular;18" halign="left" position="1082,7" render="Label" size="30,25" source="global.CurrentTime" transparent="1" valign="top">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget backgroundColor="transpBlack" font="Regular;18" foregroundColor="grey" halign="right" position="1000,36" render="Label" size="110,20" source="global.CurrentTime" transparent="1">
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_rec_off.png" position="720,9" size="28,20" zPosition="1"/>
+		<widget alphatest="on" pixmap="dreamTV_HD/ico_rec_on.png" position="720,9" render="Pixmap" size="28,20" source="session.RecordState" transparent="1" zPosition="2">
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_hd_off.png" position="760,9" size="29,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_hd_on.png" position="760,9" render="Pixmap" size="29,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsHD</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_dolby_off.png" position="800,9" size="57,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_dolby_on.png" position="800,9" render="Pixmap" size="57,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsMultichannel</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_format_off.png" position="870,9" size="36,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_format_on.png" position="870,9" render="Pixmap" size="36,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsWidescreen</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_txt_off.png" position="920,9" size="33,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_txt_on.png" position="920,9" render="Pixmap" size="33,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">HasTelext</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_crypt_off.png" position="967,9" size="21,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_crypt_on.png" position="967,9" render="Pixmap" size="21,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsCrypted</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<widget backgroundColor="transpBlack" font="Regular;16" foregroundColor="#e5b243" halign="right" position="685,36" render="Label" size="55,20" source="session.CurrentService" transparent="1">
+			<convert type="ServiceInfo">VideoWidth</convert>
+		</widget>
+		<eLabel backgroundColor="transpBlack" font="Regular;16" foregroundColor="#e5b243" halign="center" position="740,36" size="15,20" text="x" transparent="1"/>
+		<widget backgroundColor="transpBlack" font="Regular;16" foregroundColor="#e5b243" halign="left" position="755,36" render="Label" size="55,20" source="session.CurrentService" transparent="1">
+			<convert type="ServiceInfo">VideoHeight</convert>
+		</widget>
+
+		<eLabel backgroundColor="white" position="10,60" size="1120,2" zPosition="1"/>
+		<widget alphatest="on" position="30,73" render="Picon" size="100,60" source="session.CurrentService" transparent="1" zPosition="10">
+			<convert type="ServiceName">Reference</convert>
+		</widget>
+		<widget backgroundColor="background" font="Regular;22" halign="right" position="140,67" render="Label" size="65,25" source="session.Event_Now" transparent="1">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;22" halign="center" position="205,67" size="20,25" text="-" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;22" halign="left" position="225,67" render="Label" size="65,25" source="session.Event_Now" transparent="1">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/endback.png" position="820,67" size="50,25" zPosition="20"/>
+		<widget backgroundColor="background" font="Regular;22" halign="left" noWrap="1" position="300,67" render="Label" size="570,25" source="session.Event_Now" transparent="1" zPosition="21">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/end.png" position="820,67" size="50,25" zPosition="22"/>
+		<widget backgroundColor="background" font="Regular;22" halign="right" position="870,67" render="Label" size="120,25" source="session.Event_Now" transparent="1">
+			<convert type="EventTime">Remaining</convert>
+			<convert type="RemainingToText">InMinutes</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/slider_back.png" position="150,97" size="840,12" zPosition="2"/>
+		<widget pixmap="dreamTV_HD/slider.png" position="150,97" render="Progress" size="840,12" source="session.Event_Now" transparent="2" zPosition="1">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="right" position="140,114" render="Label" size="65,25" source="session.Event_Next" transparent="1">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="center" position="205,114" size="20,25" text="-" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="left" position="225,114" render="Label" size="65,25" source="session.Event_Next" transparent="1">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/endback.png" position="820,114" size="50,25" zPosition="20"/>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="left" noWrap="1" position="300,114" render="Label" size="570,25" source="session.Event_Next" transparent="1" zPosition="21">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/end.png" position="820,114" size="50,25" zPosition="22"/>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="right" position="870,114" render="Label" size="120,25" source="session.Event_Next" transparent="1">
+			<convert type="EventTime">Duration</convert>
+			<convert type="ClockToText">InMinutes</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;18" foregroundColor="#e5b243" position="1020,68" size="50,20" text="SNR:" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;18" position="1070,68" render="Label" size="60,20" source="session.FrontendStatus" transparent="1">
+			<convert type="FrontendInfo">SNRdB</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;18" foregroundColor="#e5b243" position="1020,93" size="50,20" text="AGC:" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;18" position="1070,93" render="Label" size="60,20" source="session.FrontendStatus" transparent="1">
+			<convert type="FrontendInfo">AGC</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;18" foregroundColor="#e5b243" position="1020,118" size="50,20" text="BER:" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;18" position="1070,118" render="Label" size="60,20" source="session.FrontendStatus" transparent="1">
+			<convert type="FrontendInfo">BER</convert>
+		</widget>
+		<eLabel backgroundColor="white" position="10,144" size="1120,1" zPosition="1"/>
+
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="15,150" render="Label" size="120,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Online</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="130,150" render="Label" size="110,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Cards</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="240,150" render="Label" size="110,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Provider</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="350,150" render="Label" size="110,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Distance</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="460,150" render="Label" size="130,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Time</convert>
+  	</widget>
+
+		<widget backgroundColor="background" font="Regular;17" position="830,147" render="Label" size="300,20" source="session.CurrentService" transparent="1" zPosition="1">
+			<convert type="MaxServiceInfo">TunerInfo</convert>
+		</widget>
+		<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" position="590,150" render="Label" size="240,15" source="session.CurrentService" transparent="1" zPosition="1">
+			<convert type="MaxServiceInfo">CsServer</convert>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="805,36" size="15,20" text="I" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="805,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="I" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotIrdeto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="805,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="I" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseIrdeto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="820,36" size="15,20" text="S" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="820,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="S" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotSeca</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="820,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="S" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseSeca</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="835,36" size="15,20" text="N" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="835,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="N" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotNagra</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="835,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="N" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseNagra</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="850,36" size="15,20" text="V" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="850,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="V" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotVia</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="850,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="V" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseVia</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="865,36" size="30,20" text="CO" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="865,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CO" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotConax</convert>
+		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="865,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CO" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseConax</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="895,36" size="25,20" text="BC" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="895,36" render="FixedLabel" size="25,20" source="session.CurrentService" text="BC" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotBeta</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="895,36" render="FixedLabel" size="25,20" source="session.CurrentService" text="BC" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseBeta</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="920,36" size="30,20" text="CW" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="920,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CW" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotCrypto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="920,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CW" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseCrypto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="950,36" size="45,20" text="NDS" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="950,36" render="FixedLabel" size="45,20" source="session.CurrentService" text="NDS" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotNDS</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="950,36" render="FixedLabel" size="45,20" source="session.CurrentService" text="NDS" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseNDS</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+	</screen>
+
+	<screen name="Volume" position="460,58" zPosition="1" size="360,23" title="Volume" backgroundColor="transparent" flags="wfNoBorder">
+		<ePixmap pixmap="dreamTV_HD/vol_back.png" position="2,2" size="356,19" zPosition="2" transparent="1" alphatest="blend"/>
+		<widget name="Volume" pixmap="dreamTV_HD/vol.png" position="2,2" size="356,19" zPosition="1" transparent="1" />
+	</screen>
+	<screen name="Mute" position="460,58" zPosition="10" size="360,23" title="Mute" backgroundColor="transparent" flags="wfNoBorder">
+		<ePixmap position="2,2" size="356,19" pixmap="dreamTV_HD/vol_back.png" transparent="1" />
+	</screen>
+
+	<screen name="menu_mainmenu" position="339,84" 	size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="3,101" size="298,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/sub.png" position="360,250" size="180,110" alphatest="blend">
+			<convert type="MenuEntryCompare">subtitle_selection</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/dvd.png" position="330,250" size="240,110" alphatest="blend">
+			<convert type="MenuEntryCompare">dvd_player</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/media.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">media_player</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/timer.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">timer_edit</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/scart.png" position="375,250" size="150,110" alphatest="blend">
+			<convert type="MenuEntryCompare">scart_switch</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/info.png" position="400,250" size="100,110" alphatest="blend">
+			<convert type="MenuEntryCompare">info_screen</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/plugin.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">plugin_selection</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/setup.png" position="365,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">setup_selection</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/power.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">standby_restart_list</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+	</screen>
+
+	<screen name="menu_information" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/info.png" position="100,250" size="100,110" alphatest="blend" />
+	</screen>
+
+	<screen name="menu_setup" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/search.png" position="50,250" size="200,110" alphatest="blend">
+			<convert type="MenuEntryCompare">service_searching_selection</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/setup.png" position="65,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">system_selection</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/ci.png" position="65,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">ci_setup</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/look.png" position="95,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">parental_setup</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/default.png" position="85,250" size="130,110" alphatest="blend">
+			<convert type="MenuEntryCompare">default_wizard</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/reset.png" position="65,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">factory_reset</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+	</screen>
+
+	<screen name="menu_scan" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/search.png" position="50,250" size="200,110" alphatest="blend"/>
+	</screen>
+
+	<screen name="menu_system" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/setup.png" position="65,250" size="170,110" alphatest="blend" />
+	</screen>
+
+	<screen name="menu_harddisk" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/hdd.png" position="75,250" size="150,110" alphatest="blend" />
+	</screen>
+
+	<screen name="menu_shutdown" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/power.png" position="95,250" size="110,110" alphatest="blend" />
+	</screen>
+
+	<screen name="About" position="339,84" 	size="602,553" title="About" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<eLabel text="About" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="EnigmaVersion" render="Label" position="11,120" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="ImageVersion" render="Label" position="11,160" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="FPVersion" render="Label" position="11,200" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="TunerHeader" render="Label" position="11,250" size="580,25" font="Regular;24" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner0" render="Label" position="11,290" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner1" render="Label" position="11,325" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner2" render="Label" position="11,360" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner3" render="Label" position="11,395" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="HDDHeader" render="Label" position="11,445" size="580,25" font="Regular;24" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="hddA" render="Label" position="11,485" size="580,50" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+	</screen>
+
+	<screen name="AdapterSetup" position="90,100" size="1100,560" title="Network Setup" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="Adaptertext" position="20,20" size="140,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="Adapter" position="160,20" size="400,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="config" position="20,70" size="740,375" scrollbarMode="showOnDemand" />
+		<widget name="introduction2" position="20,470"  size="740,30" zPosition="10" font="Regular;24" halign="center" transparent="1" />
+		<eLabel position="780,0" size="2,518" backgroundColor="grey" />
+		<widget name="introduction"  position="790,20" size="300,25" font="Regular;22" halign="center" />
+		<widget name="IPtext" position="790,60" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="IP" position="790,90" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget name="Netmasktext" position="790,130" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="Mask" position="790,160" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget name="Gatewaytext" position="790,200" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="Gateway" position="790,230" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget source="DNS1text" render="Label" position="790,270" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="DNS1" position="790,300" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget name="DNS2text" position="790,340" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="DNS2" position="790,370" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position="120,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_blue" render="Label" position="390,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="0,0" size="0,0" />
+		<ePixmap pixmap="skin_default/buttons/button_blue.png" position="0,0" size="0,0" />
+		<ePixmap pixmap="skin_default/bottombar.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="AdapterSetupConfiguration" position="90,100" size="1100,560" title="Network Configuration..." >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget source="IFtext" render="Label" position="20,20" size="140,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="IF" position="160,20" size="400,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="menulist" position="20,70" size="740,375" 	scrollbarMode="showOnDemand" />
+		<eLabel position="780,0"   size="2,518" backgroundColor="grey" />
+		<widget name="description" position="790,20"  size="300,480" font="Regular;22" halign="center" valign="center" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="Statustext" position="20,525" size="150,30" zPosition="10" font="Regular;24" transparent="1"/>
+		<widget name="statuspic" position="180,530" size="15,16" pixmaps="skin_default/buttons/button_green.png,skin_default/buttons/button_green_off.png" zPosition="10" transparent="1" alphatest="on"/>
+		<widget source="key_red" render="Label" position="390,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<ePixmap pixmap="skin_default/bottombar.png" position="0,0" size="0,0" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="AudioSelection" position="340,150"  size="600,300" title="Audio">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="tracks" position="20,20" size="560,260" scrollbarMode="showOnDemand" />
+
+	</screen>
+	<screen name="BouquetSelector" position="340,150"  size="600,300" title="Choose bouquet">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="menu" position="20,20" size="560,260" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="ChannelContextMenu" position="340,150"  size="600,300"  title="Channellist menu">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="menu" position="20,20" size="560,260" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="ChannelSelection" position="80,100" 	size="1120,560" title="Channel Selection">
+		<eLabel position="0,0" size="1140,2" backgroundColor="grey" />
+		<eLabel position="800,0" size="2,518" backgroundColor="grey" />
+		<widget name="list" position="10,20" size="780,480" scrollbarMode="showOnDemand" foregroundColorServiceNotAvail="#666666" serviceItemHeight="30"/>
+		<widget name="list" position="10,20" size="780,480" scrollbarMode="showOnDemand" foregroundColorServiceNotAvail="#666666" serviceItemHeight="30" serviceNumberFont="Regular;24" serviceNameFont="Regular;24" serviceInfoFont="Regular;22" />
+		<eLabel position="0,518" size="1120,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 30,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="300,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="570,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="840,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget source="ServiceEvent" render="Label" position="810,10" zPosition="1" size="300,50" font="Regular;24" halign="center" foregroundColor="white" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="810,70" zPosition="1" size="300,48" font="Regular;20" halign="center" >
+			<convert type="EventName">Name</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="893,130" zPosition="1" size="60,22" font="Regular;20" halign="right">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText"></convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="958,130" zPosition="1" size="70,22" font="Regular;20" halign="left">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Format:- %H:%M</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Progress" position="810,158" 	zPosition="1" pixmap="dreamTV_HD/progress.png" size="300,15" borderWidth="1" borderColor="#cccccc">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="810,180" zPosition="1" size="300,300" font="Regular;20" foregroundColor="#dddddd">
+			<convert type="EventName">ExtendedDescription</convert>
+		</widget>
+		<ePixmap pixmap="skin_default/icons/clock.png" position="1020,495" zPosition="1" size="14,14" alphatest="on" />
+		<widget source="global.CurrentTime" render="Label" position="1040,490" zPosition="1" size="70,20" font="Regular;22" halign="center">
+			<convert type="ClockToText"></convert>
+		</widget>
+	</screen>
+
+	<screen name="ChannelSelectionRadio" position="82,100" size="1116,360" title="Channel Selection">
+		<eLabel position="0,0" size="1120,2" backgroundColor="grey" />
+		<widget name="list" position="10,10" size="1096,300" scrollbarMode="showOnDemand" foregroundColorServiceNotAvail="#666666" serviceNumberFont="Regular;24" serviceNameFont="Regular;24" serviceInfoFont="Regular;22" transparent="1" />
+		<eLabel position="0,318" size="1116,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 30,325"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="300,325" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="570,325" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="840,325" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="ChoiceBox" position="150,100" size="550,400" title="Input">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="10,10" size="550,25" font="Regular;22" />
+		<widget name="list" position="0,30" size="550,335" scrollbarMode="showOnDemand" />
+		<applet type="onLayoutFinish">
+# this should be factored out into some helper code, but currently demonstrates applets.
+from enigma import eSize, ePoint
+
+orgwidth = self.instance.size().width()
+orgpos = self.instance.position()
+textsize = self[&quot;text&quot;].getSize()
+
+# y size still must be fixed in font stuff...
+textsize = (textsize[0] + 80, textsize[1] + 80)
+count = len(self.list)
+if count &gt; 10:
+	count = 10
+offset = 25 * count
+wsizex = textsize[0] + 80
+wsizey = textsize[1] + offset + 10
+
+if (640 &gt; wsizex):
+	wsizex = 640
+wsize = (wsizex, wsizey)
+
+# resize
+self.instance.resize(eSize(*wsize))
+
+# resize label
+self[&quot;text&quot;].instance.resize(eSize(*textsize))
+
+# move list
+listsize = (wsizex - 20, 25 * count)
+self[&quot;list&quot;].instance.move(ePoint(10, textsize[1]))
+self[&quot;list&quot;].instance.resize(eSize(*listsize))
+
+# center window
+newwidth = wsize[0]
+self.instance.move(ePoint((1280-wsizex)/2, (720-wsizey)/(count &gt; 7 and 2 or 3)))
+
+		</applet>
+	</screen>
+
+	<!-- Common interface -->
+	<screen name="MMIDialog" position="420,153" size="450,270">
+		<widget name="title" position="10,10" size="430,25" font="Regular;23" />
+		<widget name="subtitle" position="10,35" size="430,25" font="Regular;23" />
+		<widget name="entries" position="10,70" size="430,150" scrollbarMode="showOnDemand" />
+		<widget name="bottom" position="10,230" size="430,25" font="Regular;23" />
+	</screen>
+
+	<!-- Common interface - selection -->
+	<screen name="CiSelection" position="420,226" size="440,160" title="Common Interface">
+		<widget name="text" position="10,10" size="430,25" font="Regular;23" />
+		<widget name="entries" position="10,55" size="420,100" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="Console" position="90,100" size="1100,560" title="Command execution...">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="20,20" size="1060,520" font="Console;21" />
+	</screen>
+
+	<screen name="clockDisplay" position="420,230" size="340,300" >
+		<eLabel position="0,0" size="340,2" backgroundColor="grey" />
+		<widget name="okbutton" position="20,20" size="300,40" />
+		<widget name="theClock" position="20,70" size="300,50" />
+		<widget name="title" 	position="20,130" size="300,50" />
+	</screen>
+
+	<screen name="DefaultSatLists" position="340,134" size="600,502" title="Default services lists" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wizard" pixmap="skin_default/wizard.png" position="60,20" zPosition="10" size="110,174" transparent="1" alphatest="on"/>
+		<widget name="text" position="230,50" size="340,270" font="Regular;23" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="40,223" size="15,16" alphatest="on" />
+		<widget name="languagetext" position="70,220" size="120,30" font="Regular;20" />
+		<widget source="list" render="Listbox"	position="20,300" size="560,200" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+		<widget name="config" zPosition="1" position="20,300" size="560,200" scrollbarMode="showOnDemand" />
+		<widget name="rc" pixmap="skin_default/rc.png" 		position="600,502" zPosition="10" size="154,471" transparent="1" alphatest="on"/>
+		<widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+	</screen>
+
+	<screen name="DefaultWizard" position="340,134" size="600,502" title="Welcome..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wizard" pixmap="skin_default/wizard.png" position="60,20" zPosition="10" size="110,174" transparent="1" alphatest="on"/>
+		<widget name="text" position="230,50" size="340,270" font="Regular;23" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="40,223" size="15,16" alphatest="on" />
+		<widget name="languagetext" position="70,220" size="120,30" font="Regular;20" />
+		<widget source="list" render="Listbox"	position="20,300" size="560,200" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+		<widget name="config" zPosition="1" position="20,300" size="560,200" scrollbarMode="showOnDemand" />
+		<widget name="rc" pixmap="skin_default/rc.png" position="600,502" zPosition="10" size="154,471" transparent="1" alphatest="on"/>
+		<widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+	</screen>
+
+	<screen name="EPGSelection" position="90,100" size="1100,560" zPosition="10" title="EPG Selection" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="EPGSelectionMulti" position="90,100" size="1100,560" title="EPG Selection Multi" >
+		<widget name="now_button_sel" pixmap="dreamTV_HD/epg_now.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="next_button_sel" pixmap="dreamTV_HD/epg_next.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="more_button_sel" pixmap="dreamTV_HD/epg_more.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="now_text" position="32,7" zPosition="4" size="250,25" text="NOW"  font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="next_text" position="282,7" zPosition="4" size="250,25" text="NEXT" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="more_text" position="532,7" zPosition="4" size="250,25" text="MORE" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="date" position="880,10" size="200,28" font="Regular;24" valign="center" halign="right" backgroundColor="transpBlack" transparent="1"/>
+		<widget name="list" position="10,55" size="1080,450" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="EventView" position="90,100" size="1100,560" title="Eventview" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="channel" position="40,10" size="340,25" font="Regular;22" backgroundColor="transpBlack" transparent="1" />
+		<widget name="datetime" position="380,10" size="340,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="duration" position="720,10" size="340,25" font="Regular;22" halign="right" backgroundColor="transpBlack" transparent="1" />
+		<eLabel position="0,40" size="1100,2" backgroundColor="grey" />
+		<widget name="epg_description" position="40,60" size="1040,458" font="Regular;22" backgroundColor="transpBlack" transparent="1" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="GraphMultiEPG" position="80,100" size="1120,560" title="Electronic Program Guide">
+		<eLabel position="0,0" size="1120,2" backgroundColor="grey" />
+		<eLabel position="800,0" size="2,518" backgroundColor="grey" />
+		<widget name="timeline_text" position="0,10" size="800,30" />
+		<eLabel position="0,40" size="800,2" backgroundColor="grey" />
+		<widget name="list" position="10,60" size="780,432" scrollbarMode="showOnDemand" EntryBorderColor="#cccccc" EntryBackgroundColor="#2f4964" EntryBackgroundColorSelected="#688caf" transparent="1" />
+		<eLabel position="0,60"  size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,114" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,168" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,222" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,276" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,330" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,384" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,438" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,492" size="760,1" backgroundColor="darkgrey" />
+		<widget name="timeline0" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline1" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline2" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline3" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline4" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline5" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline_now" position="0,53" zPosition="2" size="19,446" pixmap="dreamTV_HD/timeline-now.png" alphatest="on" />
+		<widget source="Event" render="Label" position="810,10" zPosition="1" size="300,50" font="Regular;24" halign="center" foregroundColor="white" >
+			<convert type="EventName">Name</convert>
+		</widget>
+		<widget source="Event" render="Label" position="810,70" zPosition="1" size="300,48" font="Regular;22" halign="center" >
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Format:(%A)</convert>
+		</widget>
+		<widget source="Event" render="Label" position="893,130" zPosition="1" size="60,22" font="Regular;20" halign="right">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText"></convert>
+		</widget>
+		<widget source="Event" render="Label" position="958,130" zPosition="1" size="70,22" font="Regular;20" halign="left">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Format:- %H:%M</convert>
+		</widget>
+		<widget source="Event" render="Progress" position="810,158" 	zPosition="1" pixmap="dreamTV_HD/progress.png" size="300,15" borderWidth="1" borderColor="#cccccc">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="Event" render="Label" position="810,180" zPosition="1" size="300,300" font="Regular;20" foregroundColor="#dddddd">
+			<convert type="EventName">ExtendedDescription</convert>
+		</widget>
+		<ePixmap pixmap="skin_default/icons/clock.png" position="1020,495" zPosition="1" size="14,14" alphatest="on" />
+		<widget source="global.CurrentTime" render="Label" position="1040,490" zPosition="1" size="70,20" font="Regular;22" halign="center">
+			<convert type="ClockToText"></convert>
+		</widget>
+		<eLabel position="0,518" size="1120,2" backgroundColor="grey" />
+		<widget name="key_red" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+	</screen>
+
+	<screen name="HarddiskSelection" position="340,134" size="600,502" title="Select HDD">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="hddlist" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="HarddiskSetup" position="340,134" size="600,502" title="Harddisk">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="model" position="10,20" size="580,28" font="Regular;25" halign="center" />
+		<widget name="capacity" position="10,60" size="580,28" font="Regular;25" halign="center" />
+		<widget name="bus" position="10,100" size="580,28" font="Regular;25" halign="center" />
+		<eLabel position="0,460" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="initializetext" position="20,467" size="580,30" zPosition="1" font="Regular;24" halign="center" transparent="1" foregroundColor="red"/>
+		<widget name="initialize" pixmap="skin_default/buttons/red.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="HarddiskWait" position="340,134" size="600,502" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wait" position="10,12" size="580,475" font="Regular;23" />
+	</screen>
+
+	<screen name="HelpMenu" position="0,0" size="1280,720" title="Menu" flags="wfNoBorder">
+		<eLabel text="help..." position="450,63" size="740,50" font="Regular;40" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget name="rc" position="150,105" size="154,500" pixmaps="skin_default/rc.png,skin_default/rcold.png" zPosition="10" alphatest="on" />
+		<widget name="long_key" position="80,585" size="300,30" font="Regular;24" halign="center" foregroundColor="yellow" backgroundColor="transpBlack" transparent="1" />
+		<widget name="list" position="450,140" size="740,494" scrollbarMode="showOnDemand" />
+		<widget name="arrowdown" position="-100,-100" size="37,70" pixmap="skin_default/arrowdown.png" zPosition="11" alphatest="on" />
+		<widget name="arrowdown2" position="-100,-100" size="37,70" pixmap="skin_default/arrowdown.png" zPosition="11" alphatest="on" />
+		<widget name="arrowup" position="-100,-100" size="37,70" pixmap="skin_default/arrowup.png" zPosition="11" alphatest="on" />
+		<widget name="arrowup2" position="-100,-100" size="37,70" pixmap="skin_default/arrowup.png" zPosition="11" alphatest="on" />
+	</screen>
+
+	<screen name="LanguageSelection" position="340,134" size="600,502" title="Language selection" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="languages" render="Listbox" position="0,2" size="600,500" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [
+						MultiContentEntryText(pos = (200, 10), size = (470, 30), flags = RT_HALIGN_LEFT, text = 1), # index 1 is the language name,
+						MultiContentEntryPixmap(pos = (30, 5), size = (60, 40), png = 2), # index 2 is the pixmap
+					],
+				 "fonts": [gFont("Regular", 25)],
+				 "itemHeight": 50
+				}
+			</convert>
+		</widget>
+	</screen>
+
+	<screen name="MessageBox" position="350,175" size="600,10" title="Message">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="65,8" size="520,0" font="Regular;22" />
+		<widget name="ErrorPixmap" pixmap="skin_default/icons/input_error.png" position="5,5" size="53,53" alphatest="on" />
+		<widget name="QuestionPixmap" pixmap="skin_default/icons/input_question.png" position="5,5" size="53,53" alphatest="on" />
+		<widget name="InfoPixmap" pixmap="skin_default/icons/input_info.png" position="5,5" size="53,53" alphatest="on" />
+		<widget name="list" position="100,100" size="480,375" />
+		<applet type="onLayoutFinish">
+# this should be factored out into some helper code, but currently demonstrates applets.
+from enigma import eSize, ePoint
+
+orgwidth = self.instance.size().width()
+orgpos = self.instance.position()
+textsize = self[&quot;text&quot;].getSize()
+
+# y size still must be fixed in font stuff...
+textsize = (textsize[0] + 80, textsize[1] + 80)
+offset = 20
+if self.type == self.TYPE_YESNO:
+	offset = 80
+wsizex = textsize[0] + 80
+wsizey = textsize[1] + offset
+if (600 &gt; wsizex):
+	wsizex = 600
+wsize = (wsizex, wsizey)
+
+
+# resize
+self.instance.resize(eSize(*wsize))
+
+# resize label
+self[&quot;text&quot;].instance.resize(eSize(*textsize))
+
+# move list
+listsize = (wsizex - 20, 50)
+self[&quot;list&quot;].instance.move(ePoint(10, textsize[1]))
+self[&quot;list&quot;].instance.resize(eSize(*listsize))
+
+# center window
+newwidth = wsize[0]
+self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
+		</applet>
+	</screen>
+
+	<screen name="MoviePlayer" position="69,566" size="1142,132" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder" >
+		<eLabel position="1,1" zPosition="-1" size="1140,130" backgroundColor="transpBlack" />
+		<eLabel position="1,1" zPosition="1"  size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,129" zPosition="1"  size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,3" zPosition="1"  size="2,126"  backgroundColor="grey" />
+		<eLabel position="1139,3" zPosition="1" size="2,126"  backgroundColor="grey" />
+		<widget source="global.CurrentTime" render="Label" position="1012,7" size="80,25" font="Regular;24" valign="top" halign="right" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1094,9" size="30,30" font="Regular;18" valign="top" halign="left" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1013,35" size="110,20" font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="15,6" size="800,54" font="Regular;24" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/ico_dolby_off.png" position="890,10" size="57,20" zPosition="1" alphatest="blend" />
+		<widget source="session.CurrentService" render="Pixmap" pixmap="dreamTV_HD/ico_dolby_on.png" position="890,10" size="57,20" zPosition="2" alphatest="blend">
+			<convert type="ServiceInfo">IsMultichannel</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/ico_format_off.png" position="960,9" size="36,20" zPosition="1" alphatest="blend" />
+		<widget source="session.CurrentService" render="Pixmap" pixmap="dreamTV_HD/ico_format_on.png"	position="960,9" size="36,20" zPosition="2" alphatest="blend">
+			<convert type="ServiceInfo">IsWidescreen</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="session.RecordState" 	render="FixedLabel" text="REC" 	position="820,38"	zPosition="5" size="43,17" font="Regular;16" valign="top" halign="center" foregroundColor="red" backgroundColor="transpBlack" >
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" font="Regular;18" position="880,36" size="55,18" halign="right" foregroundColor="#e5b243" backgroundColor="transpBlack" transparent="1">
+			<convert type="ServiceInfo">VideoWidth</convert>
+		</widget>
+		<eLabel text="x" font="Regular;18" position="935,36" size="15,18" halign="center" foregroundColor="#e5b243" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="session.CurrentService" render="Label" font="Regular;18" position="950,36" size="55,18" halign="left" foregroundColor="#e5b243" backgroundColor="transpBlack" transparent="1">
+			<convert type="ServiceInfo">VideoHeight</convert>
+		</widget>
+		<eLabel position="10,60" zPosition="1" size="1120,2" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Label" position="10,73" size="100,25" font="Regular;22" halign="right" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Position</convert>
+		</widget>
+		<ePixmap position="120,77" size="600,16" pixmap="dreamTV_HD/mpslider.png" zPosition="3" alphatest="blend" />
+		<widget source="session.CurrentService" render="PositionGauge" position="140,78" size="560,14" zPosition="2" pointer="dreamTV_HD/pointer.png:13,3" >
+			<convert type="ServicePosition">Gauge</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="730,73" size="100,25" font="Regular;22" halign="left" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Remaining</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="360,98" size="120,25" font="Regular;24" halign="center" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Length</convert>
+		</widget>
+		<ePixmap position="845,80" zPosition="1" size="260,32" pixmap="dreamTV_HD/mp_buttons.png" alphatest="on" />
+	</screen>
+
+	<screen name="MovieContextMenu" position="340,180" size="600,400" title="Movielist menu">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="menu" position="20,20" size="560,360" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="MovieLocationBox" position="90,100" size="1100,560" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="10,10" size="1080,27" font="Regular;23" />
+		<eLabel position="10,50" size="20,27" backgroundColor="darkgrey" />
+		<widget name="target" position="30,50" size="1060,27" valign="center" font="Regular;24" foregroundColor="black" backgroundColor="darkgrey"/>
+		<widget name="filelist" position="30,85" zPosition="1" size="1060,230" scrollbarMode="showOnDemand" selectionDisabled="1" />
+		<eLabel position="10,345" size="20,27" backgroundColor="darkgrey" />
+		<widget name="textbook" position="30,345" size="1060,27" valign="center" font="Regular;24" foregroundColor="black" backgroundColor="darkgrey"/>
+		<widget name="booklist" position="30,380" zPosition="2" size="1060,125" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget name="red" position="0,0" size="0,0" />
+		<widget name="green" position="0,0" size="0,0" />
+		<widget name="yellow" position="0,0" size="0,0" />
+		<widget name="blue" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="MovieSelection" position="90,100" size="1100,560" title="Select a movie">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<eLabel position="780,0" size="2,518" backgroundColor="grey" />
+		<widget name="waitingtext" position="10,20" size="760,450" zPosition="4" font="Regular;22" halign="center" valign="center" />
+		<widget name="list" position="10,20" size="760,450" scrollbarMode="showOnDemand" />
+		<widget name="freeDiskSpace" position="10,485" size="760,25" font="Regular;22" halign="center" />
+		<widget source="Service" render="Label" position="790,10" zPosition="1" size="300,50" font="Regular;24" halign="center" foregroundColor="white" >
+			<convert type="MovieInfo">RecordServiceName</convert>
+		</widget>
+		<widget source="Service" render="Label" position="790,70" zPosition="1" size="300,48" font="Regular;22" halign="center" foregroundColor="#cccccc">
+			<convert type="MovieInfo">ShortDescription</convert>
+		</widget>
+		<widget source="Service" render="Label" position="790,130" zPosition="1" size="300,22" font="Regular;22" halign="center" >
+			<convert type="ServiceTime">Duration</convert>
+			<convert type="ClockToText">AsLength</convert>
+		</widget>
+		<widget source="Service" render="Label" position="790,166" zPosition="1" size="300,344" font="Regular;20" foregroundColor="#dddddd">
+			<convert type="EventName">ExtendedDescription</convert>
+		</widget>
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget name="DescriptionBorder" position="0,0" size="0,0"/>
+	</screen>
+
+	<screen name="NameserverSetup" position="90,100" size="1100,560" title="Nameserver Setup" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="20,70" size="740,375" scrollbarMode="showOnDemand" />
+		<widget name="introduction" position="20,470" size="740,30" zPosition="10" font="Regular;24" halign="center" transparent="1" />
+		<eLabel position="780,0" size="2,518" 	backgroundColor="grey" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_yellow" render="Label" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<ePixmap pixmap="skin_default/bottombar.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="NetworkAdapterSelection" position="90,100" size="1100,560" title="Select Network Adapter">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="20,70" size="740,375" scrollbarMode="showOnDemand" />
+		<widget name="introduction" position="20,470" size="740,30" zPosition="10" font="Regular;24" halign="center" transparent="1" />
+		<eLabel position="780,0" size="2,518" backgroundColor="grey" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 120,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="390,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="NetworkAdapterTest" position="90,100" size="1100,560" title="Network test..." >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="Adaptertext" position="20,20" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="Adapter" position="20,50" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="AdapterInfo_OK" position="720,35" size="38,31" zPosition="2" pixmap="skin_default/icons/lock_on.png" alphatest="on" />
+		<widget name="AdapterInfo" position="782,27" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="AdapterInfo_Text" position="782,27" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,90" size="740,1" backgroundColor="darkgrey" />
+		<widget name="Networktext" position="20,100" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="Network" position="20,130" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="NetworkInfo_Check" position="720,115" size="38,31" zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="NetworkInfo" position="782,107" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="NetworkInfo_Text" position="782,107" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,170" size="740,1" backgroundColor="darkgrey" />
+		<widget name="Dhcptext" position="20,180" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="Dhcp" position="20,210" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="DhcpInfo_Check" position="720,195" size="38,31"  zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="DhcpInfo" position="782,187" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="DhcpInfo_Text" position="782,187" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,250" size="740,1" backgroundColor="darkgrey" />
+		<widget name="IPtext" position="20,260" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="IP" position="20,290" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="IPInfo_Check" position="720,275" size="38,31"  zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="IPInfo" position="782,267" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="IPInfo_Text" position="782,267" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,330" size="740,1" backgroundColor="darkgrey" />
+		<widget name="DNStext" position="20,340" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="DNS" position="20,370" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="DNSInfo_Check" position="720,355" size="38,31"  zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="DNSInfo" position="782,347" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="DNSInfo_Text" position="782,347" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,410" size="740,1" backgroundColor="darkgrey" />
+		<widget name="EditSettingsButton" position="782,427" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="EditSettings_Text" position="782,427" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<widget name="InfoText" position="20,22" size="740,476" zPosition="25" font="Regular;24" halign="center" valign="center"/>
+		<eLabel position="780,0" size="2,518"  backgroundColor="grey" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<!--widget name="ButtonGreen_Check" position="30,531" size="15,16" pixmaps="skin_default/buttons/button_green.png,skin_default/buttons/button_green_off.png" transparent="1" alphatest="on" /-->
+		<widget source="key_green" render="Label" position="60,526" size="250,30" font="Regular;24" transparent="1" foregroundColor="green" />
+		<!--widget name="ButtonYellow_Check" position="360,531" size="15,16" pixmaps="skin_default/buttons/button_yellow.png,skin_default/buttons/button_yellow_off.png" transparent="1" alphatest="on" /-->
+		<widget source="key_yellow" render="Label" position="390,526" size="250,30" font="Regular;24" transparent="1" foregroundColor="yellow" />
+		<widget source="key_red" render="Label" position=" 830,526" size="250,30" font="Regular;24" halign="center" foregroundColor="red" />
+		<widget name="InfoTextBorder" position="0,0" size="0,0"/>
+		<ePixmap position="0,0" size="0,0" pixmap="skin_default/buttons/button_red.png" />
+	</screen>
+
+	<screen name="NimSelection" position="340,134" size="600,422" title="Choose Tuner">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="nimlist" render="Listbox" position="0,0" size="600,420" >
+			<convert type="TemplatedMultiContent">
+				{"template": [
+						MultiContentEntryText(pos = (10, 5), size = (560, 30), flags = RT_HALIGN_LEFT, text = 1), # index 1 is the nim name,
+						MultiContentEntryText(pos = (10, 37), size = (560, 30), font = 1, flags = RT_HALIGN_LEFT, text = 2), # index 2 is a description of the nim settings,
+					],
+				 "fonts": [gFont("Regular", 22), gFont("Regular", 17)],
+				 "itemHeight": 70
+				}
+			</convert>
+		</widget>
+	</screen>
+
+	<screen name="NimSetup" position="340,134" size="600,502" title="Reception Settings">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="NumberZap" position="440,355" size="400,60" title="Channel">
+		<eLabel position="0,0" size="400,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="channel" position="30,15" size="130,28" font="Regular;25" />
+		<widget name="number" position="190,15" size="80,28" halign="right" font="Regular;25" />
+	</screen>
+
+	<screen name="NumericalTextInputHelpDialog" position="338,480" zPosition="2" size="604,124" backgroundColor="#202020" flags="wfNoBorder">
+		<eLabel position="0,0" size="602,122" backgroundColor="#c0c0c0" zPosition="-1" />
+		<widget name="key1" position="2,2" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key2" position="202,2" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key3" position="402,2" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key4" position="2,42" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key5" position="202,42" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key6" position="402,42" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key7" position="2,82" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key8" position="202,82" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key9" position="402,82" size="200,40" font="Console;19" halign="center" valign="center" />
+	</screen>
+
+	<screen name="ParentalControlChangePin" position="340,134" size="600,502" title="Change pin code">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="ParentalControlEditor" position="340,134" size="600,502" title="Parental control services Editor">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="servicelist" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="ParentalControlSetup" position="340,134" size="600,502" title="Parental control setup">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="PluginBrowser" position="240,134" size="800,492" title="Plugin browser">
+		<eLabel position="0,0" size="800,2" backgroundColor="grey" />
+		<widget name="list" position="0,0" size="801,452" scrollbarMode="showOnDemand" />
+		<eLabel position="0,450" size="800,2" backgroundColor="grey" />
+		<widget name="red" position=" 120,457" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="green" position="380,457" size="300,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+	</screen>
+
+	<screen name="PluginDownloadBrowser" position="240,134" size="800,492" title="Downloadable plugins">
+		<eLabel position="0,0" size="800,2" backgroundColor="grey" />
+		<widget name="text" position="20,30" size="760,50" font="Regular;23" />
+		<widget name="list" position="0,0" size="801,452" scrollbarMode="showOnDemand" />
+		<eLabel position="0,450" 	size="800,2" backgroundColor="grey" />
+	</screen>
+
+	<screen name="RadioInfoBar" position="79,470" size="1122,192" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" zPosition="-1" size="1120,190" backgroundColor="transpBlack" />
+		<eLabel position="1,1" zPosition="1" size="1120,2" backgroundColor="grey" />
+		<eLabel position="1,189" zPosition="1" size="1120,2" backgroundColor="grey" />
+		<eLabel position="1,3" zPosition="1" size="2,186" backgroundColor="grey" />
+		<eLabel position="1119,3" zPosition="1" size="2,186" backgroundColor="grey" />
+		<widget source="session.CurrentService" render="Label" position="15,6" size="600,26" font="Regular;24" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="17,34" size="400,22" font="Regular;18" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ServiceName">Provider</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="992,7" size="80,25" font="Regular;24" valign="top" halign="right" 	backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1074,9" size="30,30" font="Regular;18" valign="top" halign="left" 	backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="993,35" size="110,20" font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<widget source="session.RecordState" render="FixedLabel" text="REC" position="940,38"	zPosition="5" size="43,17" font="Regular;16" valign="top" halign="center" foregroundColor="red" backgroundColor="transpBlack" >
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<eLabel position="10,60" zPosition="1" size="1102,2" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Picon" position="30,73" zPosition="1" size="100,60" alphatest="on">
+			<convert type="ServiceName">Reference</convert>
+		</widget>
+		<widget source="session.Event_Now" render="Label" position="140,67" size="65,25"  halign="right"  font="Regular;22" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel text="-" position="205,67" size="20,25" halign="center" font="Regular;22" backgroundColor="background" transparent="1" />
+		<widget source="session.Event_Now" render="Label" position="225,67" size="65,25" halign="left" font="Regular;22" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap position="820,67" size="50,25" zPosition="20" pixmap="dreamTV_HD/endback.png" />
+		<widget source="session.Event_Now" render="Label" position="300,67" size="570,25" zPosition="21" halign="left" font="Regular;22" backgroundColor="background" transparent="1" noWrap="1">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap position="820,67" size="50,25" zPosition="22" pixmap="dreamTV_HD/end.png" alphatest="blend"/>
+		<widget source="session.Event_Now" render="Label" position="870,67" size="120,25" halign="right" font="Regular;22" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">Remaining</convert>
+			<convert type="RemainingToText">InMinutes</convert>
+		</widget>
+		<ePixmap position="150,97" size="840,12" zPosition="2" pixmap="dreamTV_HD/slider_back.png" alphatest="blend" />
+		<widget source="session.Event_Now" render="Progress" pixmap="dreamTV_HD/slider.png" position="150,97" size="840,12" zPosition="1" transparent="2" >
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="session.Event_Next" render="Label" position="140,114" size="65,25"  halign="right"  font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel text="-" position="205,114" size="20,25" halign="center" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" />
+		<widget source="session.Event_Next" render="Label" position="225,114" size="65,25" halign="left" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap position="820,114" size="50,25" zPosition="20" pixmap="dreamTV_HD/endback.png" />
+		<widget source="session.Event_Next" render="Label" position="300,114" size="570,25" zPosition="21" halign="left" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" noWrap="1">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap position="820,114" size="50,25" zPosition="22" pixmap="dreamTV_HD/end.png" alphatest="blend"/>
+		<widget source="session.Event_Next" render="Label" position="870,114" size="120,25" halign="right" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">Duration</convert>
+			<convert type="ClockToText">InMinutes</convert>
+		</widget>
+		<widget source="RdsDecoder" render="Pixmap" pixmap="dreamTV_HD/icons/rass_logo.png" position="1010,73" size="100,60" alphatest="on">
+			<convert type="RdsInfo">RasInteractiveAvailable</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<eLabel position="1,145" zPosition="1" size="1120,1" backgroundColor="white" />
+		<widget source="RdsDecoder" render="Label" position="11,153" size="1100,30" font="LCD;30" halign="center" foregroundColor="yellow">
+			<convert type="RdsInfo">RadioText</convert>
+		</widget>
+	</screen>
+
+	<screen name="RdsInfoDisplay" position="0,0" size="1280,720" zPosition="-2" backgroundColor="transparent" flags="wfNoBorder">
+		<widget name="RassLogo" pixmap="skin_default/icons/rass_logo.png" position="100,585" size="50,21" />
+		<widget name="RadioText" position="100,620" size="1080,30" font="Regular;24" noWrap="1" backgroundColor="transpBlack" />
+		<widget name="RtpText" position="100,650" size="1080,30" font="Regular;24" halign="right" noWrap="1" backgroundColor="transpBlack" />
+	</screen>
+
+	<screen name="Satfinder" position="340,100" 	size="600,502"  title="Satfinder">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<ePixmap pixmap="skin_default/icons/dish_scan.png" 	position="15,25" zPosition="0" size="119,110" transparent="1" alphatest="on" />
+		<widget source="Frontend" render="Label" position="230,10" zPosition="2" size="280,20" font="Regular;19" halign="center" valign="center" transparent="1">
+			<convert type="FrontendInfo">SNRdB</convert>
+		</widget>
+		<eLabel name="snr" text="SNR:" position="140,35" size="60,22" font="Regular;21" halign="right" transparent="1" />
+		<widget source="Frontend" render="Progress" position="230,35" size="280,20" pixmap="skin_default/bar_snr.png" borderWidth="2" borderColor="#cccccc">
+			<convert type="FrontendInfo">SNR</convert>
+		</widget>
+		<widget source="Frontend" render="Label" position="530,35" size="60,22" font="Regular;21">
+			<convert type="FrontendInfo">SNR</convert>
+		</widget>
+		<eLabel name="agc" text="AGC:" position="140,60" size="60,22" font="Regular;21" halign="right" transparent="1" />
+		<widget source="Frontend" render="Progress" position="230,60" size="280,20" pixmap="skin_default/bar_snr.png" borderWidth="2" borderColor="#cccccc">
+			<convert type="FrontendInfo">AGC</convert>
+		</widget>
+		<widget source="Frontend" render="Label" position="530,60" size="60,22" font="Regular;21">
+			<convert type="FrontendInfo">AGC</convert>
+		</widget>
+		<eLabel name="ber" text="BER:" position="140,85" size="60,22" font="Regular;21" halign="right" transparent="1" />
+		<widget source="Frontend" render="Progress" position="230,85" size="280,20" pixmap="skin_default/bar_ber.png" borderWidth="2" borderColor="#cccccc">
+			<convert type="FrontendInfo">BER</convert>
+		</widget>
+		<widget source="Frontend" render="Label" position="530,85" size="60,22" font="Regular;21">
+			<convert type="FrontendInfo">BER</convert>
+		</widget>
+		<eLabel name="lock" text="Lock:" position="140,115" size="80,25" font="Regular;21" halign="right" />
+		<widget source="Frontend" render="Pixmap" pixmap="skin_default/icons/lock_on.png" position="230,110" zPosition="1" size="38,31" alphatest="on">
+			<convert type="FrontendInfo">LOCK</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="Frontend" render="Pixmap" pixmap="skin_default/icons/lock_off.png" position="230,110" zPosition="1" size="38,31" alphatest="on">
+			<convert type="FrontendInfo">LOCK</convert>
+			<convert type="ConditionalShowHide">Invert</convert>
+		</widget>
+		<eLabel position="0,152" size="600,1" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,165" size="580,240" scrollbarMode="showOnDemand" />
+		<widget name="introduction" position="0,0" size="0,0" font="Regular;23" />
+	</screen>
+
+	<screen name="ScanSetup" position="340,134" size="600,502" title="Service scan">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,425" />
+		<widget name="introduction" position="10,465" size="580,25" font="Regular;22" halign="center" />
+	</screen>
+
+	<screen name="ScanSimple" position="340,134" 	size="600,502" title="Service scan">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="header" position="10,10" size="580,25" font="Regular;23" />
+		<widget name="config" position="10,55" size="580,350" scrollbarMode="showOnDemand" />
+		<widget name="footer" position="10,465" size="580,25" font="Regular;22" halign="center" />
+	</screen>
+
+	<screen name="ServiceInfo" position="90,100" size="1100,560" title="Serviceinfo">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="infolist" position="50,20" size="1000,500" selectionDisabled="1" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="ServiceScan" position="340,134" size="600,502" title="Service Scan">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="FrontendInfo" render="Pixmap" pixmap="skin_default/icons/scan-s.png" position="15,15" size="64,64" transparent="1" alphatest="on">
+			<convert type="FrontendInfo">TYPE</convert>
+			<convert type="ValueRange">0,0</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="FrontendInfo" render="Pixmap" pixmap="skin_default/icons/scan-c.png" position="15,15" size="64,64" transparent="1" alphatest="on">
+			<convert type="FrontendInfo">TYPE</convert>
+			<convert type="ValueRange">1,1</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="FrontendInfo" render="Pixmap" pixmap="skin_default/icons/scan-t.png" position="15,15" size="64,64" transparent="1" alphatest="on">
+			<convert type="FrontendInfo">TYPE</convert>
+			<convert type="ValueRange">2,2</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget name="network" position="100,25" size="430,25" font="Regular;22" />
+		<widget name="transponder" position="100,55" size="430,25" font="Regular;22" />
+		<widget name="scan_state" position="20,105" size="560,25" zPosition="2" font="Regular;22" />
+		<widget name="pass" position="20,105" size="560,25" font="Regular;22" />
+		<widget name="scan_progress" position="20,140" size="560,20" pixmap="dreamTV_HD/progress_big.png" borderWidth="1" borderColor="#cccccc" />
+		<widget name="servicelist" position="20,175" size="560,300" selectionDisabled="1" />
+	</screen>
+
+	<screen name="Setup" position="190,100" size="900,560"  title="Setup">
+		<eLabel position="0,0" size="900,2" backgroundColor="grey" />
+		<!--widget name="title" position="20,10" size="580,35" font="Regular;23" /-->
+		<eLabel position="0,45" size="900,2" backgroundColor="grey" />
+		<widget name="config" position="20,65" size="860,425" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="900,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position="190,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="460,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+	</screen>
+
+	<screen name="SimpleChannelSelection" position="90,100" size="1100,560" title="Channel Selection" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="10,20" 	size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="SkinSelector" position="240,134" size="800,502" 	title="Choose your Skin">
+		<eLabel position="0,0" size="800,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="SkinList" position="10,10" size="450,475" scrollbarMode="showOnDemand" />
+		<eLabel position="470,2" size="2,500" backgroundColor="grey" zPosition="5"/>
+		<widget name="Preview" position="500,140" size="280,210" alphatest="on" />
+	</screen>
+
+	<screen name="Standby" position="0,0" size="1280,720" title="Standby" flags="wfNoBorder" />
+
+	<screen name="StartWizard" position="340,134" size="600,502"  title="Welcome..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wizard" pixmap="skin_default/wizard.png" position="60,20" zPosition="10" size="110,174" transparent="1" alphatest="on"/>
+		<widget name="text" position="230,50" size="340,270" font="Regular;23" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="40,223" size="15,16" alphatest="on" />
+		<widget name="languagetext" position="70,220" size="120,30" font="Regular;20" />
+		<widget source="list" render="Listbox"	position="20,300" size="560,200" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+		<widget name="config" zPosition="1" position="20,300" size="560,200" scrollbarMode="showOnDemand" />
+		<widget name="rc" pixmap="skin_default/rc.png" position="600,502" zPosition="10" size="154,471" transparent="1" alphatest="on"/>
+		<widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowdown2" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on" />
+		<widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+	</screen>
+
+	<screen name="SleepTimerEdit" position="390,300" size="500,200" title="Sleep Timer">
+		<widget name="current_status" position="40,40" size="400,30" valign="center" font="Regular;20" />
+		<widget name="red" pixmap="skin_default/buttons/button_red.png" position="10,88" size="12,12" alphatest="on" />
+		<widget name="green" pixmap="skin_default/buttons/button_green.png" position="10,128" size="12,12" alphatest="on" />
+		<widget name="yellow" pixmap="skin_default/buttons/button_yellow.png" position="10,168" size="12,12" alphatest="on" />
+		<widget name="blue" pixmap="skin_default/buttons/button_blue.png" position="10,168" size="12,12" alphatest="on" />
+		<widget name="red_text" position="40,80" size="400,30" valign="center" font="Regular;20" />
+		<widget name="green_text" position="40,120" size="400,30" valign="center" font="Regular;20" />
+		<widget name="yellow_text" position="40,160" size="400,30" valign="center" font="Regular;20" />
+		<widget name="blue_text" position="40,200" size="400,30" valign="center" font="Regular;20" />
+		<widget name="pretext" position="15,10" size="235,25" font="Regular;19" />
+		<widget name="input" position="260,10" size="40,25" font="Regular;19" />
+		<widget name="aftertext" position="305,10" size="100,25" font="Regular;19" />
+		<ePixmap pixmap="skin_default/sleeptimer.png" position="390,17" size="90,125" alphatest="on" />
+	</screen>
+
+	<screen name="SubservicesQuickzap" position="380,600" size="560,100" title="Subservices" backgroundColor="transparent" flags="wfNoBorder">
+		<widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icons/record.png" position="450,0" zPosition="2" size="14,14" alphatest="on" >
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<eLabel text="Subservices" position="0,0" size="560,28" font="Regular;20" halign="center" valign="center" backgroundColor="transpBlack" />
+		<widget name="CurrentSubserviceNumber" position="0,28" size="70,48" font="Regular;22" halign="center" valign="center" backgroundColor="transpBlack" />
+		<widget source="session.CurrentService" render="Label" position="70,28" size="490,48" font="Regular;22" valign="center" backgroundColor="transpBlack" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+	</screen>
+
+	<screen name="Subtitles" position="340,134" size="600,502" title="Subtitle selection">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="config" position="20,20" zPosition="1" size="560,400" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="SubtitleDisplay" position="0,0" size="1280,720" zPosition="-1" flags="wfNoBorder" backgroundColor="transparent" />
+	<screen name="TimerEdit" position="90,100" size="1100,560" title="Timer Edit">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="description" position="10,10" size="1080,40" font="Regular;25" />
+		<widget name="lbegin" position="605,102" size="103,30" font="Regular;25" foregroundColor="red" />
+		<widget name="lend" position="605,158" size="103,30" font="Regular;25" foregroundColor="green" />
+		<widget name="begin" position="708,105" size="72,35" font="Regular;25" />
+		<widget name="end" position="708,150" size="72,35" font="Regular;25" />
+		<widget name="apply" position="210,240" size="250,35" />
+	</screen>
+
+	<screen name="TimerEditList" position="90,100" size="1100,560" title="Timer Editor">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="timerlist" position="10,20" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TimerEntry" position="90,100" size="1100,560" title="Timer entry">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="canceltext" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="oktext" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="cancel" position="0,0" size="0,0"/>
+		<widget name="ok" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="TimerLog" position="90,100" size="1100,560" title="Timer log">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="loglist" position="10,10" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,370" size="1100,2" backgroundColor="grey" />
+		<widget name="logentry" position="10,380" size="1080,130" font="Regular;20" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TimerSanityConflict" position="90,100" size="1100,560" title="Timer sanity error">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="10,10" size="1080,250" scrollbarMode="showOnDemand" />
+		<eLabel position="0,270" size="1100,2" backgroundColor="grey" />
+		<eLabel position="549,0" size="2,248" backgroundColor="grey" />
+		<widget name="timer1" position="10,45"  size="530,225" scrollbarMode="showNever" />
+		<widget name="timer2" position="560,45" size="530,225" scrollbarMode="showNever" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TimerSelection" position="90,100" size="1100,560" title="Timer selection">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="timerlist" position="10,20" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+	</screen>
+
+	<screen name="VideoFinetune" position="0,0" size="1280,720" backgroundColor="transpBlack"  >
+		<widget source="Canvas" render="Canvas" position="280,70" size="720,576" />
+	</screen>
+
+	<screen name="Menu" position="340,134" size="600,502" title="Main menu">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="title" render="Label" position="10,10" size="580,35" font="Regular;27" halign="center" />
+		<eLabel position="10,50" size="580,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="menu" render="Listbox" position="10,55" size="580,450" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+	</screen>
+
+	<screen name="CutListEditor" position="0,0" size="1280,720" title="Cutlist editor" flags="wfNoBorder" >
+		<eLabel position="80,125" size="300,420" zPosition="1" backgroundColor="grey" />
+		<eLabel position="81,126" size="298,418" zPosition="2" backgroundColor="black" />
+		<widget name="Cutlist" position="90,135" size="280,400"  	zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="479,124" zPosition="3"  size="696,377" backgroundColor="#ff000000" />
+		<widget name="Video" position="270,100" zPosition="-10" size="390,300" />
+		<widget source="session.CurrentService" render="Label" position="450,510" size="790,30" zPosition="3" font="Regular;24" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="450,550"  size="790,25" zPosition="3" font="Regular;20" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Position,Detailed</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/mp_buttons.png" position="100,582" size="260,32" zPosition="1" alphatest="on" />
+		<widget name="Timeline" position="479,587" size="696,20" zPosition="3" backgroundColor="#808888" pointer="skin_default/position_arrow.png:3,5" foregroundColor="black" />
+		<eLabel text="OK = Menu" position="1060,630" size="140,22" zPosition="1" font="Regular;20" backgroundColor="black" transparent="1" />
+	</screen>
+
+	<!-- Plugins -->
+	<screen name="MediaPlayer" position="0,0" size="1280,720" title="MediaPlayer" backgroundColor="black" flags="wfNoBorder" >
+		<eLabel text="M e d i a P l a y e r" position="90,40" size="250,32" zPosition="1" font="Regular;28" backgroundColor="black" />
+		<widget source="global.CurrentTime" 	render="Label" position="1102,40" size="80,25" 	font="Regular;24" valign="top" halign="right" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1184,42" size="30,30" 	font="Regular;18" valign="top" halign="left" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1103,69" size="110,20" 	font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<eLabel position="70,100" size="560,30" zPosition="4" backgroundColor="grey" />
+		<eLabel text="F i l e l i s t" 	position="72,102" size="556,26" zPosition="5" font="Regular;22" halign="center" foregroundColor="black" backgroundColor="darkgrey" />
+		<widget name="filelist" position="80,148" size="540,299" scrollbarMode="showOnDemand" backgroundColor="black" />
+		<eLabel position="70,440" size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="72,458" size="18,2" backgroundColor="darkgrey" />
+		<eLabel position="628,440" size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="610,458" size="18,2" backgroundColor="darkgrey" />
+		<eLabel position="650,100" size="560,30" zPosition="4" backgroundColor="grey" />
+		<eLabel text="P l a y l i s t" 	position="652,102"  size="556,26" zPosition="5" font="Regular;22" halign="center" foregroundColor="black" backgroundColor="darkgrey" />
+		<widget name="playlist" position="660,148"  size="540,299" scrollbarMode="showOnDemand" selectionDisabled="1" backgroundColor="black" />
+		<eLabel position="650,440"  size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="652,458"  size="18,2" backgroundColor="darkgrey" />
+		<eLabel position="1208,440" size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="1190,458" size="18,2" backgroundColor="darkgrey" />
+		<widget name="title" position="300,475" size="680,30" font="Regular;26" valign="top" transparent="1" backgroundColor="black" />
+		<eLabel position="290,515" size="700,2"  backgroundColor="white" />
+		<widget name="artisttext" position="300,525" size="100,25" font="Regular;20" valign="top" foregroundColor="darkgrey" backgroundColor="black" transparent="1" />
+		<widget name="artist" position="410,525" size="580,25" font="Regular;20" valign="top" backgroundColor="black" transparent="1" />
+		<widget name="albumtext" position="300,555" size="100,25" font="Regular;20" valign="top" foregroundColor="darkgrey" backgroundColor="black" transparent="1" />
+		<widget name="album" position="410,555" size="580,25" font="Regular;20" valign="top" backgroundColor="black" transparent="1" />
+		<widget name="yeartext" position="300,585" size="100,25" font="Regular;20" valign="top" foregroundColor="darkgrey" backgroundColor="black" transparent="1" />
+		<widget name="year" position="410,585" size="580,25" font="Regular;20" valign="top" backgroundColor="black" transparent="1" />
+		<widget name="coverArt" pixmap="dreamTV_HD/icons/no_coverArt.png" position="120,490"  size="116,116" transparent="1" alphatest="blend" />
+		<widget name="repeat" position="1140,580" size="50,30" pixmaps="dreamTV_HD/icons/repeat_off.png,dreamTV_HD/icons/repeat_on.png" transparent="1" alphatest="blend"/>
+		<eLabel position="80,620" zPosition="1" size="1120,2" backgroundColor="white" />
+		<ePixmap position="200,647" size="600,16" pixmap="dreamTV_HD/mpslider.png" zPosition="13" backgroundColor="black" alphatest="on"/>
+		<widget name="PositionGauge" position="220,648" size="560,14" zPosition="12" pointer="dreamTV_HD/pointer.png:13,3" transparent="0"/>
+		<widget source="session.CurrentService" render="Label" position="80,643" size="100,25" font="Regular;22" halign="right" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Position</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="820,643" size="100,25" font="Regular;22" halign="left" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Remaining</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="540,55" size="200,30" font="Regular;26" zPosition="33" foregroundColor="white" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Length</convert>
+		</widget>
+		<ePixmap position="900,640" zPosition="1" size="260,32" pixmap="dreamTV_HD/mp_buttons.png" alphatest="on" />
+		<eLabel name="nowPlaying" position="0,0" size="0,0" />
+		<widget name="genretext" position="0,0" size="0,0" />
+		<widget name="genre" position="0,0" size="0,0" />
+		<widget name="currenttext" position="0,0" size="0,0" />
+		<widget name="titletext" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="CDInfo" position="90,100" size="1100,560" title="CDInfo" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="info" position="20,20" size="260,200" font="Regular;21" transparent="1" />
+		<widget name="info2" position="20,240" size="260,260" font="Regular;21" transparent="1" />
+		<eLabel position="300,0" size="2,518" backgroundColor="grey" />
+		<widget name="config" position="320,20" size="760,475" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="UpdatePlugin" position="340,134" size="600,502"  title="Software Update..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="activityslider" position="10,30" 	size="580,15"	borderWidth="1" transparent="1" />
+		<widget name="package" position="20,60" size="560,25" font="Regular;20" backgroundColor="transpBlack" transparent="1" />
+		<widget name="status" position="20,100" size="560,50" font="Regular;20" backgroundColor="transpBlack" transparent="1" />
+		<widget name="slider" position="10,190" size="580,20" borderWidth="1" transparent="1" />
+	</screen>
+
+	<screen name="UpdatePluginMenu" position="340,134" size="600,502" title="Update..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="menu" position="10,12" size="580,475" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="BackupSetup" position="90,100" size="1100,560" title="Backup and Restore" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="canceltext" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="oktext" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="restoretext" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="backuptext" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget name="cancel" position="0,0" size="0,0"/>
+		<widget name="ok" position="0,0" size="0,0"/>
+		<widget name="restore" position="0,0" size="0,0"/>
+		<widget name="backup" position="0,0" size="0,0"/>
+	</screen>
+
+	<screen name="RestoreMenu" position="90,100" size="1100,560" title="Restore Backups" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="filelist" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="canceltext" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="restoretext" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="cancel" position="0,0" size="0,0"/>
+		<widget name="restore" position="0,0" size="0,0"/>
+	</screen>
+
+	<screen name="WebIfConfigScreen" position="90,100" 	size="1100,560" title="Main Setup" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+	</screen>
+
+	<screen name="WebIfInterfaceListConfigScreen" position="230,100" size="820,560" title="list of configured Interfaces" >
+		<eLabel position="0,0" size="820,2" backgroundColor="grey" />
+		<widget name="adress" position="10,20" size="120,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="port" position="130,20" size="50,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="ssl" position="180,20" size="50,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="auth" position="240,20" size="200,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="disabled" position="440,20" size="180,50" font="Regular;20" halign="left" transparent="1" />
+		<eLabel position="10,70" size="800,2" backgroundColor="grey" />
+		<widget name="ifacelist" position="10,80" size="800,350" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="820,2" backgroundColor="grey" />
+		<widget name="key_red" position="20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+	</screen>
+
+	<screen name="WebIfInterfaceConfigScreen" position="90,100" size="1100,560" title="edit Interface">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" 	size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<!-- DVD Burn -->
+	<screen name="ProjectSettings" position="90,100" 	size="1100,560" title="Collection settings" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,10" size="1080,350" scrollbarMode="showOnDemand" />
+		<widget source="info" render="Label" position="10,380" size="1080,100" font="Regular;20" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_yellow" render="Label" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget source="key_blue" render="Label" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="DVDToolbox" position="90,100" size="1100,560" title="DVD media toolbox" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget source="info" render="Label" position="20,60" size="1060,100" font="Regular;22" />
+		<widget name="details" position="20,200" size="1060,200" font="Regular;20" />
+		<widget source="space_bar" render="Progress" position="10,480" size="1080,26" borderWidth="1" backgroundColor="grey" />
+		<widget source="space_label" render="Label" position="20,484" size="1060,22" zPosition="2" font="Regular;18" halign="center" transparent="1" foregroundColor="#000000" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TitleList" position="90,100" size="1100,560" title="DVD Tool" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget source="title_label" render="Label" position="10,20" size="1080,45" font="Regular;22" />
+		<widget name="error_label" position="10,20" size="1080,395" zPosition="3" font="Regular;20" />
+		<widget source="titles" render="Listbox" position="10,100" size="1080,360" scrollbarMode="showOnDemand" >
+			<convert type="StaticMultiList" />
+		</widget>
+		<widget source="space_bar" render="Progress" position="10,480" size="1080,26" borderWidth="1" backgroundColor="grey" />
+		<widget source="space_label" render="Label" position="20,484" size="1060,22" zPosition="2" font="Regular;18" halign="center" transparent="1" foregroundColor="#000000" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_yellow" render="Label" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget source="key_blue" render="Label" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TitleCutter" position="0,0" size="1280,720" title="Cutlist editor" flags="wfNoBorder" >
+		<eLabel position="80,125" size="300,420" zPosition="1" backgroundColor="grey" />
+		<eLabel position="81,126" size="298,418" zPosition="2" backgroundColor="black" />
+		<widget name="Cutlist" position="90,135" size="280,400" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="479,124" zPosition="3"  size="696,377" backgroundColor="#ff000000" />
+		<widget name="Video" position="270,100" zPosition="-10" size="390,300" />
+		<widget source="session.CurrentService" render="Label" position="450,510" 	size="790,30" zPosition="3" font="Regular;24" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="450,550"  size="790,25" zPosition="3" font="Regular;20" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Position,Detailed</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/mp_buttons.png" position="100,582" size="260,32" zPosition="1" alphatest="on" />
+		<widget name="Timeline" position="479,587" size="696,20" zPosition="3" backgroundColor="#808888" pointer="skin_default/position_arrow.png:3,5" foregroundColor="black" />
+		<eLabel text="OK = Menu" position="1060,630" size="140,22" zPosition="1" font="Regular;20" backgroundColor="black" transparent="1" />
+	</screen>
+
+	<screen name="TitleProperties" position="90,100" size="1100,560" title="Properties of current title" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="thumbnail" position="20,20"  size="260,160" alphatest="on" />
+		<widget source="serviceinfo" render="Label" position="320,20" size="740,160" font="Regular;21" backgroundColor="#252b4247" transparent="1"/>
+		<eLabel position="0,200" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="20,210" size="1060,300" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_blue" render="Label" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<!-- DVD Player -->
+	<screen name="DVDPlayer" position="69,566" size="1142,132" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder" >
+		<eLabel position="1,1" zPosition="-1" size="1140,130" backgroundColor="transpBlack" />
+		<eLabel position="1,1" zPosition="1" size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,129" zPosition="1" size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,3" zPosition="1" size="2,126"  backgroundColor="grey" />
+		<eLabel position="1139,3" zPosition="1" size="2,126"  backgroundColor="grey" />
+		<widget source="global.CurrentTime" 	render="Label" position="1012,7" 	size="80,25" 	font="Regular;24" valign="top" halign="right" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1094,9" size="30,30" font="Regular;18" valign="top" halign="left" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1013,35" size="110,20" font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="15,5" size="800,28" font="Regular;24" valign="top" noWrap="1" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<ePixmap pixmap="skin_default/icons/icon_dolby.png" position="20,33" size="26,16"  zPosition="1" alphatest="on"/>
+		<widget name="audioLabel" position="60,33" size="150,25" font="Regular;22" backgroundColor="black" transparent="1" />
+		<widget  source="session.CurrentService" position="220,33" size="26,16" zPosition="1" render="Pixmap" pixmap="dreamTV_HD/icons/icon_txt.png" alphatest="on" >
+			<convert type="ServiceInfo">HasTelext</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget name="subtitleLabel" position="260,33" size="150,25" font="Regular;22" backgroundColor="black" transparent="1" />
+		<eLabel position="10,60" zPosition="1" size="1120,2" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Label" position="0,73" size="110,25" font="Regular;22" halign="right" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Position,ShowHours</convert>
+		</widget>
+		<ePixmap position="120,77" size="600,16" pixmap="dreamTV_HD/mpslider.png" zPosition="3" alphatest="blend" />
+		<widget source="session.CurrentService" render="PositionGauge" position="140,78" size="560,14" zPosition="2" pointer="dreamTV_HD/pointer.png:13,3" >
+			<convert type="ServicePosition">Gauge</convert>
+		</widget>
+		<widget name="chapterLabel" position="140,103" size="560,25" font="Regular;22" halign="center" foregroundColor="grey" backgroundColor="black" transparent="1" />
+		<widget source="session.CurrentService" render="Label" position="730,73" size="110,25" font="Regular;22" halign="left" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Remaining,Negate,ShowHours</convert>
+		</widget>
+		<ePixmap position="845,80" zPosition="1" size="260,32" pixmap="dreamTV_HD/mp_buttons.png" alphatest="on" />
+	</screen>
+
+	<screen name="ChapterZap" position="500,600" size="280,60" title="Chapter" >
+		<widget name="chapter" position="35,15" size="110,25" font="Regular;23" />
+		<widget name="number" position="145,15" size="80,25" halign="right" font="Regular;23" />
+	</screen>
+
+	<screen name="FileBrowser" position="90,100" size="1100,560" title="DVD File Browser" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="filelist" position="10,10" size="1080,500" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<!-- Picture Player -->
+	<screen name="picshow" position="90,100" size="1100,560" title="PicturePlayer" >
+		<eLabel position="0,0" 		size="1100,2" backgroundColor="grey" />
+		<widget name="label" position="20,20" size="260,160" font="Regular;20" transparent="1"/>
+		<widget name="thn" position="20,200" size="260,300" alphatest="on" />
+		<eLabel position="300,0" size="2,518" backgroundColor="grey" />
+		<widget name="filelist" position="320,20"  size="760,480" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+	<screen name="Pic_Exif" position="340,134" size="600,502"  title="Info" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="menu" render="Listbox" position="10,10" size="580,480" zPosition="3" scrollbarMode="showOnDemand" selectionDisabled="1" >
+			<convert type="TemplatedMultiContent">
+				{"template": [  MultiContentEntryText(pos = (5, 7), size = (350, 30), flags = RT_HALIGN_LEFT, text = 0),
+				MultiContentEntryText(pos = (360, 7), size = (390, 30), flags = RT_HALIGN_LEFT, text = 1)],
+				"fonts": [gFont("Regular", 20)],
+				"itemHeight": 35 }
+			</convert>
+		</widget>
+	</screen>
+
+	<screen name="Pic_Setup" position="340,134" 	size="600,502"  title="Settings" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="liste" position="10,10" size="580,480" zPosition="3" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<!-- VLC Player -->
+	<screen name="VlcMediaListScreen" position="90,100" size="1100,560" title="VlcMediaListScreen" >
+		<widget name="filelist_button_sel" pixmap="dreamTV_HD/epg_now.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="playlist_button_sel" pixmap="dreamTV_HD/epg_next.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="filelist_text" position="32,7" zPosition="4" size="250,25" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="playlist_text" position="282,7" zPosition="4" size="250,25" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="filelist" position="10,45" size="530,460" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="550,45" size="1,460" backgroundColor="grey" />
+		<widget name="playlist" position="560,45" size="530,460" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="VlcServerListScreen" position="90,100" size="1100,560" title="Select a VLC-Server Profile" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="serverlabel" position="10,10" size="1080,25" font="Regular;22" transparent="1" />
+		<eLabel position="10,43" size="1080,2" backgroundColor="grey" />
+		<widget name="serverlist" position="10,50" size="1080,437" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="VlcServerConfigScreen" position="90,100" size="1100,560" title="Edit VLC Server" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,10" size="1080,500" scrollbarMode="showOnDemand" transparent="1"/>
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<!-- LCD/OLED Screens -->
+	<screen name="ChannelSelection_summary" position="0,0" 	size="132,64">
+		<widget source="parent.ServiceEvent" render="Label" position="6,3" size="120,34" font="Regular;16" halign="center" valign="top" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<eLabel position="0,43" size="132,1" backgroundColor="white" />
+		<widget source="parent.ServiceEvent" render="Progress" position="68,51" size="55,8" borderWidth="1">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="6,44" size="58,18" font="Regular;20" halign="left" valign="top">
+			<convert type="ClockToText">Format:%H:%M</convert>
+		</widget>
+	</screen>
+
+	<screen name="InfoBarSummary" position="0,0" 	size="132,64">
+		<widget source="session.CurrentService" render="Label" position="6,3" size="120,34" font="Regular;16" halign="center" valign="top" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<eLabel position="0,43" size="132,1" backgroundColor="white" />
+		<widget source="session.Event_Now" render="Progress" position="68,51" size="55,8" borderWidth="1">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" 		position="6,44" size="58,20" font="Regular;20" halign="left" valign="top">
+			<convert type="ClockToText">Format:%H:%M</convert>
+		</widget>
+		<widget source="session.RecordState" render="FixedLabel" text=" " position="6,44" zPosition="1" size="58,20">
+			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+	</screen>
+
+	<screen name="MenuSummary" position="0,0" size="132,64">
+		<widget source="parent.title" render="Label" position="6,0" size="120,32" font="Regular;14" halign="center" valign="center"/>
+		<widget source="parent.menu" render="Label" position="6,32" size="120,32" font="Regular;15" halign="center" valign="center">
+			<convert type="StringListSelection" />
+		</widget>
+	</screen>
+
+	<screen name="InfoBarMoviePlayerSummary" position="0,0" size="132,64">
+		<widget source="session.CurrentService" render="Label" position="6,3" size="120,34" font="Regular;16" halign="center" valign="center" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<eLabel position="0,43" size="132,1" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Progress" position="68,51" size="55,8" borderWidth="1">
+			<convert type="ServicePosition">Position</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="6,44" size="58,20" font="Regular;20" halign="left" valign="top">
+			<convert type="ClockToText">Format:%H:%M</convert>
+		</widget>
+		<widget source="session.RecordState" render="FixedLabel" text=" " position="6,44" zPosition="1" size="58,20">
+			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+</screen>
+
+	<screen name="SetupSummary" position="0,0" size="132,64">
+		<widget name="SetupTitle" position="6,0" size="120,16" font="Regular;14" />
+		<widget name="SetupEntry" position="6,18" size="120,30" font="Regular;13" />
+		<widget name="SetupValue" position="6,48" size="120,16" font="Regular;13" />
+	</screen>
+
+	<screen name="SimpleSummary" position="0,0" size="132,64">
+		<widget name="Title" position="6,0" size="120,64" font="Regular;16" halign="center" valign="center" />
+	</screen>
+
+	<screen name="StandbySummary" position="0,0" size="132,64">
+		<widget source="global.CurrentTime" render="Label" position="6,4"  size="120,24" font="Regular;22" halign="center" valign="center">
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<eLabel position="0,28" size="132,1" backgroundColor="white" />
+		<widget source="global.CurrentTime" render="Label" position="6,32" size="120,32" font="Regular;28" halign="center" valign="center">
+		<convert type="ClockToText">Format:%H:%M</convert>
+	</widget>
+		<widget source="session.RecordState" render="FixedLabel" position="6,0" zPosition="1" size="120,64" text=" ">
+			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+	</screen>
+</skin>
Index: /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/control
===================================================================
--- /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/control	(revision 2116)
+++ /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/control	(revision 2116)
@@ -0,0 +1,11 @@
+Package: enigma2-plugin-swapskins-dreamtvhd
+Version: 1.5
+Description: DreamTV_HD Skin for Swapstick
+Section: skins
+Priority: optional
+Maintainer: AAF Forum
+Architecture: sh4
+OE: DreamTV_HD Skin
+Homepage: http://www.aaf-digital.info
+Depends:
+Source: http://www.aaf-digital.info
Index: /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/postinst
===================================================================
--- /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/postinst	(revision 2116)
+++ /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/postinst	(revision 2116)
@@ -0,0 +1,7 @@
+#!/bin/sh
+TMP=/tmp/.skin
+echo "successfully installed"
+echo "syncing disk"
+echo "now you can choose the new skin...."
+sync
+exit 0
Index: /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/postrm
===================================================================
--- /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/postrm	(revision 2116)
+++ /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/postrm	(revision 2116)
@@ -0,0 +1,9 @@
+#!/bin/sh
+TMP=/tmp/.skin
+
+rm -r /var/swap/skins/dreamTV_HD
+
+echo "successfully removed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/preinst
===================================================================
--- /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/preinst	(revision 2116)
+++ /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/preinst	(revision 2116)
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+TMP=/tmp/.skin
+echo "syncing disk"
+sync
+echo "checking swapstick"
+if [ ! -d /var/swap/skins/ ]; then
+  echo "--------------------------"
+	echo "no swapstick found...."
+	echo "--------------------------"
+	exit 1
+fi
+echo "swapstick found...."
+echo "installing DreamTV_HD Skin to swapstick..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/prerm
===================================================================
--- /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/prerm	(revision 2116)
+++ /ipk/source/swapskins_dreamtvhd_1_5/CONTROL/prerm	(revision 2116)
@@ -0,0 +1,6 @@
+#!/bin/sh
+TMP=/tmp/.skin
+echo "syncing disk"
+sync
+echo "removing DreamTV_HD Skin from swapstick"
+exit 0
Index: /ipk/source/swapskins_dreamtvhd_1_5/var/swap/skins/dreamTV_HD/skin.xml
===================================================================
--- /ipk/source/swapskins_dreamtvhd_1_5/var/swap/skins/dreamTV_HD/skin.xml	(revision 2116)
+++ /ipk/source/swapskins_dreamtvhd_1_5/var/swap/skins/dreamTV_HD/skin.xml	(revision 2116)
@@ -0,0 +1,1915 @@
+<skin>
+<!-- dreamTV_HD Skin -->
+	<output id="0">
+		<resolution xres="1280" yres="720" bpp="32" />
+	</output>
+	<colors>
+		<color name="white" value="#ffffff"/>
+		<color name="grey" value="#999999"/>
+		<color name="darkgrey" value="#666666"/>
+		<color name="black" value="#000000"/>
+		<color name="dark" value="#294a6b"/>
+		<color name="red" value="#ff2525"/>
+		<color name="green" value="#389416"/>
+		<color name="yellow" value="#bab329"/>
+		<color name="blue" value="#6565ff"/>
+		<color name="transparent" value="#ff000000"/>
+		<color name="transparent2" value="#ff000000"/>
+		<color name="transpBlack" value="#30000000"/>
+		<color name="background" value="#25000000"/>
+		<color name="foreground" value="#dddddd"/>
+		<color name="rssviewtop" value="#005050"/>
+		<color name="transpWhite" value="#77ffffff"/>
+		<color name="rds_text_bg" value="#003258"/>
+		<color name="rssviewtop" value="#38465b"/>
+		<color name="transpyellow" value="#33bab329"/>
+		<color name="foreground" value="#dddddd"/>
+		<color name="crypt_back" value="#666666"/>
+		<color name="crypt_emm" value="#ff9c00"/>
+		<color name="crypt_ecm" value="#00d100"/>
+		<color name="listbox" value="#0f56a4"/>
+		<color name="bg" value="#ffffff"/>
+	</colors>
+	<fonts>
+		<font filename="default.ttf" name="LCD" scale="100"/>
+		<font filename="default.ttf" name="Regular" scale="100"/>
+		<font filename="default.ttf" name="Replacement" scale="100" replacement="1"/>
+		<font filename="tuxtxt.ttf" name="Console" scale="100"/>
+	</fonts>
+	<windowstyle type="skinned" id="0">
+		<title offset="25,11" font="Regular;24"/>
+		<color name="Background" color="#30000000"/>
+		<color name="LabelForeground" color="#ffffff"/>
+		<color name="ListboxBackground" color="#30000000"/>
+		<color name="ListboxForeground" color="#ffffff"/>
+		<color name="ListboxSelectedBackground" color="#15034793"/>
+		<color name="ListboxSelectedForeground" color="#ffffff"/>
+		<color name="ListboxMarkedBackground" color="#253658a4"/>
+		<color name="ListboxMarkedForeground" color="#ff0000"/>
+		<color name="ListboxMarkedAndSelectedBackground" color="#253658a4"/>
+		<color name="ListboxMarkedAndSelectedForeground" color="#800000"/>
+		<color name="WindowTitleForeground" color="#ffffff"/>
+		<color name="WindowTitleBackground" color="#30000000"/>
+		<borderset name="bsWindow">
+			<pixmap pos="bpTopLeft" filename="dreamTV_HD/bs_tl.png"/>
+			<pixmap pos="bpTop" filename="dreamTV_HD/bs_t.png"/>
+			<pixmap pos="bpTopRight" filename="dreamTV_HD/bs_tr.png"/>
+			<pixmap pos="bpLeft" filename="dreamTV_HD/bs_l.png"/>
+			<pixmap pos="bpRight" filename="dreamTV_HD/bs_r.png"/>
+			<pixmap pos="bpBottomLeft" filename="dreamTV_HD/bs_bl.png"/>
+			<pixmap pos="bpBottom" filename="dreamTV_HD/bs_b.png"/>
+			<pixmap pos="bpBottomRight" filename="dreamTV_HD/bs_br.png"/>
+		</borderset>
+		<borderset name="bsListboxEntry">
+			<pixmap pos="bpTop" filename="dreamTV_HD/h-white.png"/>
+			<pixmap pos="bpBottom" filename="dreamTV_HD/h-white.png"/>
+		</borderset>
+	</windowstyle>
+	<windowstyle type="skinned" id="1">
+		<color name="Background" color="#000000"/>
+		<color name="LabelForeground" color="#ffffff"/>
+		<color name="ListboxBackground" color="#000000"/>
+		<color name="ListboxForeground" color="#ffffff"/>
+		<color name="ListboxSelectedBackground" color="#000000"/>
+		<color name="ListboxSelectedForeground" color="#ffffff"/>
+		<color name="ListboxMarkedBackground" color="#000000"/>
+		<color name="ListboxMarkedForeground" color="#ffffff"/>
+		<color name="ListboxMarkedAndSelectedBackground" color="#000000"/>
+		<color name="ListboxMarkedAndSelectedForeground" color="#ffffff"/>
+		<color name="WindowTitleForeground" color="#ffffff"/>
+		<color name="WindowTitleBackground" color="#000000"/>
+	</windowstyle>
+
+	<screen name="InfoBar" position="69,520" size="1142,172" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel backgroundColor="transpBlack" position="1,1" size="1140,170" zPosition="-1"/>
+		<eLabel backgroundColor="grey" position="1,1" size="1140,2" zPosition="1"/>
+		<eLabel backgroundColor="grey" position="1,169" size="1140,2" zPosition="1"/>
+		<eLabel backgroundColor="grey" position="1,3" size="2,166" zPosition="1"/>
+		<eLabel backgroundColor="grey" position="1139,3" size="2,166" zPosition="1"/>
+		<widget backgroundColor="transpBlack" font="Regular;24" position="15,6" render="Label" size="600,26" source="session.CurrentService" transparent="1">
+			<convert type="MaxServiceInfo">Config</convert>
+		</widget>
+		<widget backgroundColor="transpBlack" font="Regular;18" foregroundColor="grey" position="15,34" render="Label" size="400,22" source="session.CurrentService" transparent="1">
+			<convert type="ServiceName">Provider</convert>
+		</widget>
+		<widget backgroundColor="#333333" font="Regular;24" halign="right" position="1000,7" render="Label" size="80,25" source="global.CurrentTime" transparent="1" valign="top">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget backgroundColor="#333333" font="Regular;18" halign="left" position="1082,7" render="Label" size="30,25" source="global.CurrentTime" transparent="1" valign="top">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget backgroundColor="transpBlack" font="Regular;18" foregroundColor="grey" halign="right" position="1000,36" render="Label" size="110,20" source="global.CurrentTime" transparent="1">
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_rec_off.png" position="720,9" size="28,20" zPosition="1"/>
+		<widget alphatest="on" pixmap="dreamTV_HD/ico_rec_on.png" position="720,9" render="Pixmap" size="28,20" source="session.RecordState" transparent="1" zPosition="2">
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_hd_off.png" position="760,9" size="29,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_hd_on.png" position="760,9" render="Pixmap" size="29,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsHD</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_dolby_off.png" position="800,9" size="57,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_dolby_on.png" position="800,9" render="Pixmap" size="57,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsMultichannel</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_format_off.png" position="870,9" size="36,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_format_on.png" position="870,9" render="Pixmap" size="36,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsWidescreen</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_txt_off.png" position="920,9" size="33,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_txt_on.png" position="920,9" render="Pixmap" size="33,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">HasTelext</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/ico_crypt_off.png" position="967,9" size="21,20" zPosition="1"/>
+		<widget alphatest="blend" pixmap="dreamTV_HD/ico_crypt_on.png" position="967,9" render="Pixmap" size="21,20" source="session.CurrentService" zPosition="2">
+			<convert type="ServiceInfo">IsCrypted</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<widget backgroundColor="transpBlack" font="Regular;16" foregroundColor="#e5b243" halign="right" position="685,36" render="Label" size="55,20" source="session.CurrentService" transparent="1">
+			<convert type="ServiceInfo">VideoWidth</convert>
+		</widget>
+		<eLabel backgroundColor="transpBlack" font="Regular;16" foregroundColor="#e5b243" halign="center" position="740,36" size="15,20" text="x" transparent="1"/>
+		<widget backgroundColor="transpBlack" font="Regular;16" foregroundColor="#e5b243" halign="left" position="755,36" render="Label" size="55,20" source="session.CurrentService" transparent="1">
+			<convert type="ServiceInfo">VideoHeight</convert>
+		</widget>
+
+		<eLabel backgroundColor="white" position="10,60" size="1120,2" zPosition="1"/>
+		<widget alphatest="on" position="30,73" render="Picon" size="100,60" source="session.CurrentService" transparent="1" zPosition="10">
+			<convert type="ServiceName">Reference</convert>
+		</widget>
+		<widget backgroundColor="background" font="Regular;22" halign="right" position="140,67" render="Label" size="65,25" source="session.Event_Now" transparent="1">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;22" halign="center" position="205,67" size="20,25" text="-" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;22" halign="left" position="225,67" render="Label" size="65,25" source="session.Event_Now" transparent="1">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/endback.png" position="820,67" size="50,25" zPosition="20"/>
+		<widget backgroundColor="background" font="Regular;22" halign="left" noWrap="1" position="300,67" render="Label" size="570,25" source="session.Event_Now" transparent="1" zPosition="21">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/end.png" position="820,67" size="50,25" zPosition="22"/>
+		<widget backgroundColor="background" font="Regular;22" halign="right" position="870,67" render="Label" size="120,25" source="session.Event_Now" transparent="1">
+			<convert type="EventTime">Remaining</convert>
+			<convert type="RemainingToText">InMinutes</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/slider_back.png" position="150,97" size="840,12" zPosition="2"/>
+		<widget pixmap="dreamTV_HD/slider.png" position="150,97" render="Progress" size="840,12" source="session.Event_Now" transparent="2" zPosition="1">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="right" position="140,114" render="Label" size="65,25" source="session.Event_Next" transparent="1">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="center" position="205,114" size="20,25" text="-" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="left" position="225,114" render="Label" size="65,25" source="session.Event_Next" transparent="1">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/endback.png" position="820,114" size="50,25" zPosition="20"/>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="left" noWrap="1" position="300,114" render="Label" size="570,25" source="session.Event_Next" transparent="1" zPosition="21">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap alphatest="blend" pixmap="dreamTV_HD/end.png" position="820,114" size="50,25" zPosition="22"/>
+		<widget backgroundColor="background" font="Regular;22" foregroundColor="grey" halign="right" position="870,114" render="Label" size="120,25" source="session.Event_Next" transparent="1">
+			<convert type="EventTime">Duration</convert>
+			<convert type="ClockToText">InMinutes</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;18" foregroundColor="#e5b243" position="1020,68" size="50,20" text="SNR:" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;18" position="1070,68" render="Label" size="60,20" source="session.FrontendStatus" transparent="1">
+			<convert type="FrontendInfo">SNRdB</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;18" foregroundColor="#e5b243" position="1020,93" size="50,20" text="AGC:" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;18" position="1070,93" render="Label" size="60,20" source="session.FrontendStatus" transparent="1">
+			<convert type="FrontendInfo">AGC</convert>
+		</widget>
+		<eLabel backgroundColor="background" font="Regular;18" foregroundColor="#e5b243" position="1020,118" size="50,20" text="BER:" transparent="1"/>
+		<widget backgroundColor="background" font="Regular;18" position="1070,118" render="Label" size="60,20" source="session.FrontendStatus" transparent="1">
+			<convert type="FrontendInfo">BER</convert>
+		</widget>
+		<eLabel backgroundColor="white" position="10,144" size="1120,1" zPosition="1"/>
+
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="15,150" render="Label" size="120,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Online</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="130,150" render="Label" size="110,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Cards</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="240,150" render="Label" size="110,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Provider</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="350,150" render="Label" size="110,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Distance</convert>
+  	</widget>
+  	<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" halign="center" position="460,150" render="Label" size="130,15" source="session.CurrentService" transparent="1" valign="top">
+  		<convert type="MaxCryptoInfo">Time</convert>
+  	</widget>
+
+		<widget backgroundColor="background" font="Regular;17" position="830,147" render="Label" size="300,20" source="session.CurrentService" transparent="1" zPosition="1">
+			<convert type="MaxServiceInfo">TunerInfo</convert>
+		</widget>
+		<widget backgroundColor="background" font="Regular;14" foregroundColor="grey" position="590,150" render="Label" size="240,15" source="session.CurrentService" transparent="1" zPosition="1">
+			<convert type="MaxServiceInfo">CsServer</convert>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="805,36" size="15,20" text="I" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="805,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="I" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotIrdeto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="805,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="I" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseIrdeto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="820,36" size="15,20" text="S" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="820,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="S" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotSeca</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="820,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="S" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseSeca</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="835,36" size="15,20" text="N" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="835,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="N" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotNagra</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="835,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="N" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseNagra</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="850,36" size="15,20" text="V" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="850,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="V" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotVia</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="850,36" render="FixedLabel" size="15,20" source="session.CurrentService" text="V" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseVia</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="865,36" size="30,20" text="CO" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="865,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CO" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotConax</convert>
+		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="865,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CO" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseConax</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="895,36" size="25,20" text="BC" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="895,36" render="FixedLabel" size="25,20" source="session.CurrentService" text="BC" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotBeta</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="895,36" render="FixedLabel" size="25,20" source="session.CurrentService" text="BC" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseBeta</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="920,36" size="30,20" text="CW" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="920,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CW" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotCrypto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="920,36" render="FixedLabel" size="30,20" source="session.CurrentService" text="CW" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseCrypto</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+
+		<eLabel backgroundColor="background" font="Regular;16" foregroundColor="crypt_back" halign="center" position="950,36" size="45,20" text="NDS" transparent="1" valign="center" zPosition="1"/>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_emm" halign="center" position="950,36" render="FixedLabel" size="45,20" source="session.CurrentService" text="NDS" transparent="1" valign="center" zPosition="2">
+			<convert type="MaxCryptoInfo">GotNDS</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget backgroundColor="background" font="Regular;16" foregroundColor="crypt_ecm" halign="center" position="950,36" render="FixedLabel" size="45,20" source="session.CurrentService" text="NDS" transparent="1" valign="center" zPosition="3">
+			<convert type="MaxCryptoInfo">UseNDS</convert>
+  		<convert type="ConditionalShowHide"/>
+		</widget>
+	</screen>
+
+	<screen name="Volume" position="460,58" zPosition="1" size="360,23" title="Volume" backgroundColor="transparent" flags="wfNoBorder">
+		<ePixmap pixmap="dreamTV_HD/vol_back.png" position="2,2" size="356,19" zPosition="2" transparent="1" alphatest="blend"/>
+		<widget name="Volume" pixmap="dreamTV_HD/vol.png" position="2,2" size="356,19" zPosition="1" transparent="1" />
+	</screen>
+	<screen name="Mute" position="460,58" zPosition="10" size="360,23" title="Mute" backgroundColor="transparent" flags="wfNoBorder">
+		<ePixmap position="2,2" size="356,19" pixmap="dreamTV_HD/vol_back.png" transparent="1" />
+	</screen>
+
+	<screen name="menu_mainmenu" position="339,84" 	size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="3,101" size="298,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/sub.png" position="360,250" size="180,110" alphatest="blend">
+			<convert type="MenuEntryCompare">subtitle_selection</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/dvd.png" position="330,250" size="240,110" alphatest="blend">
+			<convert type="MenuEntryCompare">dvd_player</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/media.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">media_player</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/timer.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">timer_edit</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/scart.png" position="375,250" size="150,110" alphatest="blend">
+			<convert type="MenuEntryCompare">scart_switch</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/info.png" position="400,250" size="100,110" alphatest="blend">
+			<convert type="MenuEntryCompare">info_screen</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/plugin.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">plugin_selection</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/setup.png" position="365,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">setup_selection</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/power.png" position="395,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">standby_restart_list</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+	</screen>
+
+	<screen name="menu_information" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/info.png" position="100,250" size="100,110" alphatest="blend" />
+	</screen>
+
+	<screen name="menu_setup" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/search.png" position="50,250" size="200,110" alphatest="blend">
+			<convert type="MenuEntryCompare">service_searching_selection</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/setup.png" position="65,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">system_selection</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/ci.png" position="65,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">ci_setup</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/look.png" position="95,250" size="110,110" alphatest="blend">
+			<convert type="MenuEntryCompare">parental_setup</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/default.png" position="85,250" size="130,110" alphatest="blend">
+			<convert type="MenuEntryCompare">default_wizard</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="menu" render="Pixmap" pixmap="dreamTV_HD/icons/reset.png" position="65,250" size="170,110" alphatest="blend">
+			<convert type="MenuEntryCompare">factory_reset</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+	</screen>
+
+	<screen name="menu_scan" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/search.png" position="50,250" size="200,110" alphatest="blend"/>
+	</screen>
+
+	<screen name="menu_system" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/setup.png" position="65,250" size="170,110" alphatest="blend" />
+	</screen>
+
+	<screen name="menu_harddisk" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/hdd.png" position="75,250" size="150,110" alphatest="blend" />
+	</screen>
+
+	<screen name="menu_shutdown" position="339,84" size="602,553" title="Main menu" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="300,101" size="2,450" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<widget source="title" render="Label" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="menu" render="Listbox" position="302,101" size="297,450" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [ MultiContentEntryText(pos = (0, 9), size = (299, 30), flags = RT_HALIGN_CENTER, text = 0) ],
+				"fonts": [gFont("Regular", 22)],
+				"itemHeight": 45
+				}
+			</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/icons/power.png" position="95,250" size="110,110" alphatest="blend" />
+	</screen>
+
+	<screen name="About" position="339,84" 	size="602,553" title="About" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" size="600,552" backgroundColor="transpBlack" zPosition="-1"/>
+		<eLabel position="1,1" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,99" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,551" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="1,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<eLabel position="599,1" size="2,552" backgroundColor="grey" zPosition="5"/>
+		<ePixmap position="130,11" size="350,50" pixmap="dreamTV_HD/menu/db.png" alphatest="blend" />
+		<eLabel text="About" position="1,66" size="600,32" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="EnigmaVersion" render="Label" position="11,120" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="ImageVersion" render="Label" position="11,160" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="FPVersion" render="Label" position="11,200" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="TunerHeader" render="Label" position="11,250" size="580,25" font="Regular;24" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner0" render="Label" position="11,290" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner1" render="Label" position="11,325" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner2" render="Label" position="11,360" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="Tuner3" render="Label" position="11,395" size="580,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="HDDHeader" render="Label" position="11,445" size="580,25" font="Regular;24" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget source="hddA" render="Label" position="11,485" size="580,50" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+	</screen>
+
+	<screen name="AdapterSetup" position="90,100" size="1100,560" title="Network Setup" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="Adaptertext" position="20,20" size="140,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="Adapter" position="160,20" size="400,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="config" position="20,70" size="740,375" scrollbarMode="showOnDemand" />
+		<widget name="introduction2" position="20,470"  size="740,30" zPosition="10" font="Regular;24" halign="center" transparent="1" />
+		<eLabel position="780,0" size="2,518" backgroundColor="grey" />
+		<widget name="introduction"  position="790,20" size="300,25" font="Regular;22" halign="center" />
+		<widget name="IPtext" position="790,60" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="IP" position="790,90" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget name="Netmasktext" position="790,130" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="Mask" position="790,160" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget name="Gatewaytext" position="790,200" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="Gateway" position="790,230" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget source="DNS1text" render="Label" position="790,270" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="DNS1" position="790,300" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<widget name="DNS2text" position="790,340" size="300,22" zPosition="1" font="Regular;20" halign="center" foregroundColor="transpBlack" backgroundColor="grey"/>
+		<widget name="DNS2" position="790,370" size="300,22" zPosition="1" font="Regular;20" halign="center" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position="120,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_blue" render="Label" position="390,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="0,0" size="0,0" />
+		<ePixmap pixmap="skin_default/buttons/button_blue.png" position="0,0" size="0,0" />
+		<ePixmap pixmap="skin_default/bottombar.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="AdapterSetupConfiguration" position="90,100" size="1100,560" title="Network Configuration..." >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget source="IFtext" render="Label" position="20,20" size="140,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="IF" position="160,20" size="400,25" zPosition="10" font="Regular;22" transparent="1" />
+		<widget name="menulist" position="20,70" size="740,375" 	scrollbarMode="showOnDemand" />
+		<eLabel position="780,0"   size="2,518" backgroundColor="grey" />
+		<widget name="description" position="790,20"  size="300,480" font="Regular;22" halign="center" valign="center" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="Statustext" position="20,525" size="150,30" zPosition="10" font="Regular;24" transparent="1"/>
+		<widget name="statuspic" position="180,530" size="15,16" pixmaps="skin_default/buttons/button_green.png,skin_default/buttons/button_green_off.png" zPosition="10" transparent="1" alphatest="on"/>
+		<widget source="key_red" render="Label" position="390,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<ePixmap pixmap="skin_default/bottombar.png" position="0,0" size="0,0" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="AudioSelection" position="340,150"  size="600,300" title="Audio">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="tracks" position="20,20" size="560,260" scrollbarMode="showOnDemand" />
+
+	</screen>
+	<screen name="BouquetSelector" position="340,150"  size="600,300" title="Choose bouquet">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="menu" position="20,20" size="560,260" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="ChannelContextMenu" position="340,150"  size="600,300"  title="Channellist menu">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="menu" position="20,20" size="560,260" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="ChannelSelection" position="80,100" 	size="1120,560" title="Channel Selection">
+		<eLabel position="0,0" size="1140,2" backgroundColor="grey" />
+		<eLabel position="800,0" size="2,518" backgroundColor="grey" />
+		<widget name="list" position="10,20" size="780,480" scrollbarMode="showOnDemand" foregroundColorServiceNotAvail="#666666" serviceItemHeight="30"/>
+		<widget name="list" position="10,20" size="780,480" scrollbarMode="showOnDemand" foregroundColorServiceNotAvail="#666666" serviceItemHeight="30" serviceNumberFont="Regular;24" serviceNameFont="Regular;24" serviceInfoFont="Regular;22" />
+		<eLabel position="0,518" size="1120,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 30,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="300,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="570,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="840,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget source="ServiceEvent" render="Label" position="810,10" zPosition="1" size="300,50" font="Regular;24" halign="center" foregroundColor="white" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="810,70" zPosition="1" size="300,48" font="Regular;20" halign="center" >
+			<convert type="EventName">Name</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="893,130" zPosition="1" size="60,22" font="Regular;20" halign="right">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText"></convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="958,130" zPosition="1" size="70,22" font="Regular;20" halign="left">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Format:- %H:%M</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Progress" position="810,158" 	zPosition="1" pixmap="dreamTV_HD/progress.png" size="300,15" borderWidth="1" borderColor="#cccccc">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="ServiceEvent" render="Label" position="810,180" zPosition="1" size="300,300" font="Regular;20" foregroundColor="#dddddd">
+			<convert type="EventName">ExtendedDescription</convert>
+		</widget>
+		<ePixmap pixmap="skin_default/icons/clock.png" position="1020,495" zPosition="1" size="14,14" alphatest="on" />
+		<widget source="global.CurrentTime" render="Label" position="1040,490" zPosition="1" size="70,20" font="Regular;22" halign="center">
+			<convert type="ClockToText"></convert>
+		</widget>
+	</screen>
+
+	<screen name="ChannelSelectionRadio" position="82,100" size="1116,360" title="Channel Selection">
+		<eLabel position="0,0" size="1120,2" backgroundColor="grey" />
+		<widget name="list" position="10,10" size="1096,300" scrollbarMode="showOnDemand" foregroundColorServiceNotAvail="#666666" serviceNumberFont="Regular;24" serviceNameFont="Regular;24" serviceInfoFont="Regular;22" transparent="1" />
+		<eLabel position="0,318" size="1116,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 30,325"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="300,325" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="570,325" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="840,325" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="ChoiceBox" position="150,100" size="550,400" title="Input">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="10,10" size="550,25" font="Regular;22" />
+		<widget name="list" position="0,30" size="550,335" scrollbarMode="showOnDemand" />
+		<applet type="onLayoutFinish">
+# this should be factored out into some helper code, but currently demonstrates applets.
+from enigma import eSize, ePoint
+
+orgwidth = self.instance.size().width()
+orgpos = self.instance.position()
+textsize = self[&quot;text&quot;].getSize()
+
+# y size still must be fixed in font stuff...
+textsize = (textsize[0] + 80, textsize[1] + 80)
+count = len(self.list)
+if count &gt; 10:
+	count = 10
+offset = 25 * count
+wsizex = textsize[0] + 80
+wsizey = textsize[1] + offset + 10
+
+if (640 &gt; wsizex):
+	wsizex = 640
+wsize = (wsizex, wsizey)
+
+# resize
+self.instance.resize(eSize(*wsize))
+
+# resize label
+self[&quot;text&quot;].instance.resize(eSize(*textsize))
+
+# move list
+listsize = (wsizex - 20, 25 * count)
+self[&quot;list&quot;].instance.move(ePoint(10, textsize[1]))
+self[&quot;list&quot;].instance.resize(eSize(*listsize))
+
+# center window
+newwidth = wsize[0]
+self.instance.move(ePoint((1280-wsizex)/2, (720-wsizey)/(count &gt; 7 and 2 or 3)))
+
+		</applet>
+	</screen>
+
+	<!-- Common interface -->
+	<screen name="MMIDialog" position="420,153" size="450,270">
+		<widget name="title" position="10,10" size="430,25" font="Regular;23" />
+		<widget name="subtitle" position="10,35" size="430,25" font="Regular;23" />
+		<widget name="entries" position="10,70" size="430,150" scrollbarMode="showOnDemand" />
+		<widget name="bottom" position="10,230" size="430,25" font="Regular;23" />
+	</screen>
+
+	<!-- Common interface - selection -->
+	<screen name="CiSelection" position="420,226" size="440,160" title="Common Interface">
+		<widget name="text" position="10,10" size="430,25" font="Regular;23" />
+		<widget name="entries" position="10,55" size="420,100" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="Console" position="90,100" size="1100,560" title="Command execution...">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="20,20" size="1060,520" font="Console;21" />
+	</screen>
+
+	<screen name="clockDisplay" position="420,230" size="340,300" >
+		<eLabel position="0,0" size="340,2" backgroundColor="grey" />
+		<widget name="okbutton" position="20,20" size="300,40" />
+		<widget name="theClock" position="20,70" size="300,50" />
+		<widget name="title" 	position="20,130" size="300,50" />
+	</screen>
+
+	<screen name="DefaultSatLists" position="340,134" size="600,502" title="Default services lists" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wizard" pixmap="skin_default/wizard.png" position="60,20" zPosition="10" size="110,174" transparent="1" alphatest="on"/>
+		<widget name="text" position="230,50" size="340,270" font="Regular;23" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="40,223" size="15,16" alphatest="on" />
+		<widget name="languagetext" position="70,220" size="120,30" font="Regular;20" />
+		<widget source="list" render="Listbox"	position="20,300" size="560,200" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+		<widget name="config" zPosition="1" position="20,300" size="560,200" scrollbarMode="showOnDemand" />
+		<widget name="rc" pixmap="skin_default/rc.png" 		position="600,502" zPosition="10" size="154,471" transparent="1" alphatest="on"/>
+		<widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+	</screen>
+
+	<screen name="DefaultWizard" position="340,134" size="600,502" title="Welcome..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wizard" pixmap="skin_default/wizard.png" position="60,20" zPosition="10" size="110,174" transparent="1" alphatest="on"/>
+		<widget name="text" position="230,50" size="340,270" font="Regular;23" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="40,223" size="15,16" alphatest="on" />
+		<widget name="languagetext" position="70,220" size="120,30" font="Regular;20" />
+		<widget source="list" render="Listbox"	position="20,300" size="560,200" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+		<widget name="config" zPosition="1" position="20,300" size="560,200" scrollbarMode="showOnDemand" />
+		<widget name="rc" pixmap="skin_default/rc.png" position="600,502" zPosition="10" size="154,471" transparent="1" alphatest="on"/>
+		<widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+	</screen>
+
+	<screen name="EPGSelection" position="90,100" size="1100,560" zPosition="10" title="EPG Selection" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="EPGSelectionMulti" position="90,100" size="1100,560" title="EPG Selection Multi" >
+		<widget name="now_button_sel" pixmap="dreamTV_HD/epg_now.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="next_button_sel" pixmap="dreamTV_HD/epg_next.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="more_button_sel" pixmap="dreamTV_HD/epg_more.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="now_text" position="32,7" zPosition="4" size="250,25" text="NOW"  font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="next_text" position="282,7" zPosition="4" size="250,25" text="NEXT" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="more_text" position="532,7" zPosition="4" size="250,25" text="MORE" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="date" position="880,10" size="200,28" font="Regular;24" valign="center" halign="right" backgroundColor="transpBlack" transparent="1"/>
+		<widget name="list" position="10,55" size="1080,450" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="EventView" position="90,100" size="1100,560" title="Eventview" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="channel" position="40,10" size="340,25" font="Regular;22" backgroundColor="transpBlack" transparent="1" />
+		<widget name="datetime" position="380,10" size="340,25" font="Regular;22" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="duration" position="720,10" size="340,25" font="Regular;22" halign="right" backgroundColor="transpBlack" transparent="1" />
+		<eLabel position="0,40" size="1100,2" backgroundColor="grey" />
+		<widget name="epg_description" position="40,60" size="1040,458" font="Regular;22" backgroundColor="transpBlack" transparent="1" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="GraphMultiEPG" position="80,100" size="1120,560" title="Electronic Program Guide">
+		<eLabel position="0,0" size="1120,2" backgroundColor="grey" />
+		<eLabel position="800,0" size="2,518" backgroundColor="grey" />
+		<widget name="timeline_text" position="0,10" size="800,30" />
+		<eLabel position="0,40" size="800,2" backgroundColor="grey" />
+		<widget name="list" position="10,60" size="780,432" scrollbarMode="showOnDemand" EntryBorderColor="#cccccc" EntryBackgroundColor="#2f4964" EntryBackgroundColorSelected="#688caf" transparent="1" />
+		<eLabel position="0,60"  size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,114" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,168" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,222" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,276" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,330" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,384" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,438" size="760,1" backgroundColor="darkgrey" />
+		<eLabel position="0,492" size="760,1" backgroundColor="darkgrey" />
+		<widget name="timeline0" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline1" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline2" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline3" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline4" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline5" position="0,55" zPosition="1" size="1,442" pixmap="dreamTV_HD/timeline.png" />
+		<widget name="timeline_now" position="0,53" zPosition="2" size="19,446" pixmap="dreamTV_HD/timeline-now.png" alphatest="on" />
+		<widget source="Event" render="Label" position="810,10" zPosition="1" size="300,50" font="Regular;24" halign="center" foregroundColor="white" >
+			<convert type="EventName">Name</convert>
+		</widget>
+		<widget source="Event" render="Label" position="810,70" zPosition="1" size="300,48" font="Regular;22" halign="center" >
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Format:(%A)</convert>
+		</widget>
+		<widget source="Event" render="Label" position="893,130" zPosition="1" size="60,22" font="Regular;20" halign="right">
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText"></convert>
+		</widget>
+		<widget source="Event" render="Label" position="958,130" zPosition="1" size="70,22" font="Regular;20" halign="left">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Format:- %H:%M</convert>
+		</widget>
+		<widget source="Event" render="Progress" position="810,158" 	zPosition="1" pixmap="dreamTV_HD/progress.png" size="300,15" borderWidth="1" borderColor="#cccccc">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="Event" render="Label" position="810,180" zPosition="1" size="300,300" font="Regular;20" foregroundColor="#dddddd">
+			<convert type="EventName">ExtendedDescription</convert>
+		</widget>
+		<ePixmap pixmap="skin_default/icons/clock.png" position="1020,495" zPosition="1" size="14,14" alphatest="on" />
+		<widget source="global.CurrentTime" render="Label" position="1040,490" zPosition="1" size="70,20" font="Regular;22" halign="center">
+			<convert type="ClockToText"></convert>
+		</widget>
+		<eLabel position="0,518" size="1120,2" backgroundColor="grey" />
+		<widget name="key_red" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+	</screen>
+
+	<screen name="HarddiskSelection" position="340,134" size="600,502" title="Select HDD">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="hddlist" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="HarddiskSetup" position="340,134" size="600,502" title="Harddisk">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="model" position="10,20" size="580,28" font="Regular;25" halign="center" />
+		<widget name="capacity" position="10,60" size="580,28" font="Regular;25" halign="center" />
+		<widget name="bus" position="10,100" size="580,28" font="Regular;25" halign="center" />
+		<eLabel position="0,460" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="initializetext" position="20,467" size="580,30" zPosition="1" font="Regular;24" halign="center" transparent="1" foregroundColor="red"/>
+		<widget name="initialize" pixmap="skin_default/buttons/red.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="HarddiskWait" position="340,134" size="600,502" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wait" position="10,12" size="580,475" font="Regular;23" />
+	</screen>
+
+	<screen name="HelpMenu" position="0,0" size="1280,720" title="Menu" flags="wfNoBorder">
+		<eLabel text="help..." position="450,63" size="740,50" font="Regular;40" halign="center" backgroundColor="transpBlack" transparent="1"/>
+		<widget name="rc" position="150,105" size="154,500" pixmaps="skin_default/rc.png,skin_default/rcold.png" zPosition="10" alphatest="on" />
+		<widget name="long_key" position="80,585" size="300,30" font="Regular;24" halign="center" foregroundColor="yellow" backgroundColor="transpBlack" transparent="1" />
+		<widget name="list" position="450,140" size="740,494" scrollbarMode="showOnDemand" />
+		<widget name="arrowdown" position="-100,-100" size="37,70" pixmap="skin_default/arrowdown.png" zPosition="11" alphatest="on" />
+		<widget name="arrowdown2" position="-100,-100" size="37,70" pixmap="skin_default/arrowdown.png" zPosition="11" alphatest="on" />
+		<widget name="arrowup" position="-100,-100" size="37,70" pixmap="skin_default/arrowup.png" zPosition="11" alphatest="on" />
+		<widget name="arrowup2" position="-100,-100" size="37,70" pixmap="skin_default/arrowup.png" zPosition="11" alphatest="on" />
+	</screen>
+
+	<screen name="LanguageSelection" position="340,134" size="600,502" title="Language selection" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="languages" render="Listbox" position="0,2" size="600,500" enableWrapAround="1" scrollbarMode="showNever" >
+			<convert type="TemplatedMultiContent">
+				{"template": [
+						MultiContentEntryText(pos = (200, 10), size = (470, 30), flags = RT_HALIGN_LEFT, text = 1), # index 1 is the language name,
+						MultiContentEntryPixmap(pos = (30, 5), size = (60, 40), png = 2), # index 2 is the pixmap
+					],
+				 "fonts": [gFont("Regular", 25)],
+				 "itemHeight": 50
+				}
+			</convert>
+		</widget>
+	</screen>
+
+	<screen name="MessageBox" position="350,175" size="600,10" title="Message">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="65,8" size="520,0" font="Regular;22" />
+		<widget name="ErrorPixmap" pixmap="skin_default/icons/input_error.png" position="5,5" size="53,53" alphatest="on" />
+		<widget name="QuestionPixmap" pixmap="skin_default/icons/input_question.png" position="5,5" size="53,53" alphatest="on" />
+		<widget name="InfoPixmap" pixmap="skin_default/icons/input_info.png" position="5,5" size="53,53" alphatest="on" />
+		<widget name="list" position="100,100" size="480,375" />
+		<applet type="onLayoutFinish">
+# this should be factored out into some helper code, but currently demonstrates applets.
+from enigma import eSize, ePoint
+
+orgwidth = self.instance.size().width()
+orgpos = self.instance.position()
+textsize = self[&quot;text&quot;].getSize()
+
+# y size still must be fixed in font stuff...
+textsize = (textsize[0] + 80, textsize[1] + 80)
+offset = 20
+if self.type == self.TYPE_YESNO:
+	offset = 80
+wsizex = textsize[0] + 80
+wsizey = textsize[1] + offset
+if (600 &gt; wsizex):
+	wsizex = 600
+wsize = (wsizex, wsizey)
+
+
+# resize
+self.instance.resize(eSize(*wsize))
+
+# resize label
+self[&quot;text&quot;].instance.resize(eSize(*textsize))
+
+# move list
+listsize = (wsizex - 20, 50)
+self[&quot;list&quot;].instance.move(ePoint(10, textsize[1]))
+self[&quot;list&quot;].instance.resize(eSize(*listsize))
+
+# center window
+newwidth = wsize[0]
+self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
+		</applet>
+	</screen>
+
+	<screen name="MoviePlayer" position="69,566" size="1142,132" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder" >
+		<eLabel position="1,1" zPosition="-1" size="1140,130" backgroundColor="transpBlack" />
+		<eLabel position="1,1" zPosition="1"  size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,129" zPosition="1"  size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,3" zPosition="1"  size="2,126"  backgroundColor="grey" />
+		<eLabel position="1139,3" zPosition="1" size="2,126"  backgroundColor="grey" />
+		<widget source="global.CurrentTime" render="Label" position="1012,7" size="80,25" font="Regular;24" valign="top" halign="right" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1094,9" size="30,30" font="Regular;18" valign="top" halign="left" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1013,35" size="110,20" font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="15,6" size="800,54" font="Regular;24" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/ico_dolby_off.png" position="890,10" size="57,20" zPosition="1" alphatest="blend" />
+		<widget source="session.CurrentService" render="Pixmap" pixmap="dreamTV_HD/ico_dolby_on.png" position="890,10" size="57,20" zPosition="2" alphatest="blend">
+			<convert type="ServiceInfo">IsMultichannel</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/ico_format_off.png" position="960,9" size="36,20" zPosition="1" alphatest="blend" />
+		<widget source="session.CurrentService" render="Pixmap" pixmap="dreamTV_HD/ico_format_on.png"	position="960,9" size="36,20" zPosition="2" alphatest="blend">
+			<convert type="ServiceInfo">IsWidescreen</convert>
+			<convert type="ConditionalShowHide"/>
+		</widget>
+		<widget source="session.RecordState" 	render="FixedLabel" text="REC" 	position="820,38"	zPosition="5" size="43,17" font="Regular;16" valign="top" halign="center" foregroundColor="red" backgroundColor="transpBlack" >
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" font="Regular;18" position="880,36" size="55,18" halign="right" foregroundColor="#e5b243" backgroundColor="transpBlack" transparent="1">
+			<convert type="ServiceInfo">VideoWidth</convert>
+		</widget>
+		<eLabel text="x" font="Regular;18" position="935,36" size="15,18" halign="center" foregroundColor="#e5b243" backgroundColor="transpBlack" transparent="1"/>
+		<widget source="session.CurrentService" render="Label" font="Regular;18" position="950,36" size="55,18" halign="left" foregroundColor="#e5b243" backgroundColor="transpBlack" transparent="1">
+			<convert type="ServiceInfo">VideoHeight</convert>
+		</widget>
+		<eLabel position="10,60" zPosition="1" size="1120,2" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Label" position="10,73" size="100,25" font="Regular;22" halign="right" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Position</convert>
+		</widget>
+		<ePixmap position="120,77" size="600,16" pixmap="dreamTV_HD/mpslider.png" zPosition="3" alphatest="blend" />
+		<widget source="session.CurrentService" render="PositionGauge" position="140,78" size="560,14" zPosition="2" pointer="dreamTV_HD/pointer.png:13,3" >
+			<convert type="ServicePosition">Gauge</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="730,73" size="100,25" font="Regular;22" halign="left" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Remaining</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="360,98" size="120,25" font="Regular;24" halign="center" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Length</convert>
+		</widget>
+		<ePixmap position="845,80" zPosition="1" size="260,32" pixmap="dreamTV_HD/mp_buttons.png" alphatest="on" />
+	</screen>
+
+	<screen name="MovieContextMenu" position="340,180" size="600,400" title="Movielist menu">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="menu" position="20,20" size="560,360" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="MovieLocationBox" position="90,100" size="1100,560" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="text" position="10,10" size="1080,27" font="Regular;23" />
+		<eLabel position="10,50" size="20,27" backgroundColor="darkgrey" />
+		<widget name="target" position="30,50" size="1060,27" valign="center" font="Regular;24" foregroundColor="black" backgroundColor="darkgrey"/>
+		<widget name="filelist" position="30,85" zPosition="1" size="1060,230" scrollbarMode="showOnDemand" selectionDisabled="1" />
+		<eLabel position="10,345" size="20,27" backgroundColor="darkgrey" />
+		<widget name="textbook" position="30,345" size="1060,27" valign="center" font="Regular;24" foregroundColor="black" backgroundColor="darkgrey"/>
+		<widget name="booklist" position="30,380" zPosition="2" size="1060,125" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget name="red" position="0,0" size="0,0" />
+		<widget name="green" position="0,0" size="0,0" />
+		<widget name="yellow" position="0,0" size="0,0" />
+		<widget name="blue" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="MovieSelection" position="90,100" size="1100,560" title="Select a movie">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<eLabel position="780,0" size="2,518" backgroundColor="grey" />
+		<widget name="waitingtext" position="10,20" size="760,450" zPosition="4" font="Regular;22" halign="center" valign="center" />
+		<widget name="list" position="10,20" size="760,450" scrollbarMode="showOnDemand" />
+		<widget name="freeDiskSpace" position="10,485" size="760,25" font="Regular;22" halign="center" />
+		<widget source="Service" render="Label" position="790,10" zPosition="1" size="300,50" font="Regular;24" halign="center" foregroundColor="white" >
+			<convert type="MovieInfo">RecordServiceName</convert>
+		</widget>
+		<widget source="Service" render="Label" position="790,70" zPosition="1" size="300,48" font="Regular;22" halign="center" foregroundColor="#cccccc">
+			<convert type="MovieInfo">ShortDescription</convert>
+		</widget>
+		<widget source="Service" render="Label" position="790,130" zPosition="1" size="300,22" font="Regular;22" halign="center" >
+			<convert type="ServiceTime">Duration</convert>
+			<convert type="ClockToText">AsLength</convert>
+		</widget>
+		<widget source="Service" render="Label" position="790,166" zPosition="1" size="300,344" font="Regular;20" foregroundColor="#dddddd">
+			<convert type="EventName">ExtendedDescription</convert>
+		</widget>
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget name="DescriptionBorder" position="0,0" size="0,0"/>
+	</screen>
+
+	<screen name="NameserverSetup" position="90,100" size="1100,560" title="Nameserver Setup" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="20,70" size="740,375" scrollbarMode="showOnDemand" />
+		<widget name="introduction" position="20,470" size="740,30" zPosition="10" font="Regular;24" halign="center" transparent="1" />
+		<eLabel position="780,0" size="2,518" 	backgroundColor="grey" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_yellow" render="Label" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<ePixmap pixmap="skin_default/bottombar.png" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="NetworkAdapterSelection" position="90,100" size="1100,560" title="Select Network Adapter">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="20,70" size="740,375" scrollbarMode="showOnDemand" />
+		<widget name="introduction" position="20,470" size="740,30" zPosition="10" font="Regular;24" halign="center" transparent="1" />
+		<eLabel position="780,0" size="2,518" backgroundColor="grey" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 120,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="390,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="NetworkAdapterTest" position="90,100" size="1100,560" title="Network test..." >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="Adaptertext" position="20,20" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="Adapter" position="20,50" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="AdapterInfo_OK" position="720,35" size="38,31" zPosition="2" pixmap="skin_default/icons/lock_on.png" alphatest="on" />
+		<widget name="AdapterInfo" position="782,27" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="AdapterInfo_Text" position="782,27" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,90" size="740,1" backgroundColor="darkgrey" />
+		<widget name="Networktext" position="20,100" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="Network" position="20,130" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="NetworkInfo_Check" position="720,115" size="38,31" zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="NetworkInfo" position="782,107" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="NetworkInfo_Text" position="782,107" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,170" size="740,1" backgroundColor="darkgrey" />
+		<widget name="Dhcptext" position="20,180" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="Dhcp" position="20,210" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="DhcpInfo_Check" position="720,195" size="38,31"  zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="DhcpInfo" position="782,187" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="DhcpInfo_Text" position="782,187" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,250" size="740,1" backgroundColor="darkgrey" />
+		<widget name="IPtext" position="20,260" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="IP" position="20,290" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="IPInfo_Check" position="720,275" size="38,31"  zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="IPInfo" position="782,267" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="IPInfo_Text" position="782,267" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,330" size="740,1" backgroundColor="darkgrey" />
+		<widget name="DNStext" position="20,340" size="650,25" zPosition="1" font="Regular;22" foregroundColor="grey" />
+		<widget name="DNS" position="20,370" size="650,25" zPosition="1" font="Regular;22" foregroundColors="#8c8c93,#f23d21,#1cff1c" />
+		<widget name="DNSInfo_Check" position="720,355" size="38,31"  zPosition="2" pixmaps="skin_default/icons/lock_on.png,skin_default/icons/lock_error.png" alphatest="on" />
+		<widget name="DNSInfo" position="782,347" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="DNSInfo_Text" position="782,347" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<eLabel position="20,410" size="740,1" backgroundColor="darkgrey" />
+		<widget name="EditSettingsButton" position="782,427" size="318,50" zPosition="1" pixmaps="dreamTV_HD/menu/select300_45black.png,dreamTV_HD/menu/select600_50.png" />
+		<widget name="EditSettings_Text" position="782,427" size="318,50" zPosition="2" font="Regular;22" halign="center" valign="center" transparent="1" foregroundColors="#ffffff,#ffffff,#ffffff" />
+		<widget name="InfoText" position="20,22" size="740,476" zPosition="25" font="Regular;24" halign="center" valign="center"/>
+		<eLabel position="780,0" size="2,518"  backgroundColor="grey" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<!--widget name="ButtonGreen_Check" position="30,531" size="15,16" pixmaps="skin_default/buttons/button_green.png,skin_default/buttons/button_green_off.png" transparent="1" alphatest="on" /-->
+		<widget source="key_green" render="Label" position="60,526" size="250,30" font="Regular;24" transparent="1" foregroundColor="green" />
+		<!--widget name="ButtonYellow_Check" position="360,531" size="15,16" pixmaps="skin_default/buttons/button_yellow.png,skin_default/buttons/button_yellow_off.png" transparent="1" alphatest="on" /-->
+		<widget source="key_yellow" render="Label" position="390,526" size="250,30" font="Regular;24" transparent="1" foregroundColor="yellow" />
+		<widget source="key_red" render="Label" position=" 830,526" size="250,30" font="Regular;24" halign="center" foregroundColor="red" />
+		<widget name="InfoTextBorder" position="0,0" size="0,0"/>
+		<ePixmap position="0,0" size="0,0" pixmap="skin_default/buttons/button_red.png" />
+	</screen>
+
+	<screen name="NimSelection" position="340,134" size="600,422" title="Choose Tuner">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="nimlist" render="Listbox" position="0,0" size="600,420" >
+			<convert type="TemplatedMultiContent">
+				{"template": [
+						MultiContentEntryText(pos = (10, 5), size = (560, 30), flags = RT_HALIGN_LEFT, text = 1), # index 1 is the nim name,
+						MultiContentEntryText(pos = (10, 37), size = (560, 30), font = 1, flags = RT_HALIGN_LEFT, text = 2), # index 2 is a description of the nim settings,
+					],
+				 "fonts": [gFont("Regular", 22), gFont("Regular", 17)],
+				 "itemHeight": 70
+				}
+			</convert>
+		</widget>
+	</screen>
+
+	<screen name="NimSetup" position="340,134" size="600,502" title="Reception Settings">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="NumberZap" position="440,355" size="400,60" title="Channel">
+		<eLabel position="0,0" size="400,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="channel" position="30,15" size="130,28" font="Regular;25" />
+		<widget name="number" position="190,15" size="80,28" halign="right" font="Regular;25" />
+	</screen>
+
+	<screen name="NumericalTextInputHelpDialog" position="338,480" zPosition="2" size="604,124" backgroundColor="#202020" flags="wfNoBorder">
+		<eLabel position="0,0" size="602,122" backgroundColor="#c0c0c0" zPosition="-1" />
+		<widget name="key1" position="2,2" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key2" position="202,2" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key3" position="402,2" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key4" position="2,42" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key5" position="202,42" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key6" position="402,42" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key7" position="2,82" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key8" position="202,82" size="200,40" font="Console;19" halign="center" valign="center" />
+		<widget name="key9" position="402,82" size="200,40" font="Console;19" halign="center" valign="center" />
+	</screen>
+
+	<screen name="ParentalControlChangePin" position="340,134" size="600,502" title="Change pin code">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="ParentalControlEditor" position="340,134" size="600,502" title="Parental control services Editor">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="servicelist" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="ParentalControlSetup" position="340,134" size="600,502" title="Parental control setup">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,475" />
+	</screen>
+
+	<screen name="PluginBrowser" position="240,134" size="800,492" title="Plugin browser">
+		<eLabel position="0,0" size="800,2" backgroundColor="grey" />
+		<widget name="list" position="0,0" size="801,452" scrollbarMode="showOnDemand" />
+		<eLabel position="0,450" size="800,2" backgroundColor="grey" />
+		<widget name="red" position=" 120,457" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="green" position="380,457" size="300,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+	</screen>
+
+	<screen name="PluginDownloadBrowser" position="240,134" size="800,492" title="Downloadable plugins">
+		<eLabel position="0,0" size="800,2" backgroundColor="grey" />
+		<widget name="text" position="20,30" size="760,50" font="Regular;23" />
+		<widget name="list" position="0,0" size="801,452" scrollbarMode="showOnDemand" />
+		<eLabel position="0,450" 	size="800,2" backgroundColor="grey" />
+	</screen>
+
+	<screen name="RadioInfoBar" position="79,470" size="1122,192" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder">
+		<eLabel position="1,1" zPosition="-1" size="1120,190" backgroundColor="transpBlack" />
+		<eLabel position="1,1" zPosition="1" size="1120,2" backgroundColor="grey" />
+		<eLabel position="1,189" zPosition="1" size="1120,2" backgroundColor="grey" />
+		<eLabel position="1,3" zPosition="1" size="2,186" backgroundColor="grey" />
+		<eLabel position="1119,3" zPosition="1" size="2,186" backgroundColor="grey" />
+		<widget source="session.CurrentService" render="Label" position="15,6" size="600,26" font="Regular;24" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="17,34" size="400,22" font="Regular;18" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ServiceName">Provider</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="992,7" size="80,25" font="Regular;24" valign="top" halign="right" 	backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1074,9" size="30,30" font="Regular;18" valign="top" halign="left" 	backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="993,35" size="110,20" font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<widget source="session.RecordState" render="FixedLabel" text="REC" position="940,38"	zPosition="5" size="43,17" font="Regular;16" valign="top" halign="center" foregroundColor="red" backgroundColor="transpBlack" >
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<eLabel position="10,60" zPosition="1" size="1102,2" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Picon" position="30,73" zPosition="1" size="100,60" alphatest="on">
+			<convert type="ServiceName">Reference</convert>
+		</widget>
+		<widget source="session.Event_Now" render="Label" position="140,67" size="65,25"  halign="right"  font="Regular;22" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel text="-" position="205,67" size="20,25" halign="center" font="Regular;22" backgroundColor="background" transparent="1" />
+		<widget source="session.Event_Now" render="Label" position="225,67" size="65,25" halign="left" font="Regular;22" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap position="820,67" size="50,25" zPosition="20" pixmap="dreamTV_HD/endback.png" />
+		<widget source="session.Event_Now" render="Label" position="300,67" size="570,25" zPosition="21" halign="left" font="Regular;22" backgroundColor="background" transparent="1" noWrap="1">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap position="820,67" size="50,25" zPosition="22" pixmap="dreamTV_HD/end.png" alphatest="blend"/>
+		<widget source="session.Event_Now" render="Label" position="870,67" size="120,25" halign="right" font="Regular;22" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">Remaining</convert>
+			<convert type="RemainingToText">InMinutes</convert>
+		</widget>
+		<ePixmap position="150,97" size="840,12" zPosition="2" pixmap="dreamTV_HD/slider_back.png" alphatest="blend" />
+		<widget source="session.Event_Now" render="Progress" pixmap="dreamTV_HD/slider.png" position="150,97" size="840,12" zPosition="1" transparent="2" >
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="session.Event_Next" render="Label" position="140,114" size="65,25"  halign="right"  font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">StartTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<eLabel text="-" position="205,114" size="20,25" halign="center" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" />
+		<widget source="session.Event_Next" render="Label" position="225,114" size="65,25" halign="left" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1">
+			<convert type="EventTime">EndTime</convert>
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<ePixmap position="820,114" size="50,25" zPosition="20" pixmap="dreamTV_HD/endback.png" />
+		<widget source="session.Event_Next" render="Label" position="300,114" size="570,25" zPosition="21" halign="left" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" noWrap="1">
+			<convert type="EventName">Name</convert>
+		</widget>
+		<ePixmap position="820,114" size="50,25" zPosition="22" pixmap="dreamTV_HD/end.png" alphatest="blend"/>
+		<widget source="session.Event_Next" render="Label" position="870,114" size="120,25" halign="right" font="Regular;22" foregroundColor="grey" backgroundColor="background" transparent="1" >
+			<convert type="EventTime">Duration</convert>
+			<convert type="ClockToText">InMinutes</convert>
+		</widget>
+		<widget source="RdsDecoder" render="Pixmap" pixmap="dreamTV_HD/icons/rass_logo.png" position="1010,73" size="100,60" alphatest="on">
+			<convert type="RdsInfo">RasInteractiveAvailable</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<eLabel position="1,145" zPosition="1" size="1120,1" backgroundColor="white" />
+		<widget source="RdsDecoder" render="Label" position="11,153" size="1100,30" font="LCD;30" halign="center" foregroundColor="yellow">
+			<convert type="RdsInfo">RadioText</convert>
+		</widget>
+	</screen>
+
+	<screen name="RdsInfoDisplay" position="0,0" size="1280,720" zPosition="-2" backgroundColor="transparent" flags="wfNoBorder">
+		<widget name="RassLogo" pixmap="skin_default/icons/rass_logo.png" position="100,585" size="50,21" />
+		<widget name="RadioText" position="100,620" size="1080,30" font="Regular;24" noWrap="1" backgroundColor="transpBlack" />
+		<widget name="RtpText" position="100,650" size="1080,30" font="Regular;24" halign="right" noWrap="1" backgroundColor="transpBlack" />
+	</screen>
+
+	<screen name="Satfinder" position="340,100" 	size="600,502"  title="Satfinder">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<ePixmap pixmap="skin_default/icons/dish_scan.png" 	position="15,25" zPosition="0" size="119,110" transparent="1" alphatest="on" />
+		<widget source="Frontend" render="Label" position="230,10" zPosition="2" size="280,20" font="Regular;19" halign="center" valign="center" transparent="1">
+			<convert type="FrontendInfo">SNRdB</convert>
+		</widget>
+		<eLabel name="snr" text="SNR:" position="140,35" size="60,22" font="Regular;21" halign="right" transparent="1" />
+		<widget source="Frontend" render="Progress" position="230,35" size="280,20" pixmap="skin_default/bar_snr.png" borderWidth="2" borderColor="#cccccc">
+			<convert type="FrontendInfo">SNR</convert>
+		</widget>
+		<widget source="Frontend" render="Label" position="530,35" size="60,22" font="Regular;21">
+			<convert type="FrontendInfo">SNR</convert>
+		</widget>
+		<eLabel name="agc" text="AGC:" position="140,60" size="60,22" font="Regular;21" halign="right" transparent="1" />
+		<widget source="Frontend" render="Progress" position="230,60" size="280,20" pixmap="skin_default/bar_snr.png" borderWidth="2" borderColor="#cccccc">
+			<convert type="FrontendInfo">AGC</convert>
+		</widget>
+		<widget source="Frontend" render="Label" position="530,60" size="60,22" font="Regular;21">
+			<convert type="FrontendInfo">AGC</convert>
+		</widget>
+		<eLabel name="ber" text="BER:" position="140,85" size="60,22" font="Regular;21" halign="right" transparent="1" />
+		<widget source="Frontend" render="Progress" position="230,85" size="280,20" pixmap="skin_default/bar_ber.png" borderWidth="2" borderColor="#cccccc">
+			<convert type="FrontendInfo">BER</convert>
+		</widget>
+		<widget source="Frontend" render="Label" position="530,85" size="60,22" font="Regular;21">
+			<convert type="FrontendInfo">BER</convert>
+		</widget>
+		<eLabel name="lock" text="Lock:" position="140,115" size="80,25" font="Regular;21" halign="right" />
+		<widget source="Frontend" render="Pixmap" pixmap="skin_default/icons/lock_on.png" position="230,110" zPosition="1" size="38,31" alphatest="on">
+			<convert type="FrontendInfo">LOCK</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="Frontend" render="Pixmap" pixmap="skin_default/icons/lock_off.png" position="230,110" zPosition="1" size="38,31" alphatest="on">
+			<convert type="FrontendInfo">LOCK</convert>
+			<convert type="ConditionalShowHide">Invert</convert>
+		</widget>
+		<eLabel position="0,152" size="600,1" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,165" size="580,240" scrollbarMode="showOnDemand" />
+		<widget name="introduction" position="0,0" size="0,0" font="Regular;23" />
+	</screen>
+
+	<screen name="ScanSetup" position="340,134" size="600,502" title="Service scan">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="config" position="10,12" size="580,425" />
+		<widget name="introduction" position="10,465" size="580,25" font="Regular;22" halign="center" />
+	</screen>
+
+	<screen name="ScanSimple" position="340,134" 	size="600,502" title="Service scan">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="header" position="10,10" size="580,25" font="Regular;23" />
+		<widget name="config" position="10,55" size="580,350" scrollbarMode="showOnDemand" />
+		<widget name="footer" position="10,465" size="580,25" font="Regular;22" halign="center" />
+	</screen>
+
+	<screen name="ServiceInfo" position="90,100" size="1100,560" title="Serviceinfo">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="infolist" position="50,20" size="1000,500" selectionDisabled="1" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="ServiceScan" position="340,134" size="600,502" title="Service Scan">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="FrontendInfo" render="Pixmap" pixmap="skin_default/icons/scan-s.png" position="15,15" size="64,64" transparent="1" alphatest="on">
+			<convert type="FrontendInfo">TYPE</convert>
+			<convert type="ValueRange">0,0</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="FrontendInfo" render="Pixmap" pixmap="skin_default/icons/scan-c.png" position="15,15" size="64,64" transparent="1" alphatest="on">
+			<convert type="FrontendInfo">TYPE</convert>
+			<convert type="ValueRange">1,1</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget source="FrontendInfo" render="Pixmap" pixmap="skin_default/icons/scan-t.png" position="15,15" size="64,64" transparent="1" alphatest="on">
+			<convert type="FrontendInfo">TYPE</convert>
+			<convert type="ValueRange">2,2</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget name="network" position="100,25" size="430,25" font="Regular;22" />
+		<widget name="transponder" position="100,55" size="430,25" font="Regular;22" />
+		<widget name="scan_state" position="20,105" size="560,25" zPosition="2" font="Regular;22" />
+		<widget name="pass" position="20,105" size="560,25" font="Regular;22" />
+		<widget name="scan_progress" position="20,140" size="560,20" pixmap="dreamTV_HD/progress_big.png" borderWidth="1" borderColor="#cccccc" />
+		<widget name="servicelist" position="20,175" size="560,300" selectionDisabled="1" />
+	</screen>
+
+	<screen name="Setup" position="190,100" size="900,560"  title="Setup">
+		<eLabel position="0,0" size="900,2" backgroundColor="grey" />
+		<!--widget name="title" position="20,10" size="580,35" font="Regular;23" /-->
+		<eLabel position="0,45" size="900,2" backgroundColor="grey" />
+		<widget name="config" position="20,65" size="860,425" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="900,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position="190,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="460,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+	</screen>
+
+	<screen name="SimpleChannelSelection" position="90,100" size="1100,560" title="Channel Selection" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="10,20" 	size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="SkinSelector" position="240,134" size="800,502" 	title="Choose your Skin">
+		<eLabel position="0,0" size="800,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="SkinList" position="10,10" size="450,475" scrollbarMode="showOnDemand" />
+		<eLabel position="470,2" size="2,500" backgroundColor="grey" zPosition="5"/>
+		<widget name="Preview" position="500,140" size="280,210" alphatest="on" />
+	</screen>
+
+	<screen name="Standby" position="0,0" size="1280,720" title="Standby" flags="wfNoBorder" />
+
+	<screen name="StartWizard" position="340,134" size="600,502"  title="Welcome..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="wizard" pixmap="skin_default/wizard.png" position="60,20" zPosition="10" size="110,174" transparent="1" alphatest="on"/>
+		<widget name="text" position="230,50" size="340,270" font="Regular;23" />
+		<ePixmap pixmap="skin_default/buttons/button_red.png" position="40,223" size="15,16" alphatest="on" />
+		<widget name="languagetext" position="70,220" size="120,30" font="Regular;20" />
+		<widget source="list" render="Listbox"	position="20,300" size="560,200" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+		<widget name="config" zPosition="1" position="20,300" size="560,200" scrollbarMode="showOnDemand" />
+		<widget name="rc" pixmap="skin_default/rc.png" position="600,502" zPosition="10" size="154,471" transparent="1" alphatest="on"/>
+		<widget name="arrowdown" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowdown2" pixmap="skin_default/arrowdown.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on" />
+		<widget name="arrowup" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+		<widget name="arrowup2" pixmap="skin_default/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+	</screen>
+
+	<screen name="SleepTimerEdit" position="390,300" size="500,200" title="Sleep Timer">
+		<widget name="current_status" position="40,40" size="400,30" valign="center" font="Regular;20" />
+		<widget name="red" pixmap="skin_default/buttons/button_red.png" position="10,88" size="12,12" alphatest="on" />
+		<widget name="green" pixmap="skin_default/buttons/button_green.png" position="10,128" size="12,12" alphatest="on" />
+		<widget name="yellow" pixmap="skin_default/buttons/button_yellow.png" position="10,168" size="12,12" alphatest="on" />
+		<widget name="blue" pixmap="skin_default/buttons/button_blue.png" position="10,168" size="12,12" alphatest="on" />
+		<widget name="red_text" position="40,80" size="400,30" valign="center" font="Regular;20" />
+		<widget name="green_text" position="40,120" size="400,30" valign="center" font="Regular;20" />
+		<widget name="yellow_text" position="40,160" size="400,30" valign="center" font="Regular;20" />
+		<widget name="blue_text" position="40,200" size="400,30" valign="center" font="Regular;20" />
+		<widget name="pretext" position="15,10" size="235,25" font="Regular;19" />
+		<widget name="input" position="260,10" size="40,25" font="Regular;19" />
+		<widget name="aftertext" position="305,10" size="100,25" font="Regular;19" />
+		<ePixmap pixmap="skin_default/sleeptimer.png" position="390,17" size="90,125" alphatest="on" />
+	</screen>
+
+	<screen name="SubservicesQuickzap" position="380,600" size="560,100" title="Subservices" backgroundColor="transparent" flags="wfNoBorder">
+		<widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icons/record.png" position="450,0" zPosition="2" size="14,14" alphatest="on" >
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+		<eLabel text="Subservices" position="0,0" size="560,28" font="Regular;20" halign="center" valign="center" backgroundColor="transpBlack" />
+		<widget name="CurrentSubserviceNumber" position="0,28" size="70,48" font="Regular;22" halign="center" valign="center" backgroundColor="transpBlack" />
+		<widget source="session.CurrentService" render="Label" position="70,28" size="490,48" font="Regular;22" valign="center" backgroundColor="transpBlack" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+	</screen>
+
+	<screen name="Subtitles" position="340,134" size="600,502" title="Subtitle selection">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" />
+		<widget name="config" position="20,20" zPosition="1" size="560,400" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="SubtitleDisplay" position="0,0" size="1280,720" zPosition="-1" flags="wfNoBorder" backgroundColor="transparent" />
+	<screen name="TimerEdit" position="90,100" size="1100,560" title="Timer Edit">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="description" position="10,10" size="1080,40" font="Regular;25" />
+		<widget name="lbegin" position="605,102" size="103,30" font="Regular;25" foregroundColor="red" />
+		<widget name="lend" position="605,158" size="103,30" font="Regular;25" foregroundColor="green" />
+		<widget name="begin" position="708,105" size="72,35" font="Regular;25" />
+		<widget name="end" position="708,150" size="72,35" font="Regular;25" />
+		<widget name="apply" position="210,240" size="250,35" />
+	</screen>
+
+	<screen name="TimerEditList" position="90,100" size="1100,560" title="Timer Editor">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="timerlist" position="10,20" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TimerEntry" position="90,100" size="1100,560" title="Timer entry">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="canceltext" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="oktext" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="cancel" position="0,0" size="0,0"/>
+		<widget name="ok" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="TimerLog" position="90,100" size="1100,560" title="Timer log">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="loglist" position="10,10" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,370" size="1100,2" backgroundColor="grey" />
+		<widget name="logentry" position="10,380" size="1080,130" font="Regular;20" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TimerSanityConflict" position="90,100" size="1100,560" title="Timer sanity error">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="list" position="10,10" size="1080,250" scrollbarMode="showOnDemand" />
+		<eLabel position="0,270" size="1100,2" backgroundColor="grey" />
+		<eLabel position="549,0" size="2,248" backgroundColor="grey" />
+		<widget name="timer1" position="10,45"  size="530,225" scrollbarMode="showNever" />
+		<widget name="timer2" position="560,45" size="530,225" scrollbarMode="showNever" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TimerSelection" position="90,100" size="1100,560" title="Timer selection">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="timerlist" position="10,20" size="1080,350" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+	</screen>
+
+	<screen name="VideoFinetune" position="0,0" size="1280,720" backgroundColor="transpBlack"  >
+		<widget source="Canvas" render="Canvas" position="280,70" size="720,576" />
+	</screen>
+
+	<screen name="Menu" position="340,134" size="600,502" title="Main menu">
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="title" render="Label" position="10,10" size="580,35" font="Regular;27" halign="center" />
+		<eLabel position="10,50" size="580,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="menu" render="Listbox" position="10,55" size="580,450" scrollbarMode="showOnDemand" >
+			<convert type="StringList" />
+		</widget>
+	</screen>
+
+	<screen name="CutListEditor" position="0,0" size="1280,720" title="Cutlist editor" flags="wfNoBorder" >
+		<eLabel position="80,125" size="300,420" zPosition="1" backgroundColor="grey" />
+		<eLabel position="81,126" size="298,418" zPosition="2" backgroundColor="black" />
+		<widget name="Cutlist" position="90,135" size="280,400"  	zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="479,124" zPosition="3"  size="696,377" backgroundColor="#ff000000" />
+		<widget name="Video" position="270,100" zPosition="-10" size="390,300" />
+		<widget source="session.CurrentService" render="Label" position="450,510" size="790,30" zPosition="3" font="Regular;24" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="450,550"  size="790,25" zPosition="3" font="Regular;20" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Position,Detailed</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/mp_buttons.png" position="100,582" size="260,32" zPosition="1" alphatest="on" />
+		<widget name="Timeline" position="479,587" size="696,20" zPosition="3" backgroundColor="#808888" pointer="skin_default/position_arrow.png:3,5" foregroundColor="black" />
+		<eLabel text="OK = Menu" position="1060,630" size="140,22" zPosition="1" font="Regular;20" backgroundColor="black" transparent="1" />
+	</screen>
+
+	<!-- Plugins -->
+	<screen name="MediaPlayer" position="0,0" size="1280,720" title="MediaPlayer" backgroundColor="black" flags="wfNoBorder" >
+		<eLabel text="M e d i a P l a y e r" position="90,40" size="250,32" zPosition="1" font="Regular;28" backgroundColor="black" />
+		<widget source="global.CurrentTime" 	render="Label" position="1102,40" size="80,25" 	font="Regular;24" valign="top" halign="right" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1184,42" size="30,30" 	font="Regular;18" valign="top" halign="left" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1103,69" size="110,20" 	font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<eLabel position="70,100" size="560,30" zPosition="4" backgroundColor="grey" />
+		<eLabel text="F i l e l i s t" 	position="72,102" size="556,26" zPosition="5" font="Regular;22" halign="center" foregroundColor="black" backgroundColor="darkgrey" />
+		<widget name="filelist" position="80,148" size="540,299" scrollbarMode="showOnDemand" backgroundColor="black" />
+		<eLabel position="70,440" size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="72,458" size="18,2" backgroundColor="darkgrey" />
+		<eLabel position="628,440" size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="610,458" size="18,2" backgroundColor="darkgrey" />
+		<eLabel position="650,100" size="560,30" zPosition="4" backgroundColor="grey" />
+		<eLabel text="P l a y l i s t" 	position="652,102"  size="556,26" zPosition="5" font="Regular;22" halign="center" foregroundColor="black" backgroundColor="darkgrey" />
+		<widget name="playlist" position="660,148"  size="540,299" scrollbarMode="showOnDemand" selectionDisabled="1" backgroundColor="black" />
+		<eLabel position="650,440"  size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="652,458"  size="18,2" backgroundColor="darkgrey" />
+		<eLabel position="1208,440" size="2,20" backgroundColor="darkgrey" />
+		<eLabel position="1190,458" size="18,2" backgroundColor="darkgrey" />
+		<widget name="title" position="300,475" size="680,30" font="Regular;26" valign="top" transparent="1" backgroundColor="black" />
+		<eLabel position="290,515" size="700,2"  backgroundColor="white" />
+		<widget name="artisttext" position="300,525" size="100,25" font="Regular;20" valign="top" foregroundColor="darkgrey" backgroundColor="black" transparent="1" />
+		<widget name="artist" position="410,525" size="580,25" font="Regular;20" valign="top" backgroundColor="black" transparent="1" />
+		<widget name="albumtext" position="300,555" size="100,25" font="Regular;20" valign="top" foregroundColor="darkgrey" backgroundColor="black" transparent="1" />
+		<widget name="album" position="410,555" size="580,25" font="Regular;20" valign="top" backgroundColor="black" transparent="1" />
+		<widget name="yeartext" position="300,585" size="100,25" font="Regular;20" valign="top" foregroundColor="darkgrey" backgroundColor="black" transparent="1" />
+		<widget name="year" position="410,585" size="580,25" font="Regular;20" valign="top" backgroundColor="black" transparent="1" />
+		<widget name="coverArt" pixmap="dreamTV_HD/icons/no_coverArt.png" position="120,490"  size="116,116" transparent="1" alphatest="blend" />
+		<widget name="repeat" position="1140,580" size="50,30" pixmaps="dreamTV_HD/icons/repeat_off.png,dreamTV_HD/icons/repeat_on.png" transparent="1" alphatest="blend"/>
+		<eLabel position="80,620" zPosition="1" size="1120,2" backgroundColor="white" />
+		<ePixmap position="200,647" size="600,16" pixmap="dreamTV_HD/mpslider.png" zPosition="13" backgroundColor="black" alphatest="on"/>
+		<widget name="PositionGauge" position="220,648" size="560,14" zPosition="12" pointer="dreamTV_HD/pointer.png:13,3" transparent="0"/>
+		<widget source="session.CurrentService" render="Label" position="80,643" size="100,25" font="Regular;22" halign="right" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Position</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="820,643" size="100,25" font="Regular;22" halign="left" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Remaining</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="540,55" size="200,30" font="Regular;26" zPosition="33" foregroundColor="white" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Length</convert>
+		</widget>
+		<ePixmap position="900,640" zPosition="1" size="260,32" pixmap="dreamTV_HD/mp_buttons.png" alphatest="on" />
+		<eLabel name="nowPlaying" position="0,0" size="0,0" />
+		<widget name="genretext" position="0,0" size="0,0" />
+		<widget name="genre" position="0,0" size="0,0" />
+		<widget name="currenttext" position="0,0" size="0,0" />
+		<widget name="titletext" position="0,0" size="0,0" />
+	</screen>
+
+	<screen name="CDInfo" position="90,100" size="1100,560" title="CDInfo" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="info" position="20,20" size="260,200" font="Regular;21" transparent="1" />
+		<widget name="info2" position="20,240" size="260,260" font="Regular;21" transparent="1" />
+		<eLabel position="300,0" size="2,518" backgroundColor="grey" />
+		<widget name="config" position="320,20" size="760,475" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="UpdatePlugin" position="340,134" size="600,502"  title="Software Update..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="activityslider" position="10,30" 	size="580,15"	borderWidth="1" transparent="1" />
+		<widget name="package" position="20,60" size="560,25" font="Regular;20" backgroundColor="transpBlack" transparent="1" />
+		<widget name="status" position="20,100" size="560,50" font="Regular;20" backgroundColor="transpBlack" transparent="1" />
+		<widget name="slider" position="10,190" size="580,20" borderWidth="1" transparent="1" />
+	</screen>
+
+	<screen name="UpdatePluginMenu" position="340,134" size="600,502" title="Update..." >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="menu" position="10,12" size="580,475" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<screen name="BackupSetup" position="90,100" size="1100,560" title="Backup and Restore" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="canceltext" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="oktext" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="restoretext" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="backuptext" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+		<widget name="cancel" position="0,0" size="0,0"/>
+		<widget name="ok" position="0,0" size="0,0"/>
+		<widget name="restore" position="0,0" size="0,0"/>
+		<widget name="backup" position="0,0" size="0,0"/>
+	</screen>
+
+	<screen name="RestoreMenu" position="90,100" size="1100,560" title="Restore Backups" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="filelist" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="canceltext" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="restoretext" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="cancel" position="0,0" size="0,0"/>
+		<widget name="restore" position="0,0" size="0,0"/>
+	</screen>
+
+	<screen name="WebIfConfigScreen" position="90,100" 	size="1100,560" title="Main Setup" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+	</screen>
+
+	<screen name="WebIfInterfaceListConfigScreen" position="230,100" size="820,560" title="list of configured Interfaces" >
+		<eLabel position="0,0" size="820,2" backgroundColor="grey" />
+		<widget name="adress" position="10,20" size="120,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="port" position="130,20" size="50,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="ssl" position="180,20" size="50,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="auth" position="240,20" size="200,50" font="Regular;20" halign="left" transparent="1" />
+		<widget name="disabled" position="440,20" size="180,50" font="Regular;20" halign="left" transparent="1" />
+		<eLabel position="10,70" size="800,2" backgroundColor="grey" />
+		<widget name="ifacelist" position="10,80" size="800,350" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="820,2" backgroundColor="grey" />
+		<widget name="key_red" position="20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_yellow" position="560,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+	</screen>
+
+	<screen name="WebIfInterfaceConfigScreen" position="90,100" size="1100,560" title="edit Interface">
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,20" 	size="1080,475" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<!-- DVD Burn -->
+	<screen name="ProjectSettings" position="90,100" 	size="1100,560" title="Collection settings" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,10" size="1080,350" scrollbarMode="showOnDemand" />
+		<widget source="info" render="Label" position="10,380" size="1080,100" font="Regular;20" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_yellow" render="Label" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget source="key_blue" render="Label" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="DVDToolbox" position="90,100" size="1100,560" title="DVD media toolbox" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget source="info" render="Label" position="20,60" size="1060,100" font="Regular;22" />
+		<widget name="details" position="20,200" size="1060,200" font="Regular;20" />
+		<widget source="space_bar" render="Progress" position="10,480" size="1080,26" borderWidth="1" backgroundColor="grey" />
+		<widget source="space_label" render="Label" position="20,484" size="1060,22" zPosition="2" font="Regular;18" halign="center" transparent="1" foregroundColor="#000000" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TitleList" position="90,100" size="1100,560" title="DVD Tool" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget source="title_label" render="Label" position="10,20" size="1080,45" font="Regular;22" />
+		<widget name="error_label" position="10,20" size="1080,395" zPosition="3" font="Regular;20" />
+		<widget source="titles" render="Listbox" position="10,100" size="1080,360" scrollbarMode="showOnDemand" >
+			<convert type="StaticMultiList" />
+		</widget>
+		<widget source="space_bar" render="Progress" position="10,480" size="1080,26" borderWidth="1" backgroundColor="grey" />
+		<widget source="space_label" render="Label" position="20,484" size="1060,22" zPosition="2" font="Regular;18" halign="center" transparent="1" foregroundColor="#000000" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_yellow" render="Label" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget source="key_blue" render="Label" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="TitleCutter" position="0,0" size="1280,720" title="Cutlist editor" flags="wfNoBorder" >
+		<eLabel position="80,125" size="300,420" zPosition="1" backgroundColor="grey" />
+		<eLabel position="81,126" size="298,418" zPosition="2" backgroundColor="black" />
+		<widget name="Cutlist" position="90,135" size="280,400" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="479,124" zPosition="3"  size="696,377" backgroundColor="#ff000000" />
+		<widget name="Video" position="270,100" zPosition="-10" size="390,300" />
+		<widget source="session.CurrentService" render="Label" position="450,510" 	size="790,30" zPosition="3" font="Regular;24" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="450,550"  size="790,25" zPosition="3" font="Regular;20" halign="center" valign="center" backgroundColor="black" transparent="1" >
+			<convert type="ServicePosition">Position,Detailed</convert>
+		</widget>
+		<ePixmap pixmap="dreamTV_HD/mp_buttons.png" position="100,582" size="260,32" zPosition="1" alphatest="on" />
+		<widget name="Timeline" position="479,587" size="696,20" zPosition="3" backgroundColor="#808888" pointer="skin_default/position_arrow.png:3,5" foregroundColor="black" />
+		<eLabel text="OK = Menu" position="1060,630" size="140,22" zPosition="1" font="Regular;20" backgroundColor="black" transparent="1" />
+	</screen>
+
+	<screen name="TitleProperties" position="90,100" size="1100,560" title="Properties of current title" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="thumbnail" position="20,20"  size="260,160" alphatest="on" />
+		<widget source="serviceinfo" render="Label" position="320,20" size="740,160" font="Regular;21" backgroundColor="#252b4247" transparent="1"/>
+		<eLabel position="0,200" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="20,210" size="1060,300" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget source="key_red" render="Label" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget source="key_green" render="Label" position="290,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget source="key_blue" render="Label" position="830,525" 	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<!-- DVD Player -->
+	<screen name="DVDPlayer" position="69,566" size="1142,132" title="InfoBar" backgroundColor="transparent" flags="wfNoBorder" >
+		<eLabel position="1,1" zPosition="-1" size="1140,130" backgroundColor="transpBlack" />
+		<eLabel position="1,1" zPosition="1" size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,129" zPosition="1" size="1140,2" backgroundColor="grey" />
+		<eLabel position="1,3" zPosition="1" size="2,126"  backgroundColor="grey" />
+		<eLabel position="1139,3" zPosition="1" size="2,126"  backgroundColor="grey" />
+		<widget source="global.CurrentTime" 	render="Label" position="1012,7" 	size="80,25" 	font="Regular;24" valign="top" halign="right" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Default</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1094,9" size="30,30" font="Regular;18" valign="top" halign="left" backgroundColor="#333333" transparent="1">
+			<convert type="ClockToText">Format::%S</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="1013,35" size="110,20" font="Regular;18" halign="right" backgroundColor="transpBlack" foregroundColor="grey" transparent="1" >
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<widget source="session.CurrentService" render="Label" position="15,5" size="800,28" font="Regular;24" valign="top" noWrap="1" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<ePixmap pixmap="skin_default/icons/icon_dolby.png" position="20,33" size="26,16"  zPosition="1" alphatest="on"/>
+		<widget name="audioLabel" position="60,33" size="150,25" font="Regular;22" backgroundColor="black" transparent="1" />
+		<widget  source="session.CurrentService" position="220,33" size="26,16" zPosition="1" render="Pixmap" pixmap="dreamTV_HD/icons/icon_txt.png" alphatest="on" >
+			<convert type="ServiceInfo">HasTelext</convert>
+			<convert type="ConditionalShowHide" />
+		</widget>
+		<widget name="subtitleLabel" position="260,33" size="150,25" font="Regular;22" backgroundColor="black" transparent="1" />
+		<eLabel position="10,60" zPosition="1" size="1120,2" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Label" position="0,73" size="110,25" font="Regular;22" halign="right" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Position,ShowHours</convert>
+		</widget>
+		<ePixmap position="120,77" size="600,16" pixmap="dreamTV_HD/mpslider.png" zPosition="3" alphatest="blend" />
+		<widget source="session.CurrentService" render="PositionGauge" position="140,78" size="560,14" zPosition="2" pointer="dreamTV_HD/pointer.png:13,3" >
+			<convert type="ServicePosition">Gauge</convert>
+		</widget>
+		<widget name="chapterLabel" position="140,103" size="560,25" font="Regular;22" halign="center" foregroundColor="grey" backgroundColor="black" transparent="1" />
+		<widget source="session.CurrentService" render="Label" position="730,73" size="110,25" font="Regular;22" halign="left" valign="center" backgroundColor="transpBlack" transparent="1" >
+			<convert type="ServicePosition">Remaining,Negate,ShowHours</convert>
+		</widget>
+		<ePixmap position="845,80" zPosition="1" size="260,32" pixmap="dreamTV_HD/mp_buttons.png" alphatest="on" />
+	</screen>
+
+	<screen name="ChapterZap" position="500,600" size="280,60" title="Chapter" >
+		<widget name="chapter" position="35,15" size="110,25" font="Regular;23" />
+		<widget name="number" position="145,15" size="80,25" halign="right" font="Regular;23" />
+	</screen>
+
+	<screen name="FileBrowser" position="90,100" size="1100,560" title="DVD File Browser" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="filelist" position="10,10" size="1080,500" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<!-- Picture Player -->
+	<screen name="picshow" position="90,100" size="1100,560" title="PicturePlayer" >
+		<eLabel position="0,0" 		size="1100,2" backgroundColor="grey" />
+		<widget name="label" position="20,20" size="260,160" font="Regular;20" transparent="1"/>
+		<widget name="thn" position="20,200" size="260,300" alphatest="on" />
+		<eLabel position="300,0" size="2,518" backgroundColor="grey" />
+		<widget name="filelist" position="320,20"  size="760,480" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+	<screen name="Pic_Exif" position="340,134" size="600,502"  title="Info" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget source="menu" render="Listbox" position="10,10" size="580,480" zPosition="3" scrollbarMode="showOnDemand" selectionDisabled="1" >
+			<convert type="TemplatedMultiContent">
+				{"template": [  MultiContentEntryText(pos = (5, 7), size = (350, 30), flags = RT_HALIGN_LEFT, text = 0),
+				MultiContentEntryText(pos = (360, 7), size = (390, 30), flags = RT_HALIGN_LEFT, text = 1)],
+				"fonts": [gFont("Regular", 20)],
+				"itemHeight": 35 }
+			</convert>
+		</widget>
+	</screen>
+
+	<screen name="Pic_Setup" position="340,134" 	size="600,502"  title="Settings" >
+		<eLabel position="0,0" size="600,2" backgroundColor="grey" zPosition="5"/>
+		<widget name="liste" position="10,10" size="580,480" zPosition="3" scrollbarMode="showOnDemand" />
+	</screen>
+
+	<!-- VLC Player -->
+	<screen name="VlcMediaListScreen" position="90,100" size="1100,560" title="VlcMediaListScreen" >
+		<widget name="filelist_button_sel" pixmap="dreamTV_HD/epg_now.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="playlist_button_sel" pixmap="dreamTV_HD/epg_next.png" position="0,0" zPosition="3" size="1100,35" alphatest="on" />
+		<widget name="filelist_text" position="32,7" zPosition="4" size="250,25" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="playlist_text" position="282,7" zPosition="4" size="250,25" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1" />
+		<widget name="filelist" position="10,45" size="530,460" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="550,45" size="1,460" backgroundColor="grey" />
+		<widget name="playlist" position="560,45" size="530,460" zPosition="3" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="VlcServerListScreen" position="90,100" size="1100,560" title="Select a VLC-Server Profile" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="serverlabel" position="10,10" size="1080,25" font="Regular;22" transparent="1" />
+		<eLabel position="10,43" size="1080,2" backgroundColor="grey" />
+		<widget name="serverlist" position="10,50" size="1080,437" scrollbarMode="showOnDemand" />
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<screen name="VlcServerConfigScreen" position="90,100" size="1100,560" title="Edit VLC Server" >
+		<eLabel position="0,0" size="1100,2" backgroundColor="grey" />
+		<widget name="config" position="10,10" size="1080,500" scrollbarMode="showOnDemand" transparent="1"/>
+		<eLabel position="0,518" size="1100,2" backgroundColor="grey" />
+		<widget name="key_red" position=" 20,525"	size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="red" />
+		<widget name="key_green" position="290,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="green" />
+		<widget name="key_yellow" position="560,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="yellow" />
+		<widget name="key_blue" position="830,525" size="250,30" font="Regular;24" halign="center" valign="center" foregroundColor="blue" />
+	</screen>
+
+	<!-- LCD/OLED Screens -->
+	<screen name="ChannelSelection_summary" position="0,0" 	size="132,64">
+		<widget source="parent.ServiceEvent" render="Label" position="6,3" size="120,34" font="Regular;16" halign="center" valign="top" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<eLabel position="0,43" size="132,1" backgroundColor="white" />
+		<widget source="parent.ServiceEvent" render="Progress" position="68,51" size="55,8" borderWidth="1">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="6,44" size="58,18" font="Regular;20" halign="left" valign="top">
+			<convert type="ClockToText">Format:%H:%M</convert>
+		</widget>
+	</screen>
+
+	<screen name="InfoBarSummary" position="0,0" 	size="132,64">
+		<widget source="session.CurrentService" render="Label" position="6,3" size="120,34" font="Regular;16" halign="center" valign="top" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<eLabel position="0,43" size="132,1" backgroundColor="white" />
+		<widget source="session.Event_Now" render="Progress" position="68,51" size="55,8" borderWidth="1">
+			<convert type="EventTime">Progress</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" 		position="6,44" size="58,20" font="Regular;20" halign="left" valign="top">
+			<convert type="ClockToText">Format:%H:%M</convert>
+		</widget>
+		<widget source="session.RecordState" render="FixedLabel" text=" " position="6,44" zPosition="1" size="58,20">
+			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+	</screen>
+
+	<screen name="MenuSummary" position="0,0" size="132,64">
+		<widget source="parent.title" render="Label" position="6,0" size="120,32" font="Regular;14" halign="center" valign="center"/>
+		<widget source="parent.menu" render="Label" position="6,32" size="120,32" font="Regular;15" halign="center" valign="center">
+			<convert type="StringListSelection" />
+		</widget>
+	</screen>
+
+	<screen name="InfoBarMoviePlayerSummary" position="0,0" size="132,64">
+		<widget source="session.CurrentService" render="Label" position="6,3" size="120,34" font="Regular;16" halign="center" valign="center" >
+			<convert type="ServiceName">Name</convert>
+		</widget>
+		<eLabel position="0,43" size="132,1" backgroundColor="white" />
+		<widget source="session.CurrentService" render="Progress" position="68,51" size="55,8" borderWidth="1">
+			<convert type="ServicePosition">Position</convert>
+		</widget>
+		<widget source="global.CurrentTime" render="Label" position="6,44" size="58,20" font="Regular;20" halign="left" valign="top">
+			<convert type="ClockToText">Format:%H:%M</convert>
+		</widget>
+		<widget source="session.RecordState" render="FixedLabel" text=" " position="6,44" zPosition="1" size="58,20">
+			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+</screen>
+
+	<screen name="SetupSummary" position="0,0" size="132,64">
+		<widget name="SetupTitle" position="6,0" size="120,16" font="Regular;14" />
+		<widget name="SetupEntry" position="6,18" size="120,30" font="Regular;13" />
+		<widget name="SetupValue" position="6,48" size="120,16" font="Regular;13" />
+	</screen>
+
+	<screen name="SimpleSummary" position="0,0" size="132,64">
+		<widget name="Title" position="6,0" size="120,64" font="Regular;16" halign="center" valign="center" />
+	</screen>
+
+	<screen name="StandbySummary" position="0,0" size="132,64">
+		<widget source="global.CurrentTime" render="Label" position="6,4"  size="120,24" font="Regular;22" halign="center" valign="center">
+			<convert type="ClockToText">Format:%d.%m.%Y</convert>
+		</widget>
+		<eLabel position="0,28" size="132,1" backgroundColor="white" />
+		<widget source="global.CurrentTime" render="Label" position="6,32" size="120,32" font="Regular;28" halign="center" valign="center">
+		<convert type="ClockToText">Format:%H:%M</convert>
+	</widget>
+		<widget source="session.RecordState" render="FixedLabel" position="6,0" zPosition="1" size="120,64" text=" ">
+			<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
+			<convert type="ConditionalShowHide">Blink</convert>
+		</widget>
+	</screen>
+</skin>
