Index: /ipk/source.sh4/titanswappicons_cool/CONTROL/control
===================================================================
--- /ipk/source.sh4/titanswappicons_cool/CONTROL/control	(revision 12627)
+++ /ipk/source.sh4/titanswappicons_cool/CONTROL/control	(revision 12627)
@@ -0,0 +1,10 @@
+Package: titan-plugin-picons-cool
+Version: 1.3
+Architecture: sh4
+OE: Picons
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Cool Picons for tiTan.
Index: /ipk/source.sh4/titanswappicons_cool/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titanswappicons_cool/CONTROL/postinst	(revision 12627)
+++ /ipk/source.sh4/titanswappicons_cool/CONTROL/postinst	(revision 12627)
@@ -0,0 +1,6 @@
+#!/bin/sh
+TMP=/tmp/.picon
+echo "successfully installed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source.sh4/titanswappicons_cool/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titanswappicons_cool/CONTROL/postrm	(revision 12627)
+++ /ipk/source.sh4/titanswappicons_cool/CONTROL/postrm	(revision 12627)
@@ -0,0 +1,12 @@
+#!/bin/sh
+TMP=/tmp/.picon
+
+if [ -e /var/swap/titanpicons.backup ]; then
+	echo "restore old /var/swap/titanpicons.backup.cool > /var/swap/titanpicons"
+	mv /var/swap/titanpicons.backup.cool /var/swap/titanpicons
+fi
+
+echo "successfully removed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source.sh4/titanswappicons_cool/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titanswappicons_cool/CONTROL/preinst	(revision 12627)
+++ /ipk/source.sh4/titanswappicons_cool/CONTROL/preinst	(revision 12627)
@@ -0,0 +1,51 @@
+#!/bin/sh
+#
+TMP=/tmp/.picon
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+echo "checking swapstick"
+if [ ! -d /var/swap/bin/ ]; then
+  echo "--------------------------"
+	echo "no swapstick found...."
+	echo "--------------------------"
+	exit 1
+fi
+echo "swapstick found...."
+
+buildgroup=`cat /etc/.buildgroup`
+echo "checking OS"	 
+if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
+	echo --------------------------- 	 	 
+	echo DONT USE this IPK Package!! 	 	 
+	echo --- 	 	 
+	echo Only for $buildgroup Image!! 	 	 
+	echo --------------------------- 	 	 
+	exit 1 	 	 
+fi
+
+echo "installing swap Picons for Titan..."
+
+
+if [ -e /var/swap/titanpicons ]; then
+	echo "backup old /var/swap/titanpicons > /var/swap/titanpicons.backup.cool"
+	mv /var/swap/titanpicons /var/swap/titanpicons.backup.cool
+fi
+
+rm -rf /var/usr/local/share/titan/picons
+ln -s /var/swap/titanpicons /var/usr/local/share/titan/picons
+
+exit 0
Index: /ipk/source.sh4/titanswappicons_cool/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titanswappicons_cool/CONTROL/prerm	(revision 12627)
+++ /ipk/source.sh4/titanswappicons_cool/CONTROL/prerm	(revision 12627)
@@ -0,0 +1,7 @@
+#!/bin/sh
+TMP=/tmp/.picon
+echo "syncing disk"
+sync
+
+echo "removing picons..."
+exit 0
Index: /ipk/source.sh4/titanswapskins_cool/CONTROL/control
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/CONTROL/control	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/CONTROL/control	(revision 12627)
@@ -0,0 +1,11 @@
+Package: titan-plugin-swapskins-cool
+Version: 1.0
+Description: cool Skin for your AAF-Duckbox. Please use cool Picons.
+Section: skins
+Priority: optional
+Maintainer: AAF Forum
+Architecture: sh4
+OE: cool Skin
+Homepage: http://www.aaf-digital.info
+Depends:
+Source: http://www.aaf-digital.info
Index: /ipk/source.sh4/titanswapskins_cool/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/CONTROL/postinst	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/CONTROL/postinst	(revision 12627)
@@ -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.sh4/titanswapskins_cool/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/CONTROL/postrm	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/CONTROL/postrm	(revision 12627)
@@ -0,0 +1,9 @@
+#!/bin/sh
+TMP=/tmp/.skin
+
+rm -r /var/swap/titanskins/cool
+
+echo "successfully removed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source.sh4/titanswapskins_cool/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/CONTROL/preinst	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/CONTROL/preinst	(revision 12627)
@@ -0,0 +1,42 @@
+#!/bin/sh
+#
+TMP=/tmp/.skin
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+echo "checking swapstick"
+if [ ! -d /var/swap/bin ]; then
+  echo "--------------------------"
+	echo "no swapstick found...."
+	echo "--------------------------"
+	exit 1
+fi
+echo "swapstick found...."
+
+buildgroup=`cat /etc/.buildgroup`
+echo "checking OS"	 
+if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
+	echo --------------------------- 	 	 
+	echo DONT USE this IPK Package!! 	 	 
+	echo --- 	 	 
+	echo Only for $buildgroup Image!! 	 	 
+	echo --------------------------- 	 	 
+	exit 1 	 	 
+fi
+
+echo "installing cool skin to swapstick..."
+
+exit 0
Index: /ipk/source.sh4/titanswapskins_cool/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/CONTROL/prerm	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/CONTROL/prerm	(revision 12627)
@@ -0,0 +1,6 @@
+#!/bin/sh
+TMP=/tmp/.skin
+echo "syncing disk"
+sync
+echo "removing cool Skin from swapstick"
+exit 0
Index: /ipk/source.sh4/titanswapskins_cool/var/swap/titanskins/cool/skin.xml
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/var/swap/titanskins/cool/skin.xml	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/var/swap/titanskins/cool/skin.xml	(revision 12627)
@@ -0,0 +1,1167 @@
+<screen name=autores fontcol=white1 font=Sansation_Regular fontsize=26 posx=60 posy=60 width=120 height=40 valign=middle halign=center>
+</screen>
+
+<screen name=logo posx=0 posy=0 width=1280 height=720 picwidth=1280 picheight=720>
+</screen>
+
+<screen fontcol=white1 bordercol=bordercol title="Positioner Setup" titlealign=center name=possetup font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+<node name=move text="Move" parent=listbox width=100% height=30>
+<node name=finemove text="Fine move" parent=listbox width=100% height=30>
+<node name=limit text="Limit" parent=listbox width=100% height=30>
+<node name=goto0 text="Goto startpos" parent=listbox width=100% height=30>
+<node name=storagepos text="Storage position" parent=listbox type=choicebox width=100% height=30>
+<node progresscol=white name=signal bordersize=2 bordercol=bordercol func=getsignalline param1="%d" posx=center posy=180 width=600 height=30>
+<node progresscol=white name=snr bordersize=2 bordercol=bordercol func=getsnrline param1="%d" posx=center posy=220 width=600 height=30>
+<node name=signaltext fontcol=red fontsize=27 valign=middle halign=center func=getsignal param1="%d%%" posx=center posy=180 width=600 height=30>
+<node name=snrtext fontcol=red fontsize=27 valign=middle halign=center func=getsnr param1="%d%%" posx=center posy=220 width=600 height=30>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=412>
+<node name=b1 posx=60 posy=413 width=110 height=30 fontsize=18/>
+<node pic=skin/key_green20.png width=30 height=30 posx=185 posy=412>
+<node name=b2 posx=225 posy=413 width=110 height=30 fontsize=18/>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=350 posy=412>
+<node name=b3 posx=390 posy=413 width=110 height=30 fontsize=18/>
+<node pic=skin/key_blue20.png width=30 height=30 posx=515 posy=412>
+<node name=b4 posx=555 posy=413 width=110 height=30 fontsize=18/>
+<node name=b1 pic=skin/ok.png posx=680 posy=408 width=30 height=30/>
+<node name=b5 text="OK (Stop)" posx=740 posy=405 width=110 height=30 fontsize=18/>
+</screen>
+
+<screen name="gmultiepg" title="" titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640>
+<node fontsize=20 fontcol=white1 func=gettime param1="%d-%m-%Y %H:%M" name=time posx=10 posy=60 width=200 height=35>
+<node fontsize=20 fontcol=white1 name=timeline posx=220 posy=60 width=80% height=35>
+<node fontsize=30 fontcol=white1 type=listbox name=channellistbox posx=10 posy=94 width=200 height=490>
+<node fontcol=black fontsize=20 bordercol=bordercol scrollbar=yes type=grid name=listbox posx=220 posy=93 width=80% height=490>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=603>
+<node name=b1 text="Timer" posx=60 posy=604 width=120 height=30 fontsize=18>
+#<node pic=skin/key_green20.png width=24 height=24 posx=195 posy=603>
+<node name=b2 text="EPG" posx=235 posy=604 width=120 height=30 fontsize=18>
+#<node pic=skin/key_yellow20.png width=24 height=24 posx=370 posy=603>
+<node name=b3 text="Single EPG" posx=410 posy=604 width=120 height=30 fontsize=18>
+#<node pic=skin/key_blue20.png width=24 height=24 posx=545 posy=603>
+<node name=b4 text="Multi. EPG" posx=585 posy=604 width=120 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="Module Config" titlealign=center name=moduleconfig font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=30 height=30/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=30 height=30/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="RESET" fontsize=18 posx=220 posy=413 width=120 height=30/>
+<node pic=skin/key_green20.png posx=355 posy=412 width=30 height=30/>
+<node name=b4 text="MENU" fontsize=18 posx=395 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Scan" titlealign=center name=scan font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node progresscol=white bordersize=2 bordercol=bordercol name=progress posx=center posx=10 posy=60 width=680 height=20>
+<node name=satname posx=10 posy=90 width=100% height=30/>
+<node name=tpcount posx=10 posy=120 width=100% height=30/>
+<node name=foundtv posx=10 posy=150 width=100% height=30/>
+<node name=foundradio posx=10 posy=180 width=100% height=30/>
+<node name=founddata posx=10 posy=210 width=100% height=30/>
+<node fontsize=23 posx=10 posy=250 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=130>
+<node name=b1 pic=skin/exit.png posx=20 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png posx=100 posy=412 width=30 height=30/>
+<node name=b3 text="ADD ONE" fontsize=18 posx=140 posy=413 width=120 height=30/>
+<node pic=skin/key_green20.png posx=275 posy=412 width=30 height=30/>
+<node name=b4 text="ADD ALL" fontsize=18 posx=315 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 titlealign=center title="Scan Config" name=manualscan font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=scantype text="Type of Scan" parent=listbox type=choicebox width=100% height=30>
+<node name=tuner text="Tuner" parent=listbox type=choicebox width=100% height=30>
+<node name=sat text="Satellite" parent=listbox type=choicebox width=100% height=30>
+<node name=system text="System" parent=listbox type=choicebox width=100% height=30>
+<node name=frequency text="Frequency" parent=listbox type=inputboxnum width=100% height=30>
+<node name=inversion text="Inversion" parent=listbox type=choicebox width=100% height=30>
+<node name=symbolrate text="Symbolrate" parent=listbox type=inputboxnum width=100% height=30>
+<node name=polarization text="Polarization" parent=listbox type=choicebox width=100% height=30>
+<node name=fec text="FEC" parent=listbox type=choicebox width=100% height=30>
+<node name=modulation text="Modulation" parent=listbox type=choicebox width=100% height=30>
+<node name=rolloff text="Rolloff" parent=listbox type=choicebox width=100% height=30>
+<node name=pilot text="Pilot" parent=listbox type=choicebox width=100% height=30>
+<node name=networkscan text="Network Scan" parent=listbox type=choicebox width=100% height=30>
+<node name=clear text="Clear before scan" parent=listbox type=choicebox width=100% height=30>
+<node name=onlyfree text="Only free scan" parent=listbox type=choicebox width=100% height=30>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="SCAN" fontsize=18 posx=220 posy=413 width=120 height=30/>
+</screen>
+
+<screen name="screensaver" width=100% height=100% bgcol = -2>
+<node width=1000 height=30 fontsize=30 fontcol=white1 name="textsaver">
+<node name="picsaver">
+</screen>
+
+<screen name="webdir">
+<node name=filelistpath>
+<node type=filelist name=filelist>
+</screen>
+
+<screen fontcol=white1 titlealign=center name=textinput font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=inputbox name=input width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/but_text.png posx=180 posy=408 width=40 height=39/>
+<node name=b3 text="virtualbox (text)" fontsize=18 posx=240 posy=413 width=260 height=30/>
+</screen>
+
+<screen fontcol=white1 title="PlayList - select your playlist !" titlealign=center name=playlist font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/key_green20.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="ADD" fontsize=18 posx=220 posy=413 width=120 height=30/>
+<node pic=skin/key_red2020.png posx=355 posy=412 width=30 height=30/>
+<node name=b4 text="DEL" fontsize=18 posx=395 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 titlealign=center title="PlayList" name=playlist_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/key_green20.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="ADD" fontsize=18 posx=220 posy=413 width=120 height=30/>
+<node pic=skin/key_red2020.png posx=355 posy=412 width=30 height=30/>
+<node name=b4 text="DEL" fontsize=18 posx=395 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 title="" titlealign=center name="download" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node name=file posx=center posy=60 width=100% height=20 halign=center>
+<node progresscol=white bordersize=2 bordercol=bordercol name=progress posx=center posy=90 width=400 height=20>
+<node name=maxkb posx=center posy=130 width=100% height=20 halign=center>
+<node name=aktkb posx=center posy=160 width=100% height=20 halign=center>
+<node name=b1 pic=skin/exit.png posx=20 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="" titlealign=center name="harddisk_main" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 valign=middle halign=center name="playpolicy" font=Sansation_Regular picmem=skin/X_Menu_6.png fontsize=30 posx=center posy=center width=300 height=60 halign=center valign=middle>
+</screen>
+
+<screen fontcol=white1 title="Network Interfacelist" titlealign=center name="interfacelist" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/exit.png posx=20 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png posx=100 posy=412 width=30 height=30/>
+<node name=b2 text="EDIT" fontsize=18 posx=140 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Record Timer" titlealign=center name="rectimerext" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=name type=inputbox parent=listbox valign=middle posx=0 text="Name" bordercol=bordercol bordersize=2 width=100%>
+<node name=justplay type=choicebox parent=listbox valign=middle posx=0 text="Type" bordercol=bordercol bordersize=2 width=100%>
+<node name=repeate type=choicebox parent=listbox valign=middle posx=0 text="Repeate" bordercol=bordercol bordersize=2 width=100%>
+<node name=repeatetype type=choicebox parent=listbox valign=middle posx=0 text="Repeate type" bordercol=bordercol bordersize=2 width=100%>
+<node name=day type=choicebox parent=listbox valign=middle posx=0 text="Day" bordercol=bordercol bordersize=2 width=100%>
+<node name=mon type=choicebox parent=listbox valign=middle posx=0 text="Monday" bordercol=bordercol bordersize=2 width=100%>
+<node name=tue type=choicebox parent=listbox valign=middle posx=0 text="Tuesday" bordercol=bordercol bordersize=2 width=100%>
+<node name=wed type=choicebox parent=listbox valign=middle posx=0 text="Wednesday" bordercol=bordercol bordersize=2 width=100%>
+<node name=thur type=choicebox parent=listbox valign=middle posx=0 text="Thursday" bordercol=bordercol bordersize=2 width=100%>
+<node name=fri type=choicebox parent=listbox valign=middle posx=0 text="Friday" bordercol=bordercol bordersize=2 width=100%>
+<node name=sat type=choicebox parent=listbox valign=middle posx=0 text="Saturday" bordercol=bordercol bordersize=2 width=100%>
+<node name=sun type=choicebox parent=listbox valign=middle posx=0 text="Sunday" bordercol=bordercol bordersize=2 width=100%>
+<node name=begin type=inputboxnum parent=listbox valign=middle posx=0 text="Begin" bordercol=bordercol bordersize=2 width=100%>
+<node name=end type=inputboxnum parent=listbox valign=middle posx=0 text="End" bordercol=bordercol bordersize=2 width=100%>
+<node name=channel type=choicebox parent=listbox valign=middle posx=0 text="Channel" bordercol=bordercol bordersize=2 width=100%>
+<node name=path type=choicebox parent=listbox valign=middle posx=0 text="Record Path" bordercol=bordercol bordersize=2 width=100%>
+<node name=after type=choicebox parent=listbox valign=middle posx=0 text="Aktion after" bordercol=bordercol bordersize=2 width=100%>
+<node name=pincode type=inputboxnum parent=listbox valign=middle posx=0 text="Pin Code" bordercol=bordercol bordersize=2 width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Record Timer" titlealign=center name="rectimer" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+<node pic=skin/key_red2020.png posx=20 posy=412 width=30 height=30/>
+<node name=b1 text="DEL" fontsize=18 posx=60 posy=413 width=120 height=30/>
+<node pic=skin/key_green20.png posx=195 posy=412 width=30 height=30/>
+<node name=b2 text="ADD" fontsize=18 posx=235 posy=413 width=120 height=30/>
+<node pic=skin/key_yellow20.png posx=370 posy=412 width=30 height=30/>
+<node name=b3 text="Stop/Start" fontsize=18 posx=410 posy=413 width=120 height=30/>
+<node pic=skin/key_blue20.png posx=545 posy=412 width=30 height=30/>
+<node name=b4 text="Log" fontsize=18 posx=585 posy=413 width=120 height=30/>
+</screen>
+
+<screen halign=center name="playinfobarpic" func=getplaypic param1="skin" posy=70 posx=70 width=160 height=180>
+<node fontsize=30 valign=bottom halign=center func=getplaytext text="" name=text posx=0 posy=0 width=100% height=100% fontcol=white1/>
+</screen>
+
+<screen fontcol=white1 name="playinfobar" hspace=5 vspace=5 fontsize=26 posx=center posy=540 pic=skin/infobar.png width=1180 height=160 >
+<node text="unknown" name=title posx=10 posy=10 width=950 height=35/>
+<node text="---" valign=middle name=reverse posx=1000 posy=70 width=100 height=20/>
+<node text="---" name=pos posx=100 posy=70 width=100 height=20/>
+<node text="---" name=len posx=1000 posy=17 width=100 height=20/>
+<node progresscol=white bordersize=2 bordercol=bordercol name=progress posx=center posy=72 width=700 height=15>
+</screen>
+
+<screen name=recordduration text="Minutes:" type=inputboxnum fontcol=white1 font=Sansation_Regular picmem=skin/X_Menu_6.png fontsize=30 posx=center posy=center width=300 height=60 halign=center valign=middle>
+</screen>
+
+<screen name=standby>
+</screen>
+
+<screen fontcol=white1 name="network" title="Network Adapter Settings" titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=dhcp type=choicebox parent=listbox valign=middle posx=0 text="dhcp" width=100% height=25>
+<node name=ipaddresse type=inputboxnum parent=listbox valign=middle posx=0 text="ipaddresse" width=100% height=25>
+<node name=netmask type=inputboxnum parent=listbox valign=middle posx=0 text="netmask" width=100% height=25>
+<node name=gateway type=inputboxnum parent=listbox valign=middle posx=0 text="gateway" width=100% height=25>
+<node name=dnsserver1 type=inputboxnum parent=listbox valign=middle posx=0 text="dnsserver 1" width=100% height=25>
+<node name=dnsserver2 type=inputboxnum parent=listbox valign=middle posx=0 text="dnsserver 2" width=100% height=25>
+#<node name=broadcast type=inputboxnum parent=listbox valign=middle posx=0 text="broadcast" width=100% height=25>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 name="network_test" title="Network Adapter Test" titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node scrollbar=auto type=textbox posy=center posx=10% name=textbox1 width=40% height=65%>
+<node scrollbar=auto type=textbox posy=center posx=right name=textbox2 width=50% height=65%>
+<node name=i1 text="lan" parent=textbox1 halign=left valign=middle posx=0 posy=0 width=100% height=30>
+<node name=lan text="???" parent=textbox2 halign=center valign=middle posx=0 posy=0 width=100% height=30>
+<node name=i2 text="internet" parent=textbox1 halign=left valign=middle posx=0 posy=30 width=100% height=30>
+<node name=internet text="???" parent=textbox2 halign=center valign=middle posx=0 posy=30 width=100% height=30>
+<node name=b1 pic=skin/exit.png posx=20 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png posx=100 posy=412 width=30 height=30/>
+<node name=b2 text="TEST" fontsize=18 posx=140 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 title="PIN Settings" titlealign=center name="pin" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=pincodemenu type=inputboxnum parent=listbox valign=middle posx=0 text="Pin Code menu" bordercol=bordercol bordersize=2 width=100%>
+<node name=pincode type=inputboxnum parent=listbox valign=middle posx=0 text="Pin Code Channel" bordercol=bordercol bordersize=2 width=100%>
+<node name=channelprotect type=choicebox parent=listbox valign=middle posx=0 text="Protect Channel" bordercol=bordercol bordersize=2 width=100%>
+<node name=ageprotect type=choicebox parent=listbox valign=middle posx=0 text="Age Protect" bordercol=bordercol bordersize=2 width=100%>
+<node name=protecttime type=choicebox parent=listbox valign=middle posx=0 text="Protect Channel Freetime (min)" bordercol=bordercol bordersize=2 width=100%>
+<node name=menuprotect type=choicebox parent=listbox valign=middle posx=0 text="Protect Menu" bordercol=bordercol bordersize=2 width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=30 height=30/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=30 height=30/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>  
+<node name=b3 text="MENUPROTECT" fontsize=18 posx=220 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Menu Protect" titlealign=center name="menuprotect" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node pic=skin/key_green20.png posx=20 posy=412 width=30 height=30/>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=30 height=30/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=30 height=30/>
+</screen>
+
+<screen fontcol=white1 name=pincheck text="PIN:" type=inputboxnum mask=0000 font=Sansation_Regular picmem=skin/X_Menu_6.png fontsize=30 posx=center posy=center width=300 height=60 halign=center valign=middle>
+</screen>
+
+<screen fontcol=white1 title="Menulist" titlealign=center name=menulist font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+</screen>
+
+<screen fontcol=white1 title="Recordlist" name=recordlist titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+</screen>
+
+<screen fontcol=white1 title="VideoMode Settings" name=videomode titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 title="3D-Mode Settings" name=3dsettings titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 title="VideoMode Aspect Settings" name=aspectsettings titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 title="VideoMode Resolution Settings" name=resolutionsettings titlealign=center font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 titlealign=center name="singleepg" font=Sansation_Regular  fontsize=26 posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640>
+<node posx=center posy=14 width=1200 height=30 fontsize=30 name=channelname fontcol2=fontcol textposx=20 >
+<node progresscol=red fontsize=26 fontsize2=26 fontcol2=burlywood1 bordercol=bordercol param1="%d-%m-%Y %H:%M " scrollbar=auto type=listbox name=listbox posx=20 posy=60 width=1160 height=350>
+<node type=textbox fontsize=23 posx=20 posy=430 bordercol=scrollbarcol scrollbar=auto  wrap=yes name=epgdesc width=1160 height=150>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=602>
+<node name=b1 text="Timer" posx=60 posy=603 width=120 height=30 fontsize=18>
+<node name=b2 text="EPG" posx=168 posy=597 width=100 height=30 fontsize=18>
+<node name=b3 text="Multi EPG" posx=302 posy=597 width=100 height=30 fontsize=18>
+<node name=b4 text="Graph. EPG" posx=424 posy=597 width=130 height=30 fontsize=18>
+</screen>
+
+<screen name="multiepg" fontcol=white1 titlealign=center title="" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640>
+<node param1="%d-%m-%Y %H:%M" param2="-%H:%M" progresscol=red fontsize=26 fontsize2=30 fontcol2=burlywood1 bordercol=bordercol scrollbar=auto type=listbox name=listbox posx=20 posy=60 width=1160 height=520>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=602>
+<node name=b1 text="Timer" posx=60 posy=603 width=100 height=30 fontsize=18>
+<node name=b2 text="EPG" posx=168 posy=597 width=100 height=30 fontsize=18>
+<node name=b3 text="Single EPG" posx=302 posy=597 width=100 height=30 fontsize=18>
+<node name=b4 text="Graph. EPG" posx=424 posy=597 width=130 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 valign=bottom titlealign=center name="videosettings" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node fontcol=black type=progressbar bgcol=white valign=middle halign=center name=brightness parent=listbox posx=0 text="Brightness" progresscol=green bordercol=bordercol bordersize=2 width=100% height=50>
+<node deaktivcol=#1 parent=listbox height=30>
+<node fontcol=black type=progressbar bgcol=white valign=middle halign=center name=contrast parent=listbox posx=0 text="Contrast" progresscol=green bordercol=bordercol bordersize=2 width=100% height=50>
+<node deaktivcol=#1 parent=listbox height=30>
+<node fontcol=black type=progressbar bgcol=white valign=middle halign=center name=tint parent=listbox posx=0 text="Tint" progresscol=green bordercol=bordercol bordersize=2 width=100% height=50>
+#<node deaktivcol=#1 parent=listbox height=30>
+#<nodefontcol=black type=progressbar bgcol=white valign=middle halign=center name=saturation parent=listbox posx=0 text="Saturation" progresscol=green bordercol=bordercol bordersize=2 width=100% height=50>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png width=30 height=30 posx=180 posy=412>
+<node name=b2 text="DEFAULT" posx=220 posy=413 width=150 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Skin Select" titlealign=center name=skinselect font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=150>
+<node posx=center posy=220 name=png width=250 height=220>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 name="epg" font=Sansation_Regular  fontsize=26 posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640>
+<node halign=left textposx=10 text="Program Info" name=title posx=0 posy=14 width=300 height=30 fontsize=26/>
+<node textposx=10 func=gettime param1="%d-%m-%Y %H:%M" name=time halign=right posx=880 posy=14 width=300 height=30 fontsize=26/>
+<node name=channelname posx=70 posy=60 width=400 height=30 fontsize=35/>
+<node halign=right bordersize=1 progresscol=burlywood1 bgcol=white halign=right func=getepgakttimeline bordercol=bgcol borderradius=4 name=epgline posy=100 posx=10 width=1025 height=8>
+<node name=channelnr posx=10 posy=60 width=50 height=30 halign=left fontsize=35/>
+<node name=epgstart param1="%H:%M  - " posx=1020 posy=60 width=80 height=25 fontsize=32/>
+<node name=epgend param1=" %H:%M" posx=1100 posy=60 width=80 height=25 fontsize=32/>
+<node name=epgtimeremaining param1="+%d min." halign=right posx=1080 posy=90 width=100 height=25 fontsize=32/>
+<node name=epgtitle posx=10 posy=120 width=866 height=40 fontsize=30/>
+<node name=epgsubtitle posx=10 posy=160 width=866 height=30 fontsize=30/>
+<node type=textbox fontsize=23 posx=10 posy=200 bordercol=scrollbarcol scrollbar=auto  wrap=yes name=epgdesc width=1160 height=400/>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=602>
+<node name=b1 text="Timer" posx=60 posy=603 width=120 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=195 posy=602>
+<node name=b2 text="Single EPG" posx=235 posy=603 width=120 height=30 fontsize=18>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=370 posy=602>
+<node name=b3 text="Multi EPG" posx=410 posy=603 width=120 height=30 fontsize=18>
+<node pic=skin/key_blue20.png width=30 height=30 posx=545 posy=602>
+<node name=b4 text="Graph. EPG" posx=585 posy=603 width=130 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="Tuner Reception" titlealign=center name="tunerreceptiondvbc" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Subtitle" titlealign=center name=subtitle font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 title="Bouquet List" titlealign=center name=bouquetlist font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Channel Edit" titlealign=center name=listedit font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=cpmode text="copy service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=rmmode text="remove service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=movemode text="move service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=protectmode text="protect service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=addmode text="add service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=editmode text="rename service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=setstartchannel text="set startchannel" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=delstartchannel text="del startchannel" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 name=channelbynr font=Sansation_Regular font=Sansation_Regular picmem=skin/X_Menu_6.png fontsize=30 posx=center posy=center width=300 height=60 halign=center valign=middle>
+</screen>
+
+<screen fontcol=white1 title="Audio Tracks" titlealign=center name=audiotrack font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 title="Subservices" titlealign=center name=linkedchannel font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+</screen>
+
+<screen fontcol=white1 title="Diseqc Settings" titlealign=center name="diseqcscreen" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=diseqcmode text="DiSEqC Mode" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=toneburst text="Tone Burst" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=committedcmd text="Committed command" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=diseqcrepeat text="Diseqc repeats" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=cmdorder text="Diseqc Command Order" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=uncommittedcmd text="Uncommitted Diseqc command" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+#<node name=rotorpos text="Rotor Position" type=inputboxnum parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="LNB Settings" titlealign=center name="lnbscreen" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=voltagemode text="Voltage Mode" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=tonemode text="Tone Mode" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=loftype text="LOF / UNICABLE" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=lofl text="LOF/L" type=inputboxnum parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=lofh text="LOF/H" type=inputboxnum parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=threshold text="Threshold" type=inputboxnum parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=satcr text="SATCR Number" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%>
+<node name=satcrfrequ1 text="SATCR Frequency" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%> 
+<node name=satcrfrequ2 text="SATCR Frequency" type=inputboxnum parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100%> 
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Tuner Reception" titlealign=center name="tunerreceptiondvbs" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+#<node name=longitude text="Longitude" type=inputbox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=80% height=25>
+#<node name=east_west text="East / West" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100% height=25>
+#<node name=latitude text="Latitude" type=inputbox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100% height=25>
+#<node name=north_south text="North / South" type=choicebox parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100% height=25>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=30 height=30/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=30 height=30/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="EDIT" fontsize=18 posx=220 posy=413 width=120 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Tunerconfig" titlealign=center name="tunerconfig" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node name=mode text="" halign=center valign=center posx=0 posy=1 width=100% height=30/>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=30 height=30/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=30 height=30/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="EDIT" fontsize=18 posx=220 posy=413 width=100 height=30/>
+</screen>
+
+<screen fontcol=white1 valign=bottom titlealign=center name="dir" hspace=30 vspace=30 fontsize=30 title="Select Path" posx=center posy=center width=90% height=90%>
+<node picmem=skin/X_Menu_2.png width=1200 height=640 vspace=-15 posx=center posy=center>
+<node name=filelistpath valign=middle posy=17 bordercol=bordercol bordersize=2 width=100%>
+<node hspace=10 pic=skin/folder.png textposx=30 fontsize=30 bordercol=bordercol scrollbar=auto type=filelist name=filelist posy=50 width=100% height=-35>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=557>
+<node name=b1 posx=60 posy=558 width=110 height=30 fontsize=18/>
+<node pic=skin/key_green20.png width=30 height=30 posx=185 posy=557>
+<node name=b2 posx=225 posy=558 width=110 height=30 fontsize=18/>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=350 posy=557>
+<node name=b3 posx=390 posy=558 width=110 height=30 fontsize=18/>
+<node pic=skin/key_blue20.png width=30 height=30 posx=515 posy=557>
+<node name=b4 posx=555 posy=558 width=110 height=30 fontsize=18/>
+</screen>
+
+<screen fontcol=white1 valign=bottom titlealign=center name="dirlabel"  fontsize=30 title="Select Path" posx=center posy=center width=90% height=90%>
+<node picmem=skin/X_Menu_2.png width=1200 height=640 vspace=-15 posx=center posy=center> 
+<node type=textbox text="Select Path" posx=center posx=20 posy=-30 halign=center width=600 height=40>
+<node name=filelistpath valign=middle posy=17 bordercol=bordercol bordersize=2 width=100%>
+<node hspace=10 pic=skin/folder.png textposx=30 fontsize=30 bordercol=bordercol scrollbar=auto type=filelist name=filelist posy=62 width=100% height=40%>
+<node bordersize=2 bordercol=bordercol posx=0 posy=50% width=100% height=1/>
+<node fontsize=30 hspace=40 wrap=yes type=textbox name=label posy=52% width=100% height=-35>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=557>
+<node name=b1 posx=60 posy=558 width=110 height=30 fontsize=18/>
+<node pic=skin/key_green20.png width=30 height=30 posx=185 posy=557>
+<node name=b2 posx=225 posy=558 width=110 height=30 fontsize=18/>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=350 posy=557>
+<node name=b3 posx=390 posy=558 width=110 height=30 fontsize=18/>
+<node pic=skin/key_blue20.png width=30 height=30 posx=515 posy=557>
+<node name=b4 posx=555 posy=558 width=110 height=30 fontsize=18/>
+</screen>
+
+<screen name="mute" text="Vol off" halign=center valign=middle font=Sansation_Regular fontsize=26 fontcol=white1 posx=center posy=100 picmem=skin/Volume_bg.png width=300 height=30>
+</screen>
+
+<screen name="spinner" halign=center valign=middle fontsize=30 fontcol=white1 posx=100 posy=100 width=30 height=30 bgcol=-2>
+<node hidden=yes name=spinner1 pic=skin/wait1.png width=99% height=99%>
+<node hidden=yes name=spinner2 pic=skin/wait2.png width=99% height=99%>
+<node hidden=yes name=spinner3 pic=skin/wait3.png width=99% height=99%>
+<node hidden=yes name=spinner4 pic=skin/wait4.png width=99% height=99%>
+<node hidden=yes name=spinner4 pic=skin/wait5.png width=99% height=99%>
+<node hidden=yes name=spinner4 pic=skin/wait6.png width=99% height=99%>
+<node hidden=yes name=spinner4 pic=skin/wait7.png width=99% height=99%>
+</screen>
+
+<screen name="volume" posx=center posy=50 picmem=skin/Volume_bg.png width=300 height=30>
+<node pic=skin/volume.png width=30 height=20 posx=10 posy=8>
+<node progresscol=progresscol name=volumebar posx=30 posy=10 width=260 height=10>
+</screen>
+
+<screen name="infobar" font=Sansation_Regular  fontsize=26 posx=center posy=540 width=1180 height=160 >
+<node pic=skin/infobar.png posx=0 posy=0 width=1180 height=160>
+<node func=getrec param1=skin halign=center posx=695 posy=7 width=59 height=29>
+<node func=getsoundtype param1=skin halign=center posx=755 posy=7 width=59 height=29>   
+<node func=getaspectmode param1=skin halign=center posx=815 posy=7 width=59 height=29>     
+<node func=getsdhd param1=skin halign=center posx=875 posy=7 width=59 height=29>
+<node func=getcrypt param1=skin halign=center posx=935 posy=7 width=59 height=29>
+<node func=getteletext param1=skin halign=center posx=995 posy=7 width=59 height=29>
+<node halign=right progresscol=progresscol bgcol=progresscolbg halign=right func=getepgakttimeline name=epgline posy=45 posx=18 width=1114 height=10 bordersize=1 bordercol=bgcol borderradius=4>
+<node text="" func=getaktchannelname name=channelname posx=130 posy=8 width=380 height=26 fontcol=white1>
+<node text="" func=getchannelnr name=channelnr posx=18 posy=8 width=100 height=26 halign=center fontcol=white1/>
+<node text="" func=getpowerofftime name=sleep posx=430 posy=8 width=250 height=26 halign=right fontcol=orange param1="Power Off in %d min."> 
+<node func=gettime param1="%H:%M" name=time halign=right posx=1040 posy=11 width=82 height=26 fontcol=white1>
+<node func=getpicon posx=18 posy=65 width=100 height=60>
+<node func=getepgaktstart param1="%H:%M" posx=130 posy=65 width=100 height=26 fontcol=white1>
+<node func=getepgaktend param1="- %H:%M" posx=205 posy=65 width=90 height=26 fontcol=white1>
+<node func=getepgakttitle posx=296 posy=65 width=765 height=26 fontcol=white1>
+<node halign=right func=getepgakttimeremaining param1="+%d min" posx=1010 posy=65 width=120 height=26 fontcol=white1>
+<node func=getepgnextstart param1="%H:%M" posx=130 posy=98 width=100 height=26 fontcol=grey>
+<node func=getepgnextend param1="- %H:%M" posx=205 posy=98 width=90 height=26 fontcol=grey>
+<node func=getepgnexttitle posx=296 posy=98 width=765 height=26 fontcol=grey>
+<node halign=right func=getepgnexttimeremaining param1=" %d min" posx=1010 posy=98 width=120 height=26 fontcol=grey>
+<node pic=skin/key_green18.png width=30 height=30 posx=420 posy=129>
+<node text="Video" name=labelunc posx=450 posy=130 width=60 height=30 fontsize=18 fontcol=grey/>
+<node pic=skin/key_yellow18.png width=24 height=24 posx=520 posy=129>
+<node text="Audio/Subt." name=labelunc posx=550 posy=130 width=140 height=30 fontsize=18 fontcol=grey/>
+</screen>
+
+<screen fontcol=white1 name="infobar2" font=Sansation_Regular  fontsize=26 posx=center posy=450 pic=skin/infobar2.png width=1180 height=80>
+<node func=gettime param1="%H:%M" name=time halign=right valign=middle posx=855 posy=10 width=280 height=21/>
+<node text="Signal:" name=labelsignal posx=10 posy=10 width=60 height=20/>
+<node text="SNR:" name=labelsnr posx=10 posy=48 width=50 height=20/>
+<node text="BER:" name=labelber posx=340 posy=10 width=50 height=20/>
+<node text="UNC:" name=labelunc posx=340 posy=48 width=50 height=20/>
+<node halign=left func=getsignal param1="%d%%" posx=240 posy=10 width=50 height=20/>
+<node halign=left func=getsnr param1="%d%%" posx=240 posy=48 width=50 height=20/>
+<node halign=left func=getber param1="%d%" posx=390 posy=10 width=50 height=20/>
+<node halign=left func=getunc param1="%d%" posx=390 posy=48 width=50 height=20/>
+<node name="signalline" func="getsignalline" param1="%d" progresscol="progresscol" bordersize="1" borderradius="8" bordercol="bgcol" bgcol="progresscolbg" posx="80" posy="12"  width="140" height="16">
+<node name="snrline" func="getsnrline" param1="%d" progresscol="progresscol" bordersize="1" borderradius="8" bordercol="bgcol" bgcol="progresscolbg" posx="80" posy="50" width="140" height="16">
+<node text="Tuner" name=labeltuner posx=520 posy=10 width=55 height=20/>
+<node text="" func=getakttuner name=akttuner posx=575 posy=10 width=40 height=20 fontsize=30>
+<node func=getsatname param1="%d" posx=520 posy=48 width=270 height=20/>
+</screen>
+
+
+<screen fontcol=white1 name="channellist" valign=bottom font=Sansation_Regular  fontsize=26 posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640 >
+<node text="" func=getchannellistname posx=19 posy=14 width=440 height=26 fontcol=progresscol>
+<node func=gettime param1="%d.%m.%Y              %H:%M" name=time halign=right valign=middle posx=860 posy=14 width=270 height=26>
+<node fontsize=25 fontsize2=25 fontcol2=white bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox posy=58 posx=23 width=765 height=-80>
+<node fontsize=22 func=getepgmarkedstart param1="%H:%M" name=epgstart posy=55 posx=805 width=165 height=25>
+<node fontsize=22 halign=right bordercol=bordercol func=getepgmarkedend param1="%H:%M" name=epgend posy=55 posx=995 width=180 height=25>
+<node fontsize=23 progresscol=progresscol bgcol=progresscolbg halign=right func=getepgmarkedtimeline name=epgline posy=60 posx=875 width=232 height=12 bordersize=1 bordercol=bgcol borderradius=6>
+<node fontsize=22 type=textbox wrap=yes func=getepgmarkeddesc name=epg posy=82 posx=805 width=360 height=363>
+<node fontsize=20 fontcol=burlywood1 type=textbox text="thereafter on this Channel:" posy=446 posx=805 width=360 height=22>
+<node fontsize=20 fontcol=white type=textbox func=getepgmarkedlist param1=5 name=epg posy=473 posx=805 width=375 height=-55>
+<node pic=skin/key_red2020.png width=30 height=30 posx=20 posy=602>
+<node name=b1 text="ALL" posx=60 posy=603 width=110 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=185 posy=602>
+<node name=b2 text="SAT" posx=225 posy=603 width=110 height=30 fontsize=18>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=350 posy=602>
+<node name=b3 text="Prov" posx=390 posy=603 width=110 height=30 fontsize=18>
+<node pic=skin/key_blue20.png width=30 height=30 posx=515 posy=602>
+<node name=b4 text="Fav" posx=555 posy=603 width=110 height=30 fontsize=18>
+<node pic=skin/but_text.png halign=center width=30 height=30 posx=680 posy=598>
+<node name=b5 text="A-Z" posx=730 posy=612 width=80 height=30 fontsize=18>
+<node pic=skin/but_epg.png halign=center width=30 height=30 posx=820 posy=598>                                
+<node name=b6 text="EPG" posx=870 posy=612 width=110 height=30 fontsize=18>
+<node pic=skin/but_info.png halign=center width=30 height=30 posx=960 posy=598>
+<node name=b7 text="Radio" posx=1010 posy=612 width=50 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="VFDisplay" titlealign=center name="vfdisplay" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=progressbar bgcol=white valign=middle halign=center name=brightness parent=listbox posx=0 text="Brightness" progresscol=green bordercol=bordercol bordersize=2 width=100% height=50>
+<node deaktivcol=#1 parent=listbox height=30>
+<node type=progressbar bgcol=white valign=middle halign=center name=standby parent=listbox posx=0 text="Standby Brightness" progresscol=green bordercol=bordercol bordersize=2 width=100% height=50>
+<node deaktivcol=#1 parent=listbox height=30>
+<node name=vfdnotstandby type=choicebox parent=listbox valign=middle posx=0 text="Show in VFD" bordercol=bordercol bordersize=2 width=100%>
+<node name=vfdstandby type=choicebox parent=listbox valign=middle posx=0 text="Show in Standby" bordercol=bordercol bordersize=2 width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="EPG Settings" titlealign=center name="epgsettings" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=epgpath type=choicebox parent=listbox valign=middle posx=0 text="EPG Path" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgdays type=choicebox parent=listbox valign=middle posx=0 text="How many days" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgdel type=choicebox parent=listbox valign=middle posx=0 text="Delete EPG after read" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgsave type=choicebox parent=listbox valign=middle posx=0 text="EPG Save Mode" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgscreen type=choicebox parent=listbox valign=middle posx=0 text="Show EPG screen (EPG button)" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgfreespace type=choicebox parent=listbox valign=middle posx=0 text="Epgfreespace (KB)" bordercol=bordercol bordersize=2 width=100%>
+<node name=epglistmode type=choicebox parent=listbox valign=middle posx=0 text="Epg List Mode" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgrefresh type=choicebox parent=listbox valign=middle posx=0 text="Epg Refresh Time" bordercol=bordercol bordersize=2 width=100%>
+<node name=epgbutton type=choicebox parent=listbox valign=middle posx=0 text="EPG button on EPG Screen" bordercol=bordercol width=100%>
+<node name=epgzoom type=choicebox parent=listbox valign=middle posx=0 text="Graphic EPG Zoom" bordercol=bordercol width=100%>
+<node name=epgpicon type=choicebox parent=listbox valign=middle posx=0 text="Graphic EPG Picon" bordercol=bordercol width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="EPG Reset" posx=220 posy=413 width=120 height=30 fontsize=18>    
+<node pic=skin/key_green20.png posx=355 posy=412 width=30 height=30/>
+<node name=b4 text="EDIT" posx=395 posy=413 width=120 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="Record Path" titlealign=center name="recordpath" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=moviepath type=choicebox parent=listbox valign=middle posx=0 text="Moviepath" bordercol=bordercol bordersize=2 width=100%>
+<node name=timerpath type=choicebox parent=listbox valign=middle posx=0 text="Timer Record Path" bordercol=bordercol bordersize=2 width=100%>
+<node name=recpath type=choicebox parent=listbox valign=middle posx=0 text="Record Path" bordercol=bordercol bordersize=2 width=100%>
+<node name=timeshiftpath type=choicebox parent=listbox valign=middle posx=0 text="Timeshift Path" bordercol=bordercol bordersize=2 width=100%>
+<node name=streampath type=choicebox parent=listbox valign=middle posx=0 text="Stream Path" bordercol=bordercol bordersize=2 width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node pic=skin/key_red2020.png posx=180 posy=412 width=30 height=30/>
+<node name=b3 text="EDIT" posx=220 posy=413 width=120 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="Plugins" titlealign=center name="plugin" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node name=b3 text="RELOAD" halign=center valign=middle bordercol=blue bordersize=6 bordertype=2 posx=500 posy=405 width=150 height=39/>
+<node name=b4 text="UNLOAD" halign=center valign=middle bordercol=red bordersize=6 bordertype=2 posx=340 posy=405 width=150 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Timezone" titlealign=center name="timezone" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Skin Adjust" titlealign=center name="skinadjust" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+<node name=fontsizeadjust type=choicebox parent=listbox valign=middle posx=0 text="Fontsize adjust in pixel" bordercol=bordercol width=100%>
+<node name=listboxselecttype type=choicebox parent=listbox valign=middle posx=0 text="Listbox Select" bordercol=bordercol width=100%>
+<node name=osdtransparent type=choicebox parent=listbox valign=middle posx=0 text="OSD Transparent" bordercol=bordercol width=100%>
+<node name=leftoffset type=choicebox parent=listbox valign=middle posx=0 text="OSD Left Overscan" bordercol=bordercol width=100%>
+<node name=rightoffset type=choicebox parent=listbox valign=middle posx=0 text="OSD Right Overscan" bordercol=bordercol width=100%>
+<node name=topoffset type=choicebox parent=listbox valign=middle posx=0 text="OSD Top Overscan" bordercol=bordercol width=100%>
+<node name=bottomoffset type=choicebox parent=listbox valign=middle posx=0 text="OSD Bottom Overscan" bordercol=bordercol width=100%>
+<node name=piconpath type=choicebox parent=listbox valign=middle posx=0 text="Piconpath" bordercol=bordercol width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="HTTP Settings" titlealign=center name="httpdsettings" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+<node name=httpdstart type=choicebox parent=listbox valign=middle posx=0 text="Start HTTPD" bordercol=bordercol width=100%>
+<node name=user type=inputbox parent=listbox valign=middle posx=0 text="User" bordercol=bordercol width=100%>
+<node name=password type=inputbox parent=listbox valign=middle posx=0 text="Password" bordercol=bordercol width=100%>
+<node name=httpdport type=inputboxnum parent=listbox valign=middle posx=0 text="HTTPD Port" bordercol=bordercol width=100%>
+<node name=streamport type=inputboxnum parent=listbox valign=middle posx=0 text="Stream Port" bordercol=bordercol width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Adjust" titlealign=center name="adjust" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+<node name=volbartimeout type=choicebox parent=listbox valign=middle posx=0 text="Volumebar Timeout" bordercol=bordercol width=100%>
+<node name=infobartimeout type=choicebox parent=listbox valign=middle posx=0 text="Infobar Timeout" bordercol=bordercol width=100%>
+<node name=infobarsleep type=choicebox parent=listbox valign=middle posx=0 text="Infobar Sleep" bordercol=bordercol width=100%>
+<node name=secondinfobar type=choicebox parent=listbox valign=middle posx=0 text="Second Infobar" bordercol=bordercol width=100%>
+<node name=virtualzap type=choicebox parent=listbox valign=middle posx=0 text="Virtualzap Timeout" bordercol=bordercol width=100%>
+<node name=spinnerspeed type=choicebox parent=listbox valign=middle posx=0 text="Spinnerspeed" bordercol=bordercol width=100%>
+<node name=spinnertime type=choicebox parent=listbox valign=middle posx=0 text="Spinnertime" bordercol=bordercol width=100%>
+<node name=hangtime type=choicebox parent=listbox valign=middle posx=0 text="Hangtime" bordercol=bordercol width=100%>
+<node name=nozapclear type=choicebox parent=listbox valign=middle posx=0 text="Don't clear TV on zap (only with fastzap)" bordercol=bordercol width=100%>
+<node name=fastzap type=choicebox parent=listbox valign=middle posx=0 text="Fastzap" bordercol=bordercol width=100%>
+<node name=faststop type=choicebox parent=listbox valign=middle posx=0 text="Faststop" bordercol=bordercol width=100%>
+<node name=dirsort type=choicebox parent=listbox valign=middle posx=0 text="Dirsort" bordercol=bordercol width=100%>
+<node name=poweraktion type=choicebox parent=listbox valign=middle posx=0 text="Power aktion" bordercol=bordercol width=100%>
+<node name=fasttextrender type=choicebox parent=listbox valign=middle posx=0 text="Fast Text Render" bordercol=bordercol width=100%>
+<node name=recsplitsize type=choicebox parent=listbox valign=middle posx=0 text="Record Split Size" bordercol=bordercol width=100%>
+<node name=recforerun type=choicebox parent=listbox valign=middle posx=0 text="Record Forerun (min)" bordercol=bordercol width=100%>
+<node name=recoverrun type=choicebox parent=listbox valign=middle posx=0 text="Record Overrun (min)" bordercol=bordercol width=100%>
+<node name=skip13 type=choicebox parent=listbox valign=middle posx=0 text="Skip 1/3" bordercol=bordercol width=100%>
+<node name=skip46 type=choicebox parent=listbox valign=middle posx=0 text="Skip 4/6" bordercol=bordercol width=100%>
+<node name=skip79 type=choicebox parent=listbox valign=middle posx=0 text="Skip 7/9" bordercol=bordercol width=100%>
+<node name=nocamsg type=choicebox parent=listbox valign=middle posx=0 text="Show Modules" bordercol=bordercol width=100%>
+<node name=autochangechannelname type=choicebox parent=listbox valign=middle posx=0 text="Change Channelname auto." bordercol=bordercol width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Screensaver Adjust" titlealign=center name="screensaveradjust" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=screensaver type=choicebox parent=listbox valign=middle posx=0 text="screensaver" bordercol=bordercol width=100%>
+<node name=screensaver_delay type=choicebox parent=listbox valign=middle posx=0 text="screensaver delay" bordercol=bordercol width=100%>
+<node name=screensaver_interval type=choicebox parent=listbox valign=middle posx=0 text="screensaver interval" bordercol=bordercol width=100%>
+<node name=screensaver_type type=choicebox parent=listbox valign=middle posx=0 text="screensaver type" bordercol=bordercol width=100%>
+<node name=screensaver_background_color type=choicebox parent=listbox valign=middle posx=0 text="screensaver background" bordercol=bordercol width=100%>
+<node name=screensaver_pic type=choicebox parent=listbox valign=middle posx=0 text="screensaver pic" bordercol=bordercol width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+<node hidden=yes type=filelist name=filelist>
+</screen>
+
+<screen fontcol=white1 title="A/V Settings" titlealign=center name="avsettings" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=resolution type=choicebox parent=listbox valign=middle posx=0 text="Resolution (default)" bordercol=bordercol width=100%>
+<node deaktivcol=deaktivcol name=aktresolution type=choicebox parent=listbox valign=middle posx=0 text="Resolution (current)" bordercol=bordercol width=100%>
+<node name=autoresolution type=choicebox parent=listbox valign=middle posx=0 text="Auto resolution" bordercol=bordercol width=100%>
+<node name=autoressd type=choicebox parent=listbox valign=middle posx=0 text="--- SD resolution" bordercol=bordercol width=100% hidden=yes>
+<node name=autorests type=choicebox parent=listbox valign=middle posx=0 text="--- Time to switch" bordercol=bordercol width=100% hidden=yes>
+<node name=policy type=choicebox parent=listbox valign=middle posx=0 text="Policy" bordercol=bordercol width=100%>
+<node name=aspect type=choicebox parent=listbox valign=middle posx=0 text="Aspect" bordercol=bordercol width=100%>
+<node name=colformat type=choicebox parent=listbox valign=middle posx=0 text="Color Format" bordercol=bordercol width=100%>
+<node deaktivcol=deaktivcol name=colformatscart type=choicebox parent=listbox valign=middle posx=0 text="Color Format Scart" bordercol=bordercol width=100%>
+<node name=audiosource type=choicebox parent=listbox valign=middle posx=0 text="Audio Source" bordercol=bordercol width=100%>
+<node name=ac3default type=choicebox parent=listbox valign=middle posx=0 text="AC3 default" bordercol=bordercol width=100%>
+<node name=ac3mode type=choicebox parent=listbox valign=middle posx=0 text="AC3 Mode" bordercol=bordercol width=100%>
+<node name=mode3d type=choicebox parent=listbox valign=middle posx=0 text="3D Mode" bordercol=bordercol width=100%>
+<node name=stepmute type=choicebox parent=listbox valign=middle posx=0 text="Two step mute" bordercol=bordercol width=100%>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 title="Records and EPG" titlealign=center name=timermenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/singleepg.png textposx=120 valign=middle name=singleepg text="Single EPG" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/multiepg.png textposx=120 valign=middle name=multiepg text="Multi EPG" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/gmultiepg.png textposx=120 valign=middle name=gmultiepg text="Graphic EPG" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/timer.png textposx=120 valign=middle name=timer text="Records" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Main Menu" titlealign=center name=mainmenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/panel.png textposx=120 valign=middle name=panel text="Panel" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/timer.png textposx=120 valign=middle name=timermenu text="Records and EPG ..." parent=listbox bordercol=bordercol width=100% height=50 hspace=5>
+<node type=menu pic=skin/scartrecorder.png textposx=120 valign=middle name=scartrecorder text="Scart-Recorder" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/information.png textposx=120 valign=middle name=information text="Information..." parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/plugins.png textposx=120 valign=middle name=plugins text="Plugins" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/settings.png textposx=120 valign=middle name=settings text="Settings..." parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/media_center.png textposx=120 valign=middle name=mediacenter text="Media Center" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/media_center.png textposx=120 valign=middle name=mediaplayer text="Media Player" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/poweroff.png textposx=120 valign=middle name=standby text="Standby / Poweroff..." parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Settings" titlealign=center name=settingsmenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/channelservice.png textposx=120 valign=middle name=channelservice text="Channel Service..." parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/channeledit.png textposx=120 valign=middle name=channeledit text="Channel Edit" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/system.png textposx=120 valign=middle name=system text="System..." parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/cinterface.png textposx=120 valign=middle name=cinterface text="Common Interface" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/child_protection.png textposx=120 valign=middle name=childprotection text="Child Protection" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/restoredefault.png textposx=120 valign=middle name=restoredefault text="Restore default settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/save.png textposx=120 valign=middle name=savesettings text="Save Settings" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Information" titlealign=center name=infomenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/serviceinfo.png textposx=120 valign=middle name=serviceinfo text="Service" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/about.png textposx=120 valign=middle name=about text="About" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/streaming.png textposx=120 valign=middle name=streaming text="Streaming" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Channel Search" titlealign=center name=channelmenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/tunerconfig.png textposx=120 valign=middle name=tunerconfig text="Tuner Configuration" parent=listbox width=100% height=50 hspace=5>
+#<node type=menu pic=skin/unicable.png textposx=120 valign=middle name=unicable text="Unicable Configuration" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/autosearch.png textposx=120 valign=middle name=autosearch text="Automatic Search" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/manualsearch.png textposx=120 valign=middle name=manualsearch text="Manual Search" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/rotorsettings.png textposx=120 valign=middle name=rotorsettings text="Rotor Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/satconfig.png textposx=120 valign=middle name=satconfig text="Sat Config" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/satfinder.png textposx=120 valign=middle name=satfinder text="Sat Finder" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="System" titlealign=center name=systemmenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/avsettings.png textposx=120 valign=middle name=avsettings text="A/V Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/language.png textposx=120 valign=middle name=language text="Language" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/adjust.png textposx=120 valign=middle name=adjust text="Adjust" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/adjust.png textposx=120 valign=middle name=skinadjust text="Skin Adjust" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/adjust.png textposx=120 valign=middle name=screensaveradjust text="Screensaver Adjust" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/timezone.png textposx=120 valign=middle name=timezone text="Timezone" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/network.png textposx=120 valign=middle name=network text="Network" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/harddisk.png textposx=120 valign=middle name=harddisk text="Harddisk" parent=listbox width=100% height=50 hspace=5>
+#<node type=menu pic=skin/keyboard.png textposx=120 valign=middle name=keyboard text="Keyboard" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/recordpath.png textposx=120 valign=middle name=recordpath text="Record Path" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/epgsettings.png textposx=120 valign=middle name=epgsettings text="EPG Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/vfdisplay.png textposx=120 valign=middle name=vfdisplay text="VFDisplay" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/videosettings.png textposx=120 valign=middle name=videosettings text="Video Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/skinselect.png textposx=120 valign=middle name=skinselect text="Skin" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Harddisk" titlealign=center name=harddiskmenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/formathdd.png textposx=120 valign=middle name=formathdd text="Format HDD" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/filesystemcheck.png textposx=120 valign=middle name=filesystemcheck text="Filesystem Check" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/configurehdd.png textposx=120 valign=middle name=configurehdd text="Configure" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/timetosleep.png textposx=120 valign=middle name=timetosleep text="Time to sleep" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Network" titlealign=center name=networkmenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/addaptersettings.png textposx=120 valign=middle name=addaptersettings text="Adapter Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/networktest.png textposx=120 valign=middle name=networktest text="Network Test" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/networkrestart.png textposx=120 valign=middle name=networkrestart text="Network Restart" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/sambasettings.png textposx=120 valign=middle name=sambasettings text="Samba Server Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/nfssettings.png textposx=120 valign=middle name=nfssettings text="Nfs Server Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/networkbrowser.png textposx=120 valign=middle name=networkbrowser text="Networkbrowser" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/sharesettings.png textposx=120 valign=middle name=sharesettings text="Share Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=menu pic=skin/httpdsettings.png textposx=120 valign=middle name=httpdsettings text="HTTP Settings" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 titlealign=center title="Standby / Poweroff" name=standbymenu font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=menu pic=skin/poweroff.png textposx=120 valign=middle name=poweroff text="Power Off" parent=listbox width=435 height=50 hspace=5>
+<node type=menu pic=skin/dostandby.png textposx=120 valign=middle name=dostandby text="Standby" parent=listbox width=435 height=50 hspace=5>
+<node type=menu pic=skin/restart.png textposx=120 valign=middle name=restart text="Restart" parent=listbox width=435 height=50 hspace=5>
+<node type=menu pic=skin/guirestart.png textposx=120 valign=middle name=guirestart text="GUI Restart" parent=listbox width=435 height=50 hspace=5>
+<node type=menu pic=skin/sleep_timer.png textposx=120 valign=middle name=powerofftimer text="Power Off Timer" parent=listbox width=435 height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 titlealign=center title="Poweroff Timer" name=powerofftimerscreen font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=minutes text="Minutes" type=inputboxnum parent=listbox valign=middle posx=0 width=100%>
+<node name=mode text="StandBy Mode" type=choicebox parent=listbox valign=middle posx=0 width=100%>
+<node pic=skin/key_red2020.png posx=65 posy=412 width=30 height=30/>
+<node name=b1 text="Cancel Shutdown" valign=middle posx=100 posy=405 width=230 height=33 fontsize=18>
+<node pic=skin/key_blue20.png posx=375 posy=412 width=30 height=30/>
+<node name=b2 text="Use EPG Endtime" valign=middle posx=410 posy=405 width=190 height=33 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="Language" titlealign=center name=language font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node name=po/de textposx=70 pic=skin/de.png text="German" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=po/en textposx=70 pic=skin/en.png text="English" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=po/fr textposx=70 pic=skin/fr.png text="French" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=po/gr textposx=70 pic=skin/gr.png text="Greek" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=po/it textposx=70 pic=skin/it.png text="Italian" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=po/pl textposx=70 pic=skin/pl.png text="Polish" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=po/ru textposx=70 pic=skin/ru.png text="Russian" valign=middle vspace=5 parent=listbox width=100% height=50 hspace=5>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 name="inputhelp" hspace=30 vspace=30 fontsize=30 posx=center posy=center width=700 height=450 >
+<node picmem=skin/X_Menu_3.png width=700 height=450 vspace=-30 posx=center posy=center>
+<node type=inputbox name=inputbox fontsize=25 posx=0 posy=0 width=90% height=30 bordercol=bordercol bordersize=2>
+
+<node type=grid name=grid1 fontsize=25 posx=0 posy=35 width=100% height=-10 bordercol=green bordersize=0 scrollbar=auto>
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text="A" name=A>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="B" name=B>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="C" name=C>
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="D" name=D>
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="E" name=E>
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="F" name=F>
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="G" name=G>
+<node parent=grid1 posx=310 width=120 height=30 bgcol=green halign=center valign=middle text="OK" name=ok>
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text="H" name=H>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="I" name=I>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="J" name=J>
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="K" name=K>
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="L" name=L>
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="M" name=M>
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="N" name=N>
+<node parent=grid1 posx=310 width=120 height=30 bgcol=red halign=center valign=middle text="DEL" name=bs>
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text=O name=O>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="P" name=P>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="Q" name=Q>
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="R" name=R>
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="S" name=S>
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="T" name=T>
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="U" name=U>
+<node parent=grid1 posx=310 width=120 height=30 halign=center valign=middle text="Clear" name=clear>
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text=V name=V>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="W" name=W>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="X" name=X>
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="Y" name=Y>
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="Z" name=Z>
+<node parent=grid1 posx=200 width=80 height=30 bgcol=yellow halign=center valign=middle text="Space" name=" ">
+<node parent=grid1 posx=310 width=120 height=30 bgcol=blue halign=center valign=middle text="Next" name=switch>
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text="~" name=~>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="!" name=!>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="@" name=@>
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="#" name=#>
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="$" name=$>
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="%" name=%>
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="^" name=^>
+<node parent=grid1 posx=310 width=60 height=30 halign=center valign=middle text="<-" name=left>
+<node parent=grid1 posx=370 width=60 height=30 halign=center valign=middle text="->" name=right>
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text="&" name="&">
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="*" name=*>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="(" name=(>
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text=")" name=)>
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="+" name=+>
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="-" name=->
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="_" name="_">
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text=":" name=:>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text=";" name=;>
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="'" name="'">
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="<" name="<">
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text=">" name=">">
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="." name=.>
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="/" name="/">
+
+<node type=gridbr parent=grid1 posx=0 width=40 height=30 halign=center valign=middle text="?" name=?>
+<node parent=grid1 posx=40 width=40 height=30 halign=center valign=middle text="\" name="\">
+<node parent=grid1 posx=80 width=40 height=30 halign=center valign=middle text="[" name="[">
+<node parent=grid1 posx=120 width=40 height=30 halign=center valign=middle text="]" name="]">
+<node parent=grid1 posx=160 width=40 height=30 halign=center valign=middle text="," name=",">
+<node parent=grid1 posx=200 width=40 height=30 halign=center valign=middle text="{" name={>
+<node parent=grid1 posx=240 width=40 height=30 halign=center valign=middle text="}" name=}>
+
+<node hidden=YES type=grid name=grid2 fontsize=25 posx=0 posy=35 width=100% height=-10 bordercol=green bordersize=0 scrollbar=auto>
+<node type=gridbr parent=grid2 posx=0 width=40 height=30 halign=center valign=middle text="a" name=a>
+<node parent=grid2 posx=40 width=40 height=30 halign=center valign=middle text="b" name=b>
+<node parent=grid2 posx=80 width=40 height=30 halign=center valign=middle text="c" name=c>
+<node parent=grid2 posx=120 width=40 height=30 halign=center valign=middle text="d" name=d>
+<node parent=grid2 posx=160 width=40 height=30 halign=center valign=middle text="e" name=e>
+<node parent=grid2 posx=200 width=40 height=30 halign=center valign=middle text="f" name=f>
+<node parent=grid2 posx=240 width=40 height=30 halign=center valign=middle text="g" name=g>
+<node parent=grid2 posx=310 width=120 height=30 bgcol=green halign=center valign=middle text="OK" name=ok>
+
+<node type=gridbr parent=grid2 posx=0 width=40 height=30 halign=center valign=middle text="h" name=h>
+<node parent=grid2 posx=40 width=40 height=30 halign=center valign=middle text="i" name=i>
+<node parent=grid2 posx=80 width=40 height=30 halign=center valign=middle text="j" name=j>
+<node parent=grid2 posx=120 width=40 height=30 halign=center valign=middle text="k" name=k>
+<node parent=grid2 posx=160 width=40 height=30 halign=center valign=middle text="l" name=l>
+<node parent=grid2 posx=200 width=40 height=30 halign=center valign=middle text="m" name=m>
+<node parent=grid2 posx=240 width=40 height=30 halign=center valign=middle text="n" name=n>
+<node parent=grid2 posx=310 width=120 height=30 bgcol=red halign=center valign=middle text="DEL" name=bs>
+
+<node type=gridbr parent=grid2 posx=0 width=40 height=30 halign=center valign=middle text="o" name=o>
+<node parent=grid2 posx=40 width=40 height=30 halign=center valign=middle text="p" name=p>
+<node parent=grid2 posx=80 width=40 height=30 halign=center valign=middle text="q" name=q>
+<node parent=grid2 posx=120 width=40 height=30 halign=center valign=middle text="r" name=r>
+<node parent=grid2 posx=160 width=40 height=30 halign=center valign=middle text="s" name=s>
+<node parent=grid2 posx=200 width=40 height=30 halign=center valign=middle text="t" name=t>
+<node parent=grid2 posx=240 width=40 height=30 halign=center valign=middle text="u" name=u>
+<node parent=grid2 posx=310 width=120 height=30 halign=center valign=middle text="Clear" name=clear>
+
+<node type=gridbr parent=grid2 posx=0 width=40 height=30 halign=center valign=middle text="v" name=v>
+<node parent=grid2 posx=40 width=40 height=30 halign=center valign=middle text="w" name=w>
+<node parent=grid2 posx=80 width=40 height=30 halign=center valign=middle text="x" name=x>
+<node parent=grid2 posx=120 width=40 height=30 halign=center valign=middle text="y" name=y>
+<node parent=grid2 posx=160 width=40 height=30 halign=center valign=middle text="z" name=z>
+<node parent=grid2 posx=200 width=80 height=30 bgcol=yellow halign=center valign=middle text="Space" name=" ">
+<node parent=grid2 posx=310 width=120 height=30 bgcol=blue halign=center valign=middle text="ABC/abc" name=switch>
+
+<node type=gridbr parent=grid2 posx=0 width=40 height=30 halign=center valign=middle text="0" name=0>
+<node parent=grid2 posx=40 width=40 height=30 halign=center valign=middle text="1" name=1>
+<node parent=grid2 posx=80 width=40 height=30 halign=center valign=middle text="2" name=2>
+<node parent=grid2 posx=120 width=40 height=30 halign=center valign=middle text="3" name=3>
+<node parent=grid2 posx=160 width=40 height=30 halign=center valign=middle text="4" name=4>
+<node parent=grid2 posx=200 width=40 height=30 halign=center valign=middle text="5" name=5>
+<node parent=grid2 posx=240 width=40 height=30 halign=center valign=middle text="6" name=6>
+<node parent=grid2 posx=310 width=60 height=30 halign=center valign=middle text="<-" name=left>
+<node parent=grid2 posx=370 width=60 height=30 halign=center valign=middle text="->" name=right>
+
+<node type=gridbr parent=grid2 posx=0 width=40 height=30 halign=center valign=middle text="7" name=7>
+<node parent=grid2 posx=40 width=40 height=30 halign=center valign=middle text="8" name=8>
+<node parent=grid2 posx=80 width=40 height=30 halign=center valign=middle text="9" name=9>
+<node parent=grid2 posx=120 width=40 height=30 halign=center valign=middle text="+" name="+">
+<node parent=grid2 posx=160 width=40 height=30 halign=center valign=middle text="-" name="-">
+<node parent=grid2 posx=200 width=40 height=30 halign=center valign=middle text="*" name="*">
+<node parent=grid2 posx=240 width=40 height=30 halign=center valign=middle text="/" name="/">
+</screen>
+
+<screen fontcol=white1 titlealign=center name="messagebox" valign=bottom hspace=5 vspace=5 fontsize=30 title="" posx=center posy=center width=500 height=300 bordercol=red bordersize=4 borderradius=0 bgcol=black>
+<node type=textbox scrollbar=auto name=textbox bordersize=0 bordercol=bordercol posx=0 posy=1 width=100% height=-45/>
+<node name=b1 hidden=yes halign=center valign=middle posx=1% posy=0 width=130 height=39/>
+<node name=b2 hidden=yes halign=center valign=middle posx=26% posy=0 width=130 height=39/>
+<node name=b3 hidden=yes halign=center valign=middle posx=51% posy=0 width=130 height=39/>
+<node name=b4 hidden=yes halign=center valign=middle posx=76% posy=0 width=130 height=39/>
+</screen>
+
+<screen fontcol=white1 valign=bottom titlealign=center name="serviceinfo" hspace=5 vspace=5 fontsize=30 title="Serviceinfo" posx=center posy=center width=800 height=500 bordercol=bordercol bordersize=2 bgcol=bgcol>
+<node name=name text="Name:" posy=1 posx=0 height=22 width=100%>
+<node name=provider text="Provider:" posy=22 posx=0 height=22 width=100%>
+<node name=aspectratio text="Aspect Ratio:" posy=44 posx=0 height=22 width=100%>
+<node name=resolution text="Resolution:" posy=66 posx=0 height=22 width=100%>
+<node name=videopid text="Video PID:" posy=1 posx=0 height=22 width=100%>
+<node name=audiopid text="Audio PID:" posy=22 posx=0 height=22 width=100%>
+<node name=pcrpid text="PCR PID:" posy=44 posx=0 height=22 width=100%>
+<node name=pmtpid text="PMT PID:" posy=66 posx=0 height=22 width=100%>
+<node name=txtpid text="TXT PID:" posy=88 posx=0 height=22 width=100%>
+<node name=tsid text="TSID:" posy=110 posx=0 height=22 width=100%>
+<node name=onid text="ONID:" posy=132 posx=0 height=22 width=100%>
+<node name=sid text="SID:" posy=154 posx=0 height=22 width=100%>
+<node name=id text="ID:" posy=176 posx=0 height=22 width=100%>
+<node name=tuner text="Tuner:" posy=1 posx=0 height=22 width=100%>
+<node name=type text="Type:" posy=22 posx=0 height=22 width=100%>
+<node name=system text="System:" posy=44 posx=0 height=22 width=100%>
+<node name=modulation text="Modulation:" posy=66 posx=0 height=22 width=100%>
+<node name=orbitalpos text="Orbital Position:" posy=88 posx=0 height=22 width=100%>
+<node name=frequency text="Frequency:" posy=110 posx=0 height=22 width=100%>
+<node name=symbolrate text="Symbol rate:" posy=132 posx=0 height=22 width=100%>
+<node name=polarization text="Polarization:" posy=154 posx=0 height=22 width=100%>
+<node name=fec text="FEC:" posy=176 posx=0 height=22 width=100%>
+<node name=inversion text="Inversion:" posy=198 posx=0 height=22 width=100%>
+<node name=rolloff text="Rolloff:" posy=220 posx=0 height=22 width=100%>
+<node name=pilot text="Pilot:" posy=242 posx=0 height=22 width=100%>
+<node textposx=300 name=l1 posy=1 posx=0 height=22 width=100%>
+<node textposx=300 name=l2 posy=22 posx=0 height=22 width=100%>
+<node textposx=300 name=l3 posy=44 posx=0 height=22 width=100%>
+<node textposx=300 name=l4 posy=66 posx=0 height=22 width=100%>
+<node textposx=300 name=l5 posy=88 posx=0 height=22 width=100%>
+<node textposx=300 name=l6 posy=110 posx=0 height=22 width=100%>
+<node textposx=300 name=l7 posy=132 posx=0 height=22 width=100%>
+<node textposx=300 name=l8 posy=154 posx=0 height=22 width=100%>
+<node textposx=300 name=l9 posy=176 posx=0 height=22 width=100%>
+<node textposx=300 name=l10 posy=198 posx=0 height=22 width=100%>
+<node textposx=300 name=l11 posy=220 posx=0 height=22 width=100%>
+<node textposx=300 name=l12 posy=242 posx=0 height=22 width=100%>
+<node name=b1 text="Service" halign=center valign=middle bordercol=red bordersize=6 bordertype=2 posx=20 posy=0 width=150 height=39/>
+<node name=b2 text="PIDs" halign=center valign=middle bordercol=green bordersize=6 bordertype=2 posx=180 posy=0 width=150 height=39/>
+<node name=b3 text="Tuner" halign=center valign=middle bordercol=yellow bordersize=6 bordertype=2 posx=340 posy=0 width=150 height=39/>
+</screen>
+
+<screen fontcol=white1 name="helpbox" title="Help" titlealign=center titlebgcol=titlebgcol hspace=30 vspace=30 valign=bottom fontsize=30 posx=center posy=center width=70% height=65% bordercol=bordercol bordersize=2 bgcol=bgcol>
+<node scrollbar=auto type=textbox posy=1 posx=0 name=textbox width=100% height=-35>
+<node name=b1 pic=skin/exit.png posx=20 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 fontsize=20 titlealign=center name="timeshift" font=Sansation_Regular picmem=skin/X_Menu_7.png fontsize=30 posx=center posy=center width=450 height=100 halign=center valign=middle>
+<node name=seek posx=center posy=20 width=100% height=20 halign=center>
+<node progresscol=white bordersize=2 bordercol=bordercol name=timeshiftbar posx=center posy=40 width=430 height=10>
+</screen>
+
+#ATEMIO PANEL#
+
+<screen fontcol=white1 title="Ipk Install - select file" name=ipkinstall fontsize2=22 fontcol2=orange titlealign=center font=Sansation_Regular  posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640>
+<node pic=dummy_dont_change_or_add_png_file fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=1070 height=500>
+</screen>
+
+<screen fontcol=white1 font=Sansation_Regular title="System - Flashupdate (online)" titlealign=center name=panel_system_update_flash_online_menu title=""  fontsize=30 posx=center posy=center width=90% height=90%>
+<node picmem=skin/X_Menu_2.png width=1200 height=640 vspace=-32 posx=center posy=center> 
+<node type=textbox text="System - Flashupdate (online)" posx=center posx=20 posy=-20 halign=center width=800 height=40>
+<node bordercol=bordercol scrollbar=auto wrap=yes type=textbox name=info width=70% height=60% posx=0% posy=10%>
+<node pic=skin/key_red2020.png width=30 height=30 posx=220 posy=572>
+<node name=b1 text="Cancel" posx=260 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=425 posy=572>
+<node name=b2 text="install" posx=465 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=690 posy=572>
+<node name=b3 text="update" posx=730 posy=573 width=160 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 font=Sansation_Regular title="System - Flashupdate (tmp)" titlealign=center name=panel_system_update_flash_tmp_menu title=""  fontsize=30 posx=center posy=center width=90% height=90%>
+<node picmem=skin/X_Menu_2.png width=1200 height=640 vspace=-15 posx=center posy=center>
+<node type=textbox text="System - Flashupdate (tmp)" posx=center posy=-15 halign=center width=800 height=40>
+<node name=panel_filelistpath valign=middle posx=10 posy=60 bordercol=bordercol bordersize=1 width=100% height=25>
+<node hspace=10 pic=skin/folder.png textposx=30 fontsize=30 bordersize=0 bordercol=bordercol scrollbar=auto type=filelist name=panel_filelist posx=10 posy=90 width=90% height=80%>
+<node pic=skin/key_red2020.png width=30 height=30 posx=220 posy=572>
+<node name=b1 text="Cancel" posx=260 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=425 posy=572>
+<node name=b2 text="install" posx=465 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=690 posy=572>
+<node name=b3 text="update" posx=730 posy=573 width=160 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 title="Panel" titlealign=center name=panel_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_softcam_panel.png" textposx=120 valign=middle name=panel_softcam text="Softcam Panel" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_setup.png textposx=120 valign=middle name=panel_settings text="Settings" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_system.png textposx=120 valign=middle name=panel_system text="System" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_plugins.png textposx=120 valign=middle name=panel_extensions text="Extensions" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_infos.png textposx=120 valign=middle name=panel_infos_main text="Infos" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Settings" titlealign=center name=panel_settings_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_automount.png textposx=120 valign=middle name=panel_settings_automount text="Automount" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_autostart.png textposx=120 valign=middle name=panel_settings_autostart text="Autostart" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_overclock.png textposx=120 valign=middle name=panel_settings_overclocking text="Overclocking" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_redkeyaction.png textposx=120 valign=middle name=panel_settings_redbutton text="Red Button" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_bluekeyaction.png textposx=120 valign=middle name=panel_settings_bluebutton text="Blue Button" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_videotune.png textposx=120 valign=middle name=panel_settings_videotune text="Videotune" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_betaconfig.png textposx=120 valign=middle name=panel_settings_betacfg text="Beta Config" parent=listbox width=100% height=50 hidden=no hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_fancontrol.png textposx=120 valign=middle name=panel_settings_fancontrol text="Fancontrol" parent=listbox width=100% height=50 hidden=no hspace=5>
+</screen>
+
+<screen fontcol=white1 title="System" titlealign=center name=panel_system_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic=%pluginpath%/panel/skin/panel.png textposx=120 valign=middle name=panel_system_wizard text="Wizard" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel.png textposx=120 valign=middle name=panel_system_eraseswap text="Erase Swap" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_info.png textposx=120 valign=middle name=panel_system_imageinfo text="Image Information" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_backup.png textposx=120 valign=middle name=panel_system_backup text="Backup" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_backup_and_restore_settings.png textposx=120 valign=middle name=panel_system_restore text="Settings backup/restore" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_flash_online_updater.png" textposx=120 valign=middle name=panel_system_update_flash_online text="Flashupdate (online)" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_flash_tmp_updater.png" textposx=120 valign=middle name=panel_system_update_flash_tmp text="Flashupdate (tmp)" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_usb_online_updater.png" textposx=120 valign=middle name=panel_system_update_usb_online text="Usbupdate (online)" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_usb_tmp_updater.png" textposx=120 valign=middle name=panel_system_update_usb_tmp text="Usbupdate (tmp)" parent=listbox width=100% height=50 hspace=5>
+#<node func=gettime param1="%d-%m-%Y %H:%M" name=time halign=right valign=center posx=58% posy=90% width=280 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Extensions" titlealign=center name=panel_extensions_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_feed.png textposx=120 valign=middle name=panel_feed text="Change Feed" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_plugins.png textposx=120 valign=middle name=panel_extensions_menu text="Extensions Menu" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_online_ipk_install.png" textposx=120 valign=middle name=panel_extensions_ipkinstall text="IPK install (online)" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_tmp_ipk_install.png" textposx=120 valign=middle name=panel_extensions_tmpipkinstall text="IPK tmp (tmp)" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_tmp_ipk_remove.png" textposx=120 valign=middle name=panel_extensions_ipkremove text="IPK remove" parent=listbox width=100% height=50 hspace=5>
+#<node func=gettime param1="%d-%m-%Y %H:%M" name=time halign=right valign=center posx=58% posy=90% width=280 height=30/>
+</screen>
+
+<screen fontcol=white1 title="Info" titlealign=center name=panel_infos_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_infos.png textposx=120 valign=middle name=panel_infos text="Infos" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_default.png textposx=120 valign=middle name=panel_infos_default text="default" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_freespace.png textposx=120 valign=middle name=panel_infos_free text="free space" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_kernel.png textposx=120 valign=middle name=panel_infos_kernel text="Kernel" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_mounts.png textposx=120 valign=middle name=panel_infos_mounts text="Mounts" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_network.png textposx=120 valign=middle name=panel_infos_network text="Network" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_ram.png textposx=120 valign=middle name=panel_infos_ram text="Ram" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_system_info.png" textposx=120 valign=middle name=panel_infos_sysinfo text="System Infos" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Sysinfo" titlealign=center name=panel_sysinfos_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_cpu.png textposx=120 valign=middle name=panel_sysinfos_cpu text="CPU" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_meminfo.png textposx=120 valign=middle name=panel_sysinfos_mem text="Memory" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_mtd.png textposx=120 valign=middle name=panel_sysinfos_mtd text="MTD" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_module.png textposx=120 valign=middle name=panel_sysinfos_module text="Module" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_devices_config.png" textposx=120 valign=middle name=panel_sysinfos_devices text="Devices" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_swap.png textposx=120 valign=middle name=panel_sysinfos_swap text="Swap" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Autostart" titlealign=center name=panel_autostart_main font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_3.png width=700 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_default.png textposx=120 valign=middle name=panel_autostart_default text="Default" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_audiovideosat_config.png" textposx=120 valign=middle name=panel_autostart_audiovideo text="Audio / Video / Sat" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_autofs.png textposx=120 valign=middle name=panel_autostart_usb text="Usb Device" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_camemu_config.png" textposx=120 valign=middle name=panel_autostart_emu text="Cam / Emu" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic="%pluginpath%/panel/skin/panel_network.png" textposx=120 valign=middle name=panel_autostart_network text="Network" parent=listbox width=100% height=50 hspace=5>
+<node type=MENU pic=%pluginpath%/panel/skin/panel_parental.png textposx=120 valign=middle name=panel_autostart_safety text="Child safety" parent=listbox width=100% height=50 hspace=5>
+</screen>
+
+<screen fontcol=white1 title="Softcam Panel" titlealign=center name=panel_softcam font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=480 height=325>
+<node name=ecminfo type=TEXTBOX wrap=yes posx=53% posy=60 width=430 height=300 bordercol=red bordersize=0 fontsize=30 fontcol=white1/>
+<node bordercol=bordercol scrollbar=auto type=listbox name=listbox width=50% height=50% posx=1% posy=10%>
+<node pic=skin/key_red2020.png width=30 height=30 posx=170 posy=412>
+<node name=b1 text="Deactivate" halign=left posx=210 posy=413 width=110 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=335 posy=412>
+<node name=b2 text="Restart" halign=left posx=375 posy=413 width=110 height=30 fontsize=18>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=500 posy=412>
+<node name=b3 text="Refresh" halign=left posx=540 posy=413 width=110 height=30 fontsize=18>
+<node pic=skin/key_blue20.png width=30 height=30 posx=665 posy=412>
+<node name=b4 text="Activate" halign=left posx=705 posy=413 width=110 height=30 fontsize=18>
+</screen>
+
+<screen font=tuxtxt fontcol=white1 title="" titlealign=center name=panel_infos posx=center posy=center picmem=skin/X_Menu_2.png width=1200 height=640>
+<node name=info type=textbox wrap=no scrollbar=auto posx=10 posy=60 width=1070 height=500 fontsize=20/>
+</screen>
+
+<screen fontcol=white1 valign=bottom titlealign=center name="panel_config" title="" font=Sansation_Regular vspace=-40 fontsize=26 posx=center posy=center picmem=skin/X_Menu_4.png width=1000 height=450>
+<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
+<node name=b1 pic=skin/ok.png posx=20 posy=408 width=40 height=39/>
+<node name=b2 pic=skin/exit.png posx=100 posy=408 width=40 height=39/>
+</screen>
+
+<screen fontcol=white1 font=Sansation_Regular title="Backup / Restore Settings" titlealign=center name=panel_system_restore  fontsize=30 posx=center posy=center width=90% height=90%> 
+<node picmem=skin/X_Menu_2.png width=1200 height=640 vspace=-32 posx=center posy=center> 
+<node type=textbox text="Backup / Restore Settings" posx=center posx=20 posy=-20 halign=center width=600 height=40>
+<node bordercol=bordercol scrollbar=auto wrap=yes type=textbox name=info width=70% height=70% posx=0% posy=10%> 
+<node pic=skin/key_red2020.png width=30 height=30 posx=220 posy=572>
+<node name=b1 text="Cancel" posx=260 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=425 posy=572>
+<node name=b2 text="Restore" posx=465 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_yellow20.png width=30 height=30 posx=690 posy=572>
+<node name=b3 text="Backup" posx=730 posy=573 width=160 height=30 fontsize=18>
+</screen>
+
+<screen fontcol=white1 font=Sansation_Regular title="Create Backup" titlealign=center name=panel_system_backup  fontsize=30 posx=center posy=center width=90% height=90%> 
+<node picmem=skin/X_Menu_2.png width=1200 height=640 vspace=-32 posx=center posy=center> 
+<node type=textbox text="Create Backup" posx=center posx=20 posy=-20 halign=center width=600 height=40>
+<node bordercol=bordercol scrollbar=auto wrap=yes type=textbox name=info width=90% height=60% posx=10% posy=10%>
+<node bordercol=bordercol scrollbar=auto type=listbox name=listbox width=100% posy=70% height=10%>
+<node name=listfield type=choicebox parent=listbox valign=middle posx=65% text="Select backup: " bordercol=bordercol bordersize=1 width=30% height=30>
+<node pic=skin/key_red2020.png width=30 height=30 posx=420 posy=572>
+<node name=b1 text="Cancel" posx=460 posy=573 width=150 height=30 fontsize=18>
+<node pic=skin/key_green20.png width=30 height=30 posx=625 posy=572>
+<node name=b2 text="Backup" posx=665 posy=573 width=150 height=30 fontsize=18>
+</screen>
Index: /ipk/source.sh4/titanswapskins_cool/var/swap/titanskins/cool/skinconfig
===================================================================
--- /ipk/source.sh4/titanswapskins_cool/var/swap/titanskins/cool/skinconfig	(revision 12627)
+++ /ipk/source.sh4/titanswapskins_cool/var/swap/titanskins/cool/skinconfig	(revision 12627)
@@ -0,0 +1,32 @@
+bgcol=bbbbbb
+bordercol=525252
+burlywood1=FFD39B
+blue=0000ff
+borderradius=0
+black=000000
+deaktivcol=929292
+exitcol=484848
+emurunningcol=00ff00
+emuaktivecol=22ff22
+epgcol1=b7b7b7
+epgcol2=b7b7b7
+epgheight=60
+epgpicheight=60
+fontcol=525252
+fontfile3=/var/swap/titanskins/cool/fonts/Sansation_Regular.ttf
+grey=929292
+green=00ff00
+listboxselect=43A8CF
+listboxselecttype=1
+markcol=ff0000
+nochanneltitle=1
+okcol=525252
+orange=FF7F00
+osdtransparent=15
+progresscol=43A8CF
+progresscolbg=a1a1a1
+red=ff0000
+scrollbarcol=626262
+white=ffffff
+white1=dddddd
+yellow=ffff00
