home *** CD-ROM | disk | FTP | other *** search
/ host-198-236-40-254.wlwv.k12.or.us / host-198-236-40-254.wlwv.k12.or.us.tar / host-198-236-40-254.wlwv.k12.or.us / defs_swe_9.xml < prev    next >
Extensible Markup Language  |  2014-08-01  |  564KB  |  8,549 lines

  1. <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
  2. <!--#:# Keyboard_$Language.txt is used to include variations of this file    -->
  3. <!--#:# PhoneDefs    defs_swe_$Language.xml                                   -->
  4. <!--    which include the different keyboard variations called out by the    -->
  5. <!--    enumerated #:# prefixes in the comments { 1..<number of languages> } -->
  6. <!--    where zero (0) indicates an end of the variations                    -->
  7. <Phone>
  8. <Model>SWE
  9. <ProgressBar>
  10. <!-- Locations of the 3 icons that make up the progress bar in PixmapMgc -->
  11. <PlayedIcon>
  12. <x>362</x><y>1050</y>
  13. <w>277</w><h>15</h>
  14. </PlayedIcon>
  15. <UnplayedIcon>
  16. <x>362</x><y>1066</y>
  17. <w>277</w><h>15</h>
  18. </UnplayedIcon>
  19. <PointerIcon>
  20. <x>312</x><y>1009</y>
  21. <w>16</w><h>52</h>
  22. </PointerIcon>
  23. <PointerIconTouch>
  24. <x>312</x><y>1009</y>
  25. <w>16</w><h>52</h>
  26. </PointerIconTouch>
  27. <PointerIconOffset>-18</PointerIconOffset> <!-- PointerIcon.y - [Un]PlayedIcon.y -->
  28. <PointerIconLeftOffset>8</PointerIconLeftOffset> <!-- PointerIcon.x + (PointerIcon.x/2) - [Un]PlayedIcon.x -->
  29. <PointerIconRightOffset>-8</PointerIconRightOffset> <!-- PointerIcon.x + (PointerIcon.x/2) - ([Un]PlayedIcon.x + [Un]PlayedIcon.w) -->
  30. <TimeSpacing>7</TimeSpacing><!-- Spacing in pixels from the end of the UnplayedIcon to the first time character -->
  31. <TimeStyle>4</TimeStyle><!-- Style to draw the time with -->
  32. </ProgressBar>
  33. <!-- style definitions 1 to 100 -->
  34. <Style>
  35.   <StyleId>1</StyleId>                <!-- reserved for phone boot text style -->
  36.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  37.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  38.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  39.   <ColorStart>0x112233</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  40.   <ColorEnd>0x112233</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  41.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  42.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  43.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  44.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  45.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  46.   <TouchForegroundColor>0xaabbcc</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  47.   <TouchBackgroundColor>0x112233</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  48.   <TouchAlpha>128</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  49.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  50.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  51.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  52.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  53.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  54.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  55.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  56.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  57.   <BorderColor>0x112233</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  58.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  59.   <PadLeft>10</PadLeft>                <!-- Padding between the left of the text area and the border -->
  60.   <PadRight>10</PadRight>            <!-- Padding between the right of the text area and the border -->
  61.   <PadTop>10</PadTop>                <!-- Padding between the top of the text area and the border -->
  62.   <PadBottom>10</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  63.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  64.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  65. </Style>
  66. <Style>
  67.   <StyleId>2</StyleId>                <!-- transparent style for clearing before drawing -->
  68.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  69.   <AlphaStart>0</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  70.   <AlphaEnd>0</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  71.   <ColorStart>0x112233</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  72.   <ColorEnd>0x112233</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  73.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  74.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  75.   <ForegroundColor>0x00aabb</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  76.   <BackgroundColor>0x00eeff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  77.   <BackgroundAlpha>128</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  78.   <TouchForegroundColor>0xaabbcc</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  79.   <TouchBackgroundColor>0x112233</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  80.   <TouchAlpha>128</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  81.   <BorderTop>1</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  82.   <BorderLeft>1</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  83.   <BorderRight>1</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  84.   <BorderBottom>1</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  85.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  86.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  87.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  88.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  89.   <BorderColor>0x112233</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  90.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  91.   <PadLeft>10</PadLeft>                <!-- Padding between the left of the text area and the border -->
  92.   <PadRight>10</PadRight>            <!-- Padding between the right of the text area and the border -->
  93.   <PadTop>10</PadTop>                <!-- Padding between the top of the text area and the border -->
  94.   <PadBottom>10</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  95.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  96.   <HapticSound>Big</HapticSound>        <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  97. </Style>
  98. <Style>
  99.   <StyleId>3</StyleId>                <!-- header text style, white on opaque grey, left justified -->
  100.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  101.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  102.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  103.   <ColorStart>0x404040</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  104.   <ColorEnd>0x404040</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  105.   <Font>Font2Phone</Font>            <!-- Font parameter to use for this style -->
  106.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  107.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  108.   <BackgroundColor>0x404040</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  109.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  110.   <TouchForegroundColor>0xaabbcc</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  111.   <TouchBackgroundColor>0x112233</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  112.   <TouchAlpha>128</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  113.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  114.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  115.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  116.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  117.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  118.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  119.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  120.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  121.   <BorderColor>0x112233</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  122.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  123.   <PadLeft>10</PadLeft>                <!-- Padding between the left of the text area and the border -->
  124.   <PadRight>10</PadRight>            <!-- Padding between the right of the text area and the border -->
  125.   <PadTop>10</PadTop>                <!-- Padding between the top of the text area and the border -->
  126.   <PadBottom>10</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  127.   <Haptic>Small</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  128.   <HapticSound>Small</HapticSound>    <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  129. </Style>
  130. <Style>
  131.   <StyleId>4</StyleId>                <!-- header text style, white on opaque grey, right justified, solid 0xC8C8C8 box -->
  132.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  133.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  134.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  135.   <ColorStart>0xC8C8C8</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  136.   <ColorEnd>0xC8C8C8</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  137.   <Font>Font2Phone</Font>            <!-- Font parameter to use for this style -->
  138.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  139.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  140.   <BackgroundColor>0x404040</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  141.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  142.   <TouchForegroundColor>0xaabbcc</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  143.   <TouchBackgroundColor>0x112233</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  144.   <TouchAlpha>128</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  145.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  146.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  147.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  148.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  149.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  150.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  151.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  152.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  153.   <BorderColor>0x112233</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  154.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  155.   <PadLeft>1</PadLeft>                <!-- Padding between the left of the text area and the border -->
  156.   <PadRight>1</PadRight>            <!-- Padding between the right of the text area and the border -->
  157.   <PadTop>1</PadTop>                <!-- Padding between the top of the text area and the border -->
  158.   <PadBottom>1</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  159.   <Haptic>Slider</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  160.   <HapticSound>Slider</HapticSound>    <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  161. </Style>
  162. <Style>
  163.   <StyleId>5</StyleId>                <!-- left justified black text on transparent bg, solid white box -->
  164.   <Blending>horizontal</Blending>    <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  165.   <AlphaStart>255</AlphaStart>        <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  166.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  167.   <ColorStart>0xffffff</ColorStart>    <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  168.   <ColorEnd>0xffffff</ColorEnd>        <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  169.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  170.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  171.   <ForegroundColor>0x00000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  172.   <BackgroundColor>0xffffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  173.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  174.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  175.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  176.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  177.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  178.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  179.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  180.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  181.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  182.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  183.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  184.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  185.   <BorderColor>0x202010</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  186.   <BorderWidth>0</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  187.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  188.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  189.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  190.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  191.   <Haptic>Close</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  192.   <HapticSound>Close</HapticSound>    <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  193. </Style>
  194. <Style>
  195.   <StyleId>6</StyleId>                <!-- center justified black text on transparent bg -->
  196.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  197.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  198.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  199.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  200.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  201.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  202.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  203.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  204.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  205.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  206.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  207.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  208.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  209.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  210.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  211.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  212.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  213.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  214.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  215.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  216.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  217.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  218.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  219.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  220.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  221.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  222.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  223.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  224.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  225. </Style>
  226. <Style>
  227.   <StyleId>7</StyleId>                <!-- right justified black text w/transparent bg, box=solid 606060 to 404040 -->
  228.   <Blending>vertical</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  229.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  230.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  231.   <ColorStart>0xCBCBCB</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  232.   <ColorEnd>0xFAFAFA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  233.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  234.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  235.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  236.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  237.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  238.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  239.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  240.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  241.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  242.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  243.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  244.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  245.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  246.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  247.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  248.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  249.   <BorderColor>0x606060</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  250.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  251.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  252.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  253.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  254.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  255.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  256.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  257. </Style>
  258. <Style>
  259.   <StyleId>8</StyleId>                <!-- left justified white text on transparent bg -->
  260.   <Blending>vertical</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  261.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  262.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  263.   <ColorStart>0xCDCDCD</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  264.   <ColorEnd>0xFFFFFF</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  265.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  266.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  267.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  268.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  269.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  270.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  271.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  272.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  273.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  274.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  275.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  276.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  277.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  278.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  279.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  280.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  281.   <BorderColor>0x505050</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  282.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  283.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  284.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  285.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  286.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  287.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  288.   <HapticSound>Big</HapticSound>    <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  289. </Style>
  290. <Style>
  291.   <StyleId>9</StyleId>                    <!-- center justified white text on transparent bg -->
  292.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  293.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  294.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  295.   <ColorStart>0xD0D0D0</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  296.   <ColorEnd>0xD0D0D0</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  297.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  298.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  299.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  300.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  301.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  302.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  303.   <TouchBackgroundColor>0x0</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  304.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  305.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  306.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  307.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  308.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  309.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  310.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  311.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  312.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  313.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  314.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  315.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  316.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  317.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  318.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  319.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  320.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  321. </Style>
  322. <Style>
  323.   <StyleId>10</StyleId>                <!-- right justified white text on transparent bg -->
  324.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  325.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  326.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  327.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  328.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  329.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  330.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  331.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  332.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  333.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  334.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  335.   <TouchBackgroundColor>0x505050</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  336.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  337.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  338.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  339.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  340.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  341.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  342.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  343.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  344.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  345.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  346.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  347.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  348.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  349.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  350.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  351.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  352.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  353. </Style>
  354. <Style>
  355.   <StyleId>11</StyleId>                <!-- center justified green text on transparent bg -->
  356.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  357.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  358.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  359.   <ColorStart>0x505050</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  360.   <ColorEnd>0x505050</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  361.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  362.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  363.   <ForegroundColor>0x00ff00</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  364.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  365.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  366.   <TouchForegroundColor>0x505050</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  367.   <TouchBackgroundColor>0x505050</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  368.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  369.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  370.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  371.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  372.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  373.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  374.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  375.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  376.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  377.   <BorderColor>0x505050</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  378.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  379.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  380.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  381.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  382.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  383.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  384.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  385. </Style>
  386. <Style>
  387.   <StyleId>12</StyleId>                <!-- left justified white text on transparent bg -->
  388.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  389.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  390.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  391.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  392.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  393.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  394.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  395.   <ForegroundColor>0x777777</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  396.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  397.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  398.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  399.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  400.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  401.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  402.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  403.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  404.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  405.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  406.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  407.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  408.   <CornerBottomRight>round</CornerBottomRight>    <!-- square=square corner round=round corner -->
  409.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  410.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  411.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  412.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  413.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  414.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  415.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  416.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  417.   <DateTimeFormat>2</DateTimeFormat>    <!-- Short form Date Time Format -->
  418. </Style>
  419. <Style>
  420.   <StyleId>13</StyleId>                <!-- center justified white text on transparent bg -->
  421.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  422.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  423.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  424.   <ColorStart>0xffffff</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  425.   <ColorEnd>0xffffff</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  426.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  427.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  428.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  429.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  430.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  431.   <TouchForegroundColor>0x000000</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  432.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  433.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  434.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  435.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  436.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  437.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  438.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  439.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  440.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  441.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  442.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  443.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  444.   <PadLeft>10</PadLeft>                <!-- Padding between the left of the text area and the border -->
  445.   <PadRight>10</PadRight>            <!-- Padding between the right of the text area and the border -->
  446.   <PadTop>10</PadTop>                <!-- Padding between the top of the text area and the border -->
  447.   <PadBottom>10</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  448.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  449.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  450. </Style>
  451. <Style>
  452.   <StyleId>14</StyleId>                <!-- center justified black text on transparent background -->
  453.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  454.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  455.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  456.   <ColorStart>0x5a5a5a</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  457.   <ColorEnd>0x5a5a5a</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  458.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  459.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  460.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  461.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  462.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  463.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  464.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  465.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  466.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  467.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  468.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  469.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  470.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  471.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  472.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  473.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  474.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  475.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  476.   <PadLeft>10</PadLeft>                <!-- Padding between the left of the text area and the border -->
  477.   <PadRight>10</PadRight>            <!-- Padding between the right of the text area and the border -->
  478.   <PadTop>10</PadTop>                <!-- Padding between the top of the text area and the border -->
  479.   <PadBottom>10</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  480.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  481.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  482. </Style>
  483. <Style>
  484.   <StyleId>15</StyleId>                <!-- left justified black text on transparent bg -->
  485.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  486.   <AlphaStart>0</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  487.   <AlphaEnd>0</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  488.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  489.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  490.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  491.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  492.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  493.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  494.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  495.   <TouchForegroundColor>0x000000</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  496.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  497.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  498.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  499.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  500.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  501.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  502.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  503.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  504.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  505.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  506.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  507.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  508.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  509.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  510.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  511.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  512.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  513.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  514. </Style>
  515. <Style>
  516.   <StyleId>16</StyleId>                <!-- right justified black text on transparent bg -->
  517.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  518.   <AlphaStart>0</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  519.   <AlphaEnd>0</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  520.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  521.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  522.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  523.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  524.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  525.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  526.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  527.   <TouchForegroundColor>0x000000</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  528.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  529.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  530.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  531.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  532.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  533.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  534.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  535.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  536.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  537.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  538.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  539.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  540.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  541.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  542.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  543.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  544.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  545.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  546. </Style>
  547. <Style>
  548.   <StyleId>17</StyleId>                <!-- orange left text, solid box = d5d5d5 -->
  549.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  550.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  551.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  552.   <ColorStart>0xd5d5d5</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  553.   <ColorEnd>0xd5d5d5</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  554.   <Font>Font4Phone</Font>            <!-- Font parameter to use for this style -->
  555.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  556.   <ForegroundColor>0xf19043</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  557.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  558.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  559.   <TouchForegroundColor>0xf19043</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  560.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  561.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  562.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  563.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  564.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  565.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  566.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  567.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  568.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  569.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  570.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  571.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  572.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  573.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  574.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  575.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  576.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  577.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  578. </Style>
  579. <Style>
  580.   <StyleId>18</StyleId>                <!-- orange center text, solid 0x949494 box -->
  581.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  582.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  583.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  584.   <ColorStart>0x949494</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  585.   <ColorEnd>0x949494</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  586.   <Font>Font4Phone</Font>            <!-- Font parameter to use for this style -->
  587.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  588.   <ForegroundColor>0xf19043</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  589.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  590.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  591.   <TouchForegroundColor>0xf19043</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  592.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  593.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  594.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  595.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  596.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  597.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  598.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  599.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  600.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  601.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  602.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  603.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  604.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  605.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  606.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  607.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  608.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  609.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  610. </Style>
  611. <Style>
  612.   <StyleId>19</StyleId>                <!-- left justified semi-transparent white text on transparent bg -->
  613.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  614.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  615.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  616.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  617.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  618.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  619.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  620.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  621.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  622.   <ForegroundAlpha>128</ForegroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  623.   <BackgroundAlpha>0</BackgroundAlpha>        <!-- 8-bit opacity of the text background (0 is transparent) -->
  624.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  625.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  626.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  627.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  628.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  629.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  630.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  631.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  632.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  633.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  634.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  635.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  636.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  637.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  638.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  639.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  640.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  641.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  642.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  643. </Style>
  644. <Style>
  645.   <StyleId>20</StyleId>                <!-- center justified semi-transparent white text on transparent bg -->
  646.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  647.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  648.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  649.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  650.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  651.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  652.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  653.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  654.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  655.   <ForegroundAlpha>128</ForegroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  656.   <BackgroundAlpha>0</BackgroundAlpha>        <!-- 8-bit opacity of the text background (0 is transparent) -->
  657.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  658.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  659.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  660.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  661.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  662.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  663.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  664.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  665.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  666.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  667.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  668.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  669.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  670.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  671.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  672.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  673.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  674.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  675.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  676. </Style>
  677. <Style>
  678.   <StyleId>21</StyleId>                <!-- right justified semi-transparent white text on transparent bg -->
  679.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  680.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  681.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  682.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  683.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  684.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  685.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  686.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  687.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  688.   <ForegroundAlpha>128</ForegroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  689.   <BackgroundAlpha>0</BackgroundAlpha>        <!-- 8-bit opacity of the text background (0 is transparent) -->
  690.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  691.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  692.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  693.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  694.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  695.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  696.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  697.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  698.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  699.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  700.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  701.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  702.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  703.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  704.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  705.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  706.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  707.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  708.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  709. </Style>
  710. <Style>
  711.   <StyleId>22</StyleId>                <!-- left justified black font3 text on transparent bg, solid white box -->
  712.   <Blending>horizontal</Blending>    <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  713.   <AlphaStart>255</AlphaStart>        <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  714.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  715.   <ColorStart>0xffffff</ColorStart>    <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  716.   <ColorEnd>0xffffff</ColorEnd>        <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  717.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  718.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  719.   <ForegroundColor>0x00000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  720.   <BackgroundColor>0xffffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  721.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  722.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  723.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  724.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  725.   <BorderTop>1</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  726.   <BorderLeft>1</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  727.   <BorderRight>1</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  728.   <BorderBottom>1</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  729.   <CornerTopLeft>round</CornerTopLeft>        <!-- square=square corner round=round corner -->
  730.   <CornerTopRight>round</CornerTopRight>    <!-- square=square corner round=round corner -->
  731.   <CornerBottomLeft>round</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  732.   <CornerBottomRight>round</CornerBottomRight>    <!-- square=square corner round=round corner -->
  733.   <BorderColor>0x202010</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  734.   <BorderWidth>0</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  735.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  736.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  737.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  738.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  739.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  740.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  741. </Style>
  742. <Style>
  743.   <StyleId>23</StyleId>                <!-- center justified black font3 text on transparent bg -->
  744.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  745.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  746.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  747.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  748.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  749.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  750.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  751.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  752.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  753.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  754.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  755.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  756.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  757.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  758.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  759.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  760.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  761.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  762.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  763.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  764.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  765.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  766.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  767.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  768.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  769.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  770.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  771.   <Haptic>Small</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  772.   <HapticSound>Small</HapticSound>    <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  773. </Style>
  774. <Style>
  775.   <StyleId>24</StyleId>                <!-- right justified black font3 text w/transparent bg, box=solid 606060 to 404040 -->
  776.   <Blending>vertical</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  777.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  778.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  779.   <ColorStart>0x606060</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  780.   <ColorEnd>0x404040</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  781.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  782.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  783.   <ForegroundColor>0x000000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  784.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  785.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  786.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  787.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  788.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  789.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  790.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  791.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  792.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  793.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  794.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  795.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  796.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  797.   <BorderColor>0x606060</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  798.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  799.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  800.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  801.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  802.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  803.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  804.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  805.   <DateTimeFormat>2</DateTimeFormat>    <!-- Short form Date Time Format -->
  806. </Style>
  807. <Style>
  808.   <StyleId>25</StyleId>                <!-- left justified white font3 text on transparent bg -->
  809.   <Blending>vertical</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  810.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  811.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  812.   <ColorStart>0x505050</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  813.   <ColorEnd>0x404040</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  814.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  815.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  816.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  817.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  818.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  819.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  820.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  821.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  822.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  823.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  824.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  825.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  826.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  827.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  828.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  829.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  830.   <BorderColor>0x505050</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  831.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  832.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  833.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  834.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  835.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  836.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  837.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  838. </Style>
  839. <Style>
  840.   <StyleId>26</StyleId>                <!-- center justified white font3 text on transparent bg -->
  841.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  842.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  843.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  844.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  845.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  846.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  847.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  848.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  849.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  850.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  851.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  852.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  853.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  854.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  855.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  856.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  857.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  858.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  859.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  860.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  861.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  862.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  863.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  864.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  865.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  866.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  867.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  868.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  869.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  870. </Style>
  871. <Style>
  872.   <StyleId>27</StyleId>                <!-- right justified white font3 text on transparent bg -->
  873.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  874.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  875.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  876.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  877.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  878.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  879.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  880.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  881.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  882.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  883.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  884.   <TouchBackgroundColor>0x505050</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  885.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  886.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  887.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  888.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  889.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  890.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  891.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  892.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  893.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  894.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  895.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  896.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  897.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  898.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  899.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  900.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  901.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  902. </Style>
  903. <Style>
  904.   <StyleId>28</StyleId>                <!-- left justified semi-transparent white font3 text on transparent bg -->
  905.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  906.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  907.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  908.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  909.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  910.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  911.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  912.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  913.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  914.   <ForegroundAlpha>128</ForegroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  915.   <BackgroundAlpha>0</BackgroundAlpha>        <!-- 8-bit opacity of the text background (0 is transparent) -->
  916.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  917.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  918.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  919.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  920.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  921.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  922.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  923.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  924.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  925.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  926.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  927.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  928.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  929.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  930.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  931.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  932.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  933.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  934.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  935. </Style>
  936. <Style>
  937.   <StyleId>29</StyleId>                <!-- center justified semi-transparent white font3 text on transparent bg -->
  938.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  939.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  940.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  941.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  942.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  943.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  944.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  945.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  946.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  947.   <ForegroundAlpha>128</ForegroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  948.   <BackgroundAlpha>0</BackgroundAlpha>        <!-- 8-bit opacity of the text background (0 is transparent) -->
  949.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  950.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  951.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  952.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  953.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  954.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  955.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  956.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  957.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  958.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  959.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  960.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  961.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  962.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  963.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  964.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  965.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  966.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  967.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  968. </Style>
  969. <Style>
  970.   <StyleId>30</StyleId>                <!-- right justified semi-transparent white font3 text on transparent bg -->
  971.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  972.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  973.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  974.   <ColorStart>0x808080</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  975.   <ColorEnd>0x808080</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  976.   <Font>Font3Phone</Font>            <!-- Font parameter to use for this style -->
  977.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  978.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  979.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  980.   <ForegroundAlpha>128</ForegroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  981.   <BackgroundAlpha>0</BackgroundAlpha>        <!-- 8-bit opacity of the text background (0 is transparent) -->
  982.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  983.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  984.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  985.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  986.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  987.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  988.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  989.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  990.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  991.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  992.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  993.   <BorderColor>0xffffff</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  994.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  995.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  996.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  997.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  998.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  999.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1000.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1001. </Style>
  1002. <Style>
  1003.   <StyleId>31</StyleId>                <!-- left justified white font4 text on transparent bg -->
  1004.   <Blending>vertical</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1005.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1006.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1007.   <ColorStart>0x505050</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1008.   <ColorEnd>0x404040</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1009.   <Font>Font4Phone</Font>            <!-- Font parameter to use for this style -->
  1010.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1011.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1012.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1013.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1014.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1015.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1016.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1017.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1018.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1019.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1020.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1021.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1022.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1023.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1024.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1025.   <BorderColor>0x505050</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1026.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1027.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1028.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  1029.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1030.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1031.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1032.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1033. </Style>
  1034. <Style>
  1035.   <StyleId>32</StyleId>                <!-- center justified white font4 text on transparent bg w/ black box -->
  1036.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1037.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1038.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1039.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1040.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1041.   <Font>Font4Phone</Font>            <!-- Font parameter to use for this style -->
  1042.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1043.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1044.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1045.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1046.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1047.   <TouchBackgroundColor>0xffffff</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1048.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1049.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1050.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1051.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1052.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1053.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1054.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1055.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1056.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1057.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1058.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1059.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1060.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  1061.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1062.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1063.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1064.   <HapticSound>Big</HapticSound>        <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1065. </Style>
  1066. <Style>
  1067.   <StyleId>33</StyleId>                <!-- right justified white font4 text on transparent bg -->
  1068.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1069.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1070.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1071.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1072.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1073.   <Font>Font4Phone</Font>            <!-- Font parameter to use for this style -->
  1074.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1075.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1076.   <BackgroundColor>0x0</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1077.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1078.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1079.   <TouchBackgroundColor>0x505050</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1080.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1081.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1082.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1083.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1084.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1085.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1086.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1087.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1088.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1089.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1090.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1091.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1092.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  1093.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1094.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1095.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1096.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1097. </Style>
  1098. <Style>
  1099.   <StyleId>34</StyleId>                <!-- center justified 0x4e4848 font3 text on transparent bg -->
  1100.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1101.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1102.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1103.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1104.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1105.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  1106.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1107.   <ForegroundColor>0x4e4848</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1108.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1109.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1110.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1111.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1112.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1113.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1114.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1115.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1116.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1117.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1118.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1119.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1120.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1121.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1122.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1123.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1124.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  1125.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1126.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1127.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1128.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1129. </Style>
  1130. <Style>
  1131.   <StyleId>35</StyleId>                <!-- center justified 0x202020 font4 text on transparent bg -->
  1132.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1133.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1134.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1135.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1136.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1137.   <Font>Font4Phone</Font>                <!-- Font parameter to use for this style -->
  1138.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1139.   <ForegroundColor>0x202020</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1140.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1141.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1142.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1143.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1144.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1145.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1146.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1147.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1148.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1149.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1150.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1151.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1152.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1153.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1154.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1155.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1156.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  1157.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1158.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1159.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1160.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1161. </Style>
  1162. <Style>
  1163.   <StyleId>36</StyleId>                    <!-- left justified 0xf19547 font1 text on transparent bg -->
  1164.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1165.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1166.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1167.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1168.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1169.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1170.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1171.   <ForegroundColor>0xF19547</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1172.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1173.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1174.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1175.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1176.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1177.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1178.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1179.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1180.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1181.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1182.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1183.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1184.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1185.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1186.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1187.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1188.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1189.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1190.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1191.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1192.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1193. </Style>
  1194. <Style>
  1195.   <StyleId>37</StyleId>                    <!-- center justified 0x1f1f1f font1 text on transparent bg -->
  1196.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1197.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1198.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1199.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1200.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1201.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1202.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1203.   <ForegroundColor>0x1F1F1F</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1204.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1205.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1206.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1207.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1208.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1209.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1210.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1211.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1212.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1213.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1214.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1215.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1216.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1217.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1218.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1219.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1220.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1221.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1222.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1223.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1224.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1225. </Style>
  1226. <Style>
  1227.   <StyleId>38</StyleId>                    <!-- center justified 0xb7b7b7 font3 text on transparent bg -->
  1228.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1229.   <AlphaStart>127</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1230.   <AlphaEnd>127</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1231.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1232.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1233.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  1234.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1235.   <ForegroundColor>0xB7B7B7</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1236.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1237.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1238.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1239.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1240.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1241.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1242.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1243.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1244.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1245.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1246.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1247.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1248.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1249.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1250.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1251.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1252.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1253.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1254.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1255.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1256.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1257. </Style>
  1258. <Style>
  1259.   <StyleId>39</StyleId>                    <!-- center justified 0xb7b7b7 font3 text on grey 25% transparent bg -->
  1260.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1261.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1262.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1263.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1264.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1265.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  1266.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1267.   <ForegroundColor>0xffffff</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1268.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1269.   <BackgroundAlpha>128</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1270.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1271.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1272.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1273.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1274.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1275.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1276.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1277.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1278.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1279.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1280.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1281.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1282.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1283.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1284.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1285.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1286.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1287.   <Haptic>Small</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1288.   <HapticSound>Small</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1289. </Style>
  1290. <Style>
  1291.   <StyleId>40</StyleId>                <!-- left orange font1, unused box -->
  1292.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1293.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1294.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1295.   <ColorStart>0xd5d5d5</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1296.   <ColorEnd>0xd5d5d5</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1297.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  1298.   <Justify>left</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1299.   <ForegroundColor>0xf19043</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1300.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1301.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1302.   <TouchForegroundColor>0xf19043</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1303.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1304.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1305.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1306.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1307.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1308.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1309.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1310.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1311.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1312.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1313.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1314.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1315.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1316.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1317.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1318.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1319.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1320.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1321. </Style>
  1322. <Style>
  1323.   <StyleId>41</StyleId>                <!-- centered orange font1, unused box -->
  1324.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1325.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1326.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1327.   <ColorStart>0xd5d5d5</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1328.   <ColorEnd>0xd5d5d5</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1329.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  1330.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1331.   <ForegroundColor>0xf19043</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1332.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1333.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1334.   <TouchForegroundColor>0xf19043</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1335.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1336.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1337.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1338.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1339.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1340.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1341.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1342.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1343.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1344.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1345.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1346.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1347.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1348.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1349.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1350.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1351.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1352.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1353. </Style>
  1354. <Style>
  1355.   <StyleId>42</StyleId>                <!-- centered grey (0x868686) font1, unused box -->
  1356.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1357.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1358.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1359.   <ColorStart>0xd5d5d5</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1360.   <ColorEnd>0xd5d5d5</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1361.   <Font>Font1Phone</Font>            <!-- Font parameter to use for this style -->
  1362.   <Justify>center</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1363.   <ForegroundColor>0x868686</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1364.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1365.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1366.   <TouchForegroundColor>0xf19043</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1367.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1368.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1369.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1370.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1371.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1372.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1373.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1374.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1375.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1376.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1377.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1378.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1379.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1380.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1381.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1382.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1383.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1384.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1385. </Style>
  1386. <Style>
  1387.   <StyleId>43</StyleId>                <!-- right justified grey (0x808080) font2, unused box -->
  1388.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1389.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1390.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1391.   <ColorStart>0xd5d5d5</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1392.   <ColorEnd>0xd5d5d5</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1393.   <Font>Font2Phone</Font>            <!-- Font parameter to use for this style -->
  1394.   <Justify>right</Justify>            <!-- left=left justify text right=right justify text center=center justify text-->
  1395.   <ForegroundColor>0x808080</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1396.   <BackgroundColor>0x000000</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1397.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1398.   <TouchForegroundColor>0xf19043</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1399.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1400.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1401.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1402.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1403.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1404.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1405.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1406.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1407.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1408.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1409.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1410.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1411.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1412.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1413.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1414.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1415.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1416.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1417. </Style>
  1418. <Style>
  1419.   <StyleId>44</StyleId>                <!-- right justified grey text on transparent bg -->
  1420.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1421.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1422.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1423.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1424.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1425.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  1426.   <Justify>right</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1427.   <ForegroundColor>0x777777</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1428.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1429.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1430.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1431.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1432.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1433.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1434.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1435.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1436.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1437.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1438.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1439.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1440.   <CornerBottomRight>round</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1441.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1442.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1443.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1444.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1445.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1446.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1447.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1448.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1449.   <DateTimeFormat>2</DateTimeFormat>    <!-- Short form Date Time Format -->
  1450. </Style>
  1451. <Style>
  1452.   <StyleId>45</StyleId>                <!-- left justified grey text on transparent bg -->
  1453.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1454.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1455.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1456.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1457.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1458.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1459.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1460.   <ForegroundColor>0x777777</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1461.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1462.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1463.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1464.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1465.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1466.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1467.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1468.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1469.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1470.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1471.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1472.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1473.   <CornerBottomRight>round</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1474.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1475.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1476.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1477.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1478.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1479.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1480.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1481.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1482. </Style>
  1483. <Style>
  1484.   <StyleId>46</StyleId>                <!-- right justified grey text on transparent bg -->
  1485.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1486.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1487.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1488.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1489.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1490.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  1491.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1492.   <ForegroundColor>0xff0000</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1493.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1494.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1495.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1496.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1497.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1498.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1499.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1500.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1501.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1502.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1503.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1504.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1505.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1506.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1507.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1508.   <PadLeft>0</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1509.   <PadRight>0</PadRight>            <!-- Padding between the right of the text area and the border -->
  1510.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1511.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1512.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1513.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1514. </Style>
  1515. <Style>
  1516.   <StyleId>47</StyleId>                <!-- right justified grey text on transparent bg -->
  1517.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1518.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1519.   <AlphaEnd>255</AlphaEnd>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1520.   <ColorStart>0xAAAAAA</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1521.   <ColorEnd>0xAAAAAA</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1522.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1523.   <Justify>right</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1524.   <ForegroundColor>0x777777</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1525.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1526.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1527.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1528.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1529.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1530.   <BorderTop>0</BorderTop>            <!-- 0 if no border, 1 if there is a border -->
  1531.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1532.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1533.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1534.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1535.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1536.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1537.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1538.   <BorderColor>0x909090</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1539.   <BorderWidth>1</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1540.   <PadLeft>5</PadLeft>                <!-- Padding between the left of the text area and the border -->
  1541.   <PadRight>5</PadRight>            <!-- Padding between the right of the text area and the border -->
  1542.   <PadTop>0</PadTop>                <!-- Padding between the top of the text area and the border -->
  1543.   <PadBottom>0</PadBottom>            <!-- Padding between the bottom of the text area and the border -->
  1544.   <Haptic>Big</Haptic>                <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1545.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1546. </Style>
  1547. <Style>
  1548.   <StyleId>48</StyleId>                    <!-- left justified 0x1f1f1f font1 text on transparent bg -->
  1549.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1550.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1551.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1552.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1553.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1554.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1555.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1556.   <ForegroundColor>0x1F1F1F</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1557.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1558.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1559.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1560.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1561.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1562.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1563.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1564.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1565.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1566.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1567.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1568.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1569.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1570.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1571.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1572.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1573.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1574.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1575.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1576.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1577.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1578. </Style>
  1579. <Style>
  1580.   <StyleId>49</StyleId>                    <!-- left justified 0x868686 font1 text on transparent bg -->
  1581.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1582.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1583.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1584.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1585.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1586.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1587.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1588.   <ForegroundColor>0x868686</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1589.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1590.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1591.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1592.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1593.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1594.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1595.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1596.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1597.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1598.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1599.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1600.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1601.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1602.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1603.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1604.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1605.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1606.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1607.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1608.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1609.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1610. </Style>
  1611. <Style>
  1612.   <StyleId>50</StyleId>                    <!-- left justified 0xc8c8c8 font1 text on transparent bg -->
  1613.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1614.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1615.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1616.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1617.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1618.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1619.   <Justify>left</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1620.   <ForegroundColor>0xc8c8c8</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1621.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1622.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1623.   <TouchForegroundColor>0xc8c8c8</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1624.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1625.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1626.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1627.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1628.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1629.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1630.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1631.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1632.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1633.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1634.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1635.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1636.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1637.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1638.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1639.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1640.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1641.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1642. </Style>
  1643. <Style>
  1644.   <StyleId>51</StyleId>                    <!-- right justified 0xc8c8c8 font1 text on transparent bg -->
  1645.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1646.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1647.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1648.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1649.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1650.   <Font>Font1Phone</Font>                <!-- Font parameter to use for this style -->
  1651.   <Justify>right</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1652.   <ForegroundColor>0c8c8c8</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1653.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1654.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1655.   <TouchForegroundColor>0xc8c8c8</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1656.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1657.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1658.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1659.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1660.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1661.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1662.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1663.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1664.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1665.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1666.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1667.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1668.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1669.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1670.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1671.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1672.   <Haptic>Big</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1673.   <HapticSound>Big</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1674. </Style>
  1675. <Style>
  1676.   <StyleId>52</StyleId>                    <!-- center justified 0x777777 font3 text on 100% transparent bg -->
  1677.   <Blending>horizontal</Blending>        <!-- Blending can be horizontal for left to right blending or vertical for top to bottom blending -->
  1678.   <AlphaStart>255</AlphaStart>            <!-- 8-bit opacity of the box including the border (0 is transparent) at the left or top of the box -->
  1679.   <AlphaEnd>255</AlphaEnd>                <!-- 8-bit opacity of the box including the border (0 is transparent) at the right or bottom of the box -->
  1680.   <ColorStart>0x000000</ColorStart>        <!-- rgb color of the box in 0xrrggbb format at the left or top of the box -->
  1681.   <ColorEnd>0x000000</ColorEnd>            <!-- rgb color of the box in 0xrrggbb format at the right or bottom of the box. If null ColorEnd=ColorStart -->
  1682.   <Font>Font3Phone</Font>                <!-- Font parameter to use for this style -->
  1683.   <Justify>center</Justify>                <!-- left=left justify text right=right justify text center=center justify text-->
  1684.   <ForegroundColor>0x777777</ForegroundColor>    <!-- Foreground color of text in 0xrrggbb format -->
  1685.   <BackgroundColor>0xffffff</BackgroundColor>    <!-- Background color of text in 0xrrggbb format -->
  1686.   <BackgroundAlpha>0</BackgroundAlpha>    <!-- 8-bit opacity of the text background (0 is transparent) -->
  1687.   <TouchForegroundColor>0xffffff</TouchForegroundColor>    <!-- Text foreground color in 0xrrggbb format when touched -->
  1688.   <TouchBackgroundColor>0x000000</TouchBackgroundColor>    <!-- Text background color in 0xrrggbb format when touched -->
  1689.   <TouchAlpha>0</TouchAlpha>            <!-- 8-bit opacity of the text background (0 is transparent) when touched -->
  1690.   <BorderTop>0</BorderTop>                <!-- 0 if no border, 1 if there is a border -->
  1691.   <BorderLeft>0</BorderLeft>            <!-- 0 if no border, 1 if there is a border -->
  1692.   <BorderRight>0</BorderRight>            <!-- 0 if no border, 1 if there is a border -->
  1693.   <BorderBottom>0</BorderBottom>        <!-- 0 if no border, 1 if there is a border -->
  1694.   <CornerTopLeft>square</CornerTopLeft>        <!-- square=square corner round=round corner -->
  1695.   <CornerTopRight>square</CornerTopRight>    <!-- square=square corner round=round corner -->
  1696.   <CornerBottomLeft>square</CornerBottomLeft>    <!-- square=square corner round=round corner -->
  1697.   <CornerBottomRight>square</CornerBottomRight>    <!-- square=square corner round=round corner -->
  1698.   <BorderColor>0x000000</BorderColor>        <!-- Color of border in 0xrrggbb format -->
  1699.   <BorderWidth>4</BorderWidth>            <!-- Width of the border in pixels (1-10) -->
  1700.   <PadLeft>0</PadLeft>                    <!-- Padding between the left of the text area and the border -->
  1701.   <PadRight>0</PadRight>                <!-- Padding between the right of the text area and the border -->
  1702.   <PadTop>0</PadTop>                    <!-- Padding between the top of the text area and the border -->
  1703.   <PadBottom>0</PadBottom>                <!-- Padding between the bottom of the text area and the border -->
  1704.   <Haptic>Small</Haptic>                    <!-- Selects haptic version (1-8) to be used defined in the file specified by the haptic parameter -->
  1705.   <HapticSound>Small</HapticSound>            <!-- Selects that haptic sound (1-8) to used defined in the file specified by the haptic parameter -->
  1706. </Style>
  1707. <!-- Virtual button definitions (1-100) -->
  1708. <!-- Call Handling Mode Virtual button definitions -->
  1709. <VirtualButton>                <!-- == APP 1: CHM Standard, AS Log In == -->
  1710.   <VirtualButtonId>1</VirtualButtonId> 
  1711.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  1712.   <x>335</x><y>676</y>         <!-- x,y location to copy from PixMapMgc -->
  1713.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  1714.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  1715.   <Type>2</Type>             <!-- Type of button = key up event -->
  1716.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1717. </VirtualButton>
  1718. <VirtualButton>                <!-- == APP 2: CHM In a Meeting, AS Log Out == -->
  1719.   <VirtualButtonId>2</VirtualButtonId> 
  1720.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  1721.   <x>335</x><y>676</y>         <!-- x,y location to copy from PixMapMgc -->
  1722.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  1723.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  1724.   <Type>2</Type>             <!-- Type of button = key up event -->
  1725.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1726. </VirtualButton>
  1727. <VirtualButton>                <!-- == APP 3: CHM Out of Office, AS Wrap Up == -->
  1728.   <VirtualButtonId>3</VirtualButtonId> 
  1729.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  1730.   <x>335</x><y>676</y>         <!-- x,y location to copy from PixMapMgc -->
  1731.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  1732.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  1733.   <Type>2</Type>             <!-- Type of button = key up event -->
  1734.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1735. </VirtualButton>
  1736. <VirtualButton>                <!-- == APP 4: CHM Extended == -->
  1737.   <VirtualButtonId>4</VirtualButtonId> 
  1738.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  1739.   <x>335</x><y>676</y>         <!-- x,y location to copy from PixMapMgc -->
  1740.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  1741.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  1742.   <Type>2</Type>             <!-- Type of button = key up event -->
  1743.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1744. </VirtualButton>
  1745. <VirtualButton>                <!-- == APP 5: CHM Custom == -->
  1746.   <VirtualButtonId>5</VirtualButtonId> 
  1747.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  1748.   <x>335</x><y>676</y>         <!-- x,y location to copy from PixMapMgc -->
  1749.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  1750.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  1751.   <Type>2</Type>             <!-- Type of button = key up event -->
  1752.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1753. </VirtualButton>
  1754. <!-- Virtual Button 6 & 7 are availavle -->
  1755. <!-- Header 2 Virtual Buttons -->
  1756. <VirtualButton>                <!-- == CHM Header Background == -->
  1757.   <VirtualButtonId>8</VirtualButtonId> 
  1758.   <StyleId>2</StyleId>         <!-- unused -->
  1759.   <x>181</x><y>562</y>         <!-- x,y location to copy from PixMapMgc -->
  1760.   <TouchX>181</TouchX><TouchY>501</TouchY> <!-- " " " " " touched " " -->
  1761.   <w>66</w><h>59</h>         <!-- w,h of the button -->
  1762.   <Type>2</Type>            <!-- Type of button = key up event -->
  1763.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1764. </VirtualButton>
  1765. <VirtualButton>                <!-- == AS Header Background == -->
  1766.   <VirtualButtonId>9</VirtualButtonId> 
  1767.   <StyleId>2</StyleId>         <!-- unused -->
  1768.   <x>163</x><y>562</y>         <!-- x,y location to copy from PixMapMgc -->
  1769.   <TouchX>163</TouchX><TouchY>501</TouchY> <!-- " " " " " touched " " -->
  1770.   <w>66</w><h>59</h>         <!-- w,h of the button -->
  1771.   <Type>2</Type>            <!-- Type of button = key up event -->
  1772.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1773. </VirtualButton>
  1774. <VirtualButton>                <!-- == MC Header Background == -->
  1775.   <VirtualButtonId>10</VirtualButtonId> 
  1776.   <StyleId>2</StyleId>         <!-- unused -->
  1777.   <x>163</x><y>562</y>         <!-- x,y location to copy from PixMapMgc -->
  1778.   <TouchX>163</TouchX><TouchY>501</TouchY> <!-- " " " " " touched " " -->
  1779.   <w>66</w><h>59</h>         <!-- w,h of the button -->
  1780.   <Type>2</Type>            <!-- Type of button = key up event -->
  1781.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1782. </VirtualButton>
  1783. <VirtualButton>                <!-- == VM Header Background == -->
  1784.   <VirtualButtonId>11</VirtualButtonId> 
  1785.   <StyleId>2</StyleId>         <!-- unused -->
  1786.   <x>163</x><y>562</y>         <!-- x,y location to copy from PixMapMgc -->
  1787.   <TouchX>163</TouchX><TouchY>501</TouchY> <!-- " " " " " touched " " -->
  1788.   <w>66</w><h>59</h>         <!-- w,h of the button -->
  1789.   <Type>2</Type>            <!-- Type of button = key up event -->
  1790.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1791. </VirtualButton>
  1792. <VirtualButton>                <!-- == Dir Header Background == -->
  1793.   <VirtualButtonId>199</VirtualButtonId> 
  1794.   <StyleId>2</StyleId>         <!-- unused -->
  1795.   <x>163</x><y>562</y>         <!-- x,y location to copy from PixMapMgc -->
  1796.   <TouchX>163</TouchX><TouchY>501</TouchY> <!-- " " " " " touched " " -->
  1797.   <w>66</w><h>59</h>         <!-- w,h of the button -->
  1798.   <Type>2</Type>            <!-- Type of button = key up event -->
  1799.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1800. </VirtualButton>
  1801. <VirtualButton>                <!-- == ST Header Background == -->
  1802.   <VirtualButtonId>12</VirtualButtonId> 
  1803.   <StyleId>2</StyleId>         <!-- unused -->
  1804.   <x>163</x><y>562</y>         <!-- x,y location to copy from PixMapMgc -->
  1805.   <TouchX>163</TouchX><TouchY>501</TouchY> <!-- " " " " " touched " " -->
  1806.   <w>66</w><h>59</h>         <!-- w,h of the button -->
  1807.   <Type>2</Type>            <!-- Type of button = key up event -->
  1808.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  1809. </VirtualButton>
  1810. <!-- Left Connected Call Custom Key Call Select Virtual button definitions -->
  1811. <VirtualButton>
  1812.   <VirtualButtonId>13</VirtualButtonId>         <!-- call select key 7 - connected call -->
  1813.   <StyleId>3</StyleId>                             <!-- don't care -->
  1814.   <StaticX>182</StaticX><StaticY>92</StaticY>    <!-- static -->
  1815.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  1816.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1817.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  1818.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1819.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1820. </VirtualButton>
  1821. <VirtualButton>
  1822.   <VirtualButtonId>14</VirtualButtonId>         <!-- call select key 8 - connected call -->
  1823.   <StyleId>3</StyleId>                             <!-- don't care -->
  1824.   <StaticX>182</StaticX><StaticY>154</StaticY>    <!-- static -->
  1825.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  1826.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1827.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  1828.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1829.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1830. </VirtualButton>
  1831. <VirtualButton>
  1832.   <VirtualButtonId>15</VirtualButtonId>         <!-- call select key 9 - connected call -->
  1833.   <StyleId>3</StyleId>                             <!-- don't care -->
  1834.   <StaticX>182</StaticX><StaticY>216</StaticY>    <!-- static -->
  1835.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  1836.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1837.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  1838.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1839.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1840. </VirtualButton>
  1841. <VirtualButton>
  1842.   <VirtualButtonId>16</VirtualButtonId>         <!-- call select key 10 - connected call -->
  1843.   <StyleId>3</StyleId>                             <!-- don't care -->
  1844.   <StaticX>182</StaticX><StaticY>278</StaticY>    <!-- static -->
  1845.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  1846.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1847.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  1848.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1849.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1850. </VirtualButton>
  1851. <VirtualButton>
  1852.   <VirtualButtonId>17</VirtualButtonId>         <!-- call select key 11 - connected call -->
  1853.   <StyleId>3</StyleId>                             <!-- don't care -->
  1854.   <StaticX>182</StaticX><StaticY>340</StaticY>    <!-- static -->
  1855.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  1856.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1857.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  1858.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1859.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1860. </VirtualButton>
  1861. <VirtualButton>
  1862.   <VirtualButtonId>18</VirtualButtonId>         <!-- call select key 12 - connected call -->
  1863.   <StyleId>3</StyleId>                             <!-- don't care -->
  1864.   <StaticX>182</StaticX><StaticY>402</StaticY>    <!-- static -->
  1865.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  1866.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1867.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  1868.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1869.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1870. </VirtualButton>
  1871. <VirtualButton>
  1872.   <VirtualButtonId>19</VirtualButtonId>         <!-- short popup close button (x in top right corner) -->
  1873.   <StyleId>5</StyleId>                             <!-- only 1 style for now  -->
  1874.   <x>95</x><y>80</y>                             <!-- x,y location to copy from PixMapMgc -->
  1875.   <TouchX>142</TouchX><TouchY>80</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1876.   <w>46</w><h>40</h>                             <!-- w,h of the button -->
  1877.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1878.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1879. </VirtualButton>
  1880. <!-- Idle Custom Key Virtual button definitions -->
  1881. <!-- The top and bottom 4 keys are 2 pixels shorter than the 8 keys -->
  1882. <!--   in the center so that they're not disabled when overlapped by the short-fat popup -->
  1883. <VirtualButton>
  1884.   <VirtualButtonId>20</VirtualButtonId>         <!-- Custom Key 1 - idle -->
  1885.   <StyleId>2</StyleId>                             <!-- don't care -->
  1886.   <StaticX>413</StaticX><StaticY>92</StaticY>    <!-- static -->
  1887.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  1888.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1889.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1890.   <w>227</w><h>60</h>                             <!-- w,h of the button -->
  1891.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1892.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1893. </VirtualButton>
  1894. <VirtualButton>
  1895.   <VirtualButtonId>21</VirtualButtonId>         <!-- Custom Key 2  - idle-->
  1896.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1897.   <StaticX>413</StaticX><StaticY>154</StaticY>    <!-- static -->
  1898.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  1899.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1900.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1901.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1902.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1903.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1904. </VirtualButton>
  1905. <VirtualButton>
  1906.   <VirtualButtonId>22</VirtualButtonId>         <!-- Custom Key 3 - idle -->
  1907.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1908.   <StaticX>413</StaticX><StaticY>216</StaticY>    <!-- static -->
  1909.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  1910.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1911.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1912.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1913.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1914.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1915. </VirtualButton>
  1916. <VirtualButton>
  1917.   <VirtualButtonId>23</VirtualButtonId>         <!-- Custom Key 4 - idle -->
  1918.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1919.   <StaticX>413</StaticX><StaticY>278</StaticY>    <!-- static -->
  1920.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  1921.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1922.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1923.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1924.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1925.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1926. </VirtualButton>
  1927. <VirtualButton>
  1928.   <VirtualButtonId>24</VirtualButtonId>         <!-- Custom Key 5 - idle -->
  1929.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1930.   <StaticX>413</StaticX><StaticY>340</StaticY>    <!-- static -->
  1931.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  1932.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1933.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1934.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1935.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1936.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1937. </VirtualButton>
  1938. <VirtualButton>
  1939.   <VirtualButtonId>25</VirtualButtonId>         <!-- Custom Key 6 - idle -->
  1940.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1941.   <StaticX>413</StaticX><StaticY>404</StaticY>    <!-- static -->
  1942.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  1943.   <x>413</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  1944.   <TouchX>85</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1945.   <w>227</w><h>60</h>                             <!-- w,h of the button -->
  1946.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1947.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1948. </VirtualButton>
  1949. <VirtualButton>
  1950.   <VirtualButtonId>26</VirtualButtonId>             <!-- Custom Key 7 - idle -->
  1951.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1952.   <StaticX>0</StaticX><StaticY>92</StaticY>        <!-- static -->
  1953.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1954.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1955.   <w>227</w><h>60</h>                             <!-- w,h of the button -->
  1956.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1957.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1958. </VirtualButton>
  1959. <VirtualButton>
  1960.   <VirtualButtonId>27</VirtualButtonId>             <!-- Custom Key 8 - idle -->
  1961.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1962.   <StaticX>0</StaticX><StaticY>154</StaticY>    <!-- static -->
  1963.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1964.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1965.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1966.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1967.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1968. </VirtualButton>
  1969. <VirtualButton>
  1970.   <VirtualButtonId>28</VirtualButtonId>         <!-- Custom Key 9 - idle -->
  1971.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1972.   <StaticX>0</StaticX><StaticY>216</StaticY>    <!-- static -->
  1973.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1974.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1975.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1976.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1977.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1978. </VirtualButton>
  1979. <VirtualButton>
  1980.   <VirtualButtonId>29</VirtualButtonId>         <!-- Custom Key 10 - idle -->
  1981.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1982.   <StaticX>0</StaticX><StaticY>278</StaticY>    <!-- static -->
  1983.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1984.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1985.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1986.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1987.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1988. </VirtualButton>
  1989. <VirtualButton>
  1990.   <VirtualButtonId>30</VirtualButtonId>         <!-- Custom Key 11 - idle -->
  1991.   <StyleId>2</StyleId>                             <!-- don't care  -->
  1992.   <StaticX>0</StaticX><StaticY>340</StaticY>    <!-- static -->
  1993.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  1994.   <TouchX>85</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  1995.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  1996.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  1997.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  1998. </VirtualButton>
  1999. <VirtualButton>
  2000. <VirtualButtonId>31</VirtualButtonId>         <!-- Custom Key 12 - idle -->
  2001.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2002.   <StaticX>0</StaticX><StaticY>404</StaticY>    <!-- static -->
  2003.   <x>413</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  2004.   <TouchX>85</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2005.   <w>227</w><h>60</h>                             <!-- w,h of the button -->
  2006.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2007.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2008. </VirtualButton>
  2009. <VirtualButton>                               <!-- VM directory list page Add button-->
  2010.   <VirtualButtonId>32</VirtualButtonId>
  2011.   <StyleId>5</StyleId>
  2012.   <x>157</x><y>1233</y>                        <!-- untouched x,y -->
  2013.   <TouchX>223</TouchX><TouchY>1233</TouchY>    <!-- touched   x,y -->
  2014.   <w>65</w><h>40</h>                        <!-- width,height -->
  2015.   <Type>2</Type>                            <!-- key up event -->
  2016.   <Reference></Reference>                    <!-- unused for key up -->
  2017. </VirtualButton>
  2018. <VirtualButton>
  2019.   <VirtualButtonId>33</VirtualButtonId>    <!-- "Page Up" button -->
  2020.   <StyleId>3</StyleId>                <!-- only 1 style for now -->
  2021.   <x>601</x><y>1082</y>                <!-- x,y location to copy from PixMapMgc -->
  2022.   <TouchX>561</TouchX><TouchY>1082</TouchY>    <!-- x,y location to copy touched from PixMapMgc -->
  2023.   <w>39</w><h>159</h>                <!-- w,h of the button -->
  2024.   <Type>2</Type>                <!-- Type of button = key up event -->
  2025.   <Reference></Reference>            <!-- URL or mute sequence (none for key up) -->
  2026. </VirtualButton>
  2027. <VirtualButton>
  2028.   <VirtualButtonId>34</VirtualButtonId>    <!-- "Page Down" button -->
  2029.   <StyleId>3</StyleId>                <!-- only 1 style for now -->
  2030.   <x>481</x><y>1139</y>                <!-- x,y location to copy from PixMapMgc -->
  2031.   <TouchX>521</TouchX><TouchY>1139</TouchY>    <!-- x,y location to copy touched from PixMapMgc -->
  2032.   <w>39</w><h>160</h>                <!-- w,h of the button -->
  2033.   <Type>2</Type>                <!-- Type of button = key up event -->
  2034.   <Reference></Reference>            <!-- URL or mute sequence (none for key up) -->
  2035. </VirtualButton>
  2036. <VirtualButton>
  2037.   <VirtualButtonId>35</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2038.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2039.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2040.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2041.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2042.   <Type>2</Type>                <!-- Type of button = key up event -->
  2043.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2044. </VirtualButton>
  2045. <VirtualButton>
  2046.   <VirtualButtonId>36</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2047.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2048.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2049.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2050.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2051.   <Type>2</Type>                <!-- Type of button = key up event -->
  2052.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2053. </VirtualButton>
  2054. <VirtualButton>
  2055.   <VirtualButtonId>37</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2056.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2057.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2058.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2059.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2060.   <Type>2</Type>                <!-- Type of button = key up event -->
  2061.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2062. </VirtualButton>
  2063. <VirtualButton>
  2064.   <VirtualButtonId>38</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2065.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2066.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2067.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2068.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2069.   <Type>2</Type>                <!-- Type of button = key up event -->
  2070.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2071. </VirtualButton>
  2072. <VirtualButton>
  2073.   <VirtualButtonId>39</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2074.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2075.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2076.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2077.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2078.   <Type>2</Type>                <!-- Type of button = key up event -->
  2079.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2080. </VirtualButton>
  2081. <VirtualButton>
  2082.   <VirtualButtonId>40</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2083.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2084.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2085.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2086.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2087.   <Type>2</Type>                <!-- Type of button = key up event -->
  2088.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2089. </VirtualButton>
  2090. <VirtualButton>
  2091.   <VirtualButtonId>41</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2092.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2093.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2094.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2095.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2096.   <Type>2</Type>                <!-- Type of button = key up event -->
  2097.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2098. </VirtualButton>
  2099. <VirtualButton>
  2100.   <VirtualButtonId>42</VirtualButtonId> <!-- "Selected Entry Popup" button -->
  2101.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  2102.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  2103.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  2104.   <w>42</w><h>41</h>                <!-- w,h of the button -->
  2105.   <Type>2</Type>                <!-- Type of button = key up event -->
  2106.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  2107. </VirtualButton>
  2108. <!-- button 43-48 available for use -->
  2109. <VirtualButton>
  2110.   <VirtualButtonId>49</VirtualButtonId>     <!-- skinny popup Button 1/5 -->
  2111.   <StyleId>2</StyleId>                     <!-- centered white font 1 text on transparent background positioned for call vb -->
  2112.   <x>0</x><y>563</y>                         <!-- x,y location to copy from PixMapMgc -->
  2113.   <TouchX>0</TouchX><TouchY>500</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2114.   <w>162</w><h>62</h>                         <!-- w,h of the button -->
  2115.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2116.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2117. </VirtualButton>
  2118. <VirtualButton>
  2119.   <VirtualButtonId>50</VirtualButtonId>     <!-- skinny popup Button 2/5 -->
  2120.   <StyleId>2</StyleId>                     <!-- centered white font 1 text on transparent background positioned for call vb -->
  2121.   <x>0</x><y>563</y>                         <!-- x,y location to copy from PixMapMgc -->
  2122.   <TouchX>0</TouchX><TouchY>500</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2123.   <w>162</w><h>62</h>                         <!-- w,h of the button -->
  2124.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2125.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2126. </VirtualButton>
  2127. <VirtualButton>
  2128.   <VirtualButtonId>51</VirtualButtonId>     <!-- skinny popup Button 3/5 -->
  2129.   <StyleId>2</StyleId>                     <!-- centered white font 1 text on transparent background positioned for call vb -->
  2130.   <x>0</x><y>563</y>                         <!-- x,y location to copy from PixMapMgc -->
  2131.   <TouchX>0</TouchX><TouchY>500</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2132.   <w>162</w><h>62</h>                         <!-- w,h of the button -->
  2133.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2134.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2135. </VirtualButton>
  2136. <VirtualButton>
  2137.   <VirtualButtonId>52</VirtualButtonId>     <!-- skinny popup Button 4/5 -->
  2138.   <StyleId>2</StyleId>                     <!-- centered white font 1 text on transparent background positioned for call vb -->
  2139.   <x>0</x><y>563</y>                         <!-- x,y location to copy from PixMapMgc -->
  2140.   <TouchX>0</TouchX><TouchY>500</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2141.   <w>162</w><h>62</h>                         <!-- w,h of the button -->
  2142.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2143.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2144. </VirtualButton>
  2145. <VirtualButton>
  2146.   <VirtualButtonId>53</VirtualButtonId>     <!-- skinny popup Button 5/5 (red) -->
  2147.   <StyleId>2</StyleId>                     <!-- centered white font 1 text on transparent background positioned for call vb -->
  2148.   <x>0</x><y>121</y>                         <!-- x,y location to copy from PixMapMgc -->
  2149.   <TouchX>0</TouchX><TouchY>500</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2150.   <w>162</w><h>62</h>                         <!-- w,h of the button -->
  2151.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2152.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2153. </VirtualButton>
  2154. <VirtualButton>
  2155.   <VirtualButtonId>54</VirtualButtonId>     <!-- backspace button -->
  2156.   <StyleId>3</StyleId>                         <!-- don't care -->
  2157.   <x>196</x><y>296</y>                         <!-- x,y location to copy from PixMapMgc -->
  2158.   <TouchX>286</TouchX><TouchY>297</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2159.   <w>44</w><h>43</h>                         <!-- w,h of the button -->
  2160.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2161.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2162. </VirtualButton>
  2163. <VirtualButton>
  2164.   <VirtualButtonId>55</VirtualButtonId>     <!-- directory icon button -->
  2165.   <StyleId>3</StyleId>                         <!-- don't care -->
  2166.   <x>316</x><y>839</y>                         <!-- x,y location to copy from PixMapMgc -->
  2167.   <TouchX>316</TouchX><TouchY>881</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2168.   <w>47</w><h>41</h>                         <!-- w,h of the button -->
  2169.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2170.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2171. </VirtualButton>
  2172. <VirtualButton>
  2173.   <VirtualButtonId>56</VirtualButtonId>     <!-- For both Directory Tab and call history "All" Tab since they located at the same place on the screen -->
  2174.   <StyleId>2</StyleId>                         <!-- only 1 style for now  -->
  2175.   <x>340</x><y>1124</y>                         <!-- x,y location to copy from PixMapMgc -->
  2176.   <TouchX>340</TouchX><TouchY>1167</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2177.   <w>139</w><h>41</h>                         <!-- w,h of the button -->
  2178.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2179.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2180. </VirtualButton>
  2181. <VirtualButton>
  2182.   <VirtualButtonId>57</VirtualButtonId>     <!-- Directory Backspace Button  -->
  2183.   <StyleId>3</StyleId>                      <!-- don't care -->
  2184.   <x>241</x><y>296</y>                      <!-- x,y location to copy from PixMapMgc -->
  2185.   <TouchX>332</TouchX><TouchY>264</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2186.   <w>43</w><h>42</h>                        <!-- w,h of the button -->
  2187.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2188.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2189. </VirtualButton>
  2190. <VirtualButton>
  2191.   <VirtualButtonId>58</VirtualButtonId>     <!-- 1st Speed Dial Contact Name or VM Directory contact Name   -->
  2192.   <StyleId>2</StyleId>                      <!-- don't care -->
  2193.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2194.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2195.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2196.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2197.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2198. </VirtualButton>
  2199. <VirtualButton>
  2200.   <VirtualButtonId>59</VirtualButtonId>     <!-- 2nd Speed Dial Contact Name or VM Directory Contact Name  -->
  2201.   <StyleId>2</StyleId>                      <!-- don't care -->
  2202.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2203.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2204.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2205.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2206.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2207. </VirtualButton>
  2208. <VirtualButton>
  2209.   <VirtualButtonId>60</VirtualButtonId>     <!-- 3rd Speed Dial Contact Name or VM Directory Contact Name  -->
  2210.   <StyleId>2</StyleId>                      <!-- don't care -->
  2211.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2212.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2213.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2214.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2215.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2216. </VirtualButton>
  2217. <VirtualButton>
  2218.   <VirtualButtonId>61</VirtualButtonId>     <!-- 4th Speed Dial Contact Name or VM Directory Contact Name  -->
  2219.   <StyleId>2</StyleId>                      <!-- don't care -->
  2220.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2221.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2222.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2223.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2224.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2225. </VirtualButton>
  2226. <VirtualButton>
  2227.   <VirtualButtonId>62</VirtualButtonId>     <!-- 5th Speed Dial Contact Name or VM Directory Contact Name  -->
  2228.   <StyleId>2</StyleId>                      <!-- don't care -->
  2229.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2230.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2231.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2232.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2233.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2234. </VirtualButton>
  2235. <VirtualButton>
  2236.   <VirtualButtonId>63</VirtualButtonId>     <!-- 6th Speed Dial Contact Name or VM Directory Contact Name  -->
  2237.   <StyleId>2</StyleId>                      <!-- don't care -->
  2238.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2239.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2240.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2241.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2242.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2243. </VirtualButton>
  2244. <VirtualButton>
  2245.   <VirtualButtonId>64</VirtualButtonId>     <!-- 7th Speed Dial Contact Name or VM Directory Contact Name  -->
  2246.   <StyleId>2</StyleId>                      <!-- don't care -->
  2247.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2248.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2249.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2250.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2251.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2252. </VirtualButton>
  2253. <VirtualButton>
  2254.   <VirtualButtonId>65</VirtualButtonId>     <!-- 8th Speed Dial Contact Name or VM Directory Contact Name  -->
  2255.   <StyleId>2</StyleId>                      <!-- don't care -->
  2256.   <x>73</x><y>1500</y>                      <!-- x,y location to copy from PixMapMgc -->
  2257.   <TouchX>73</TouchX><TouchY>1439</TouchY>  <!-- x,y location to copy touched fromPixMapMgc -->
  2258.   <w>564</w><h>41</h>                        <!-- w,h of the button -->
  2259.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2260.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2261. </VirtualButton>
  2262. <VirtualButton>                <!-- VM directory OK button-->
  2263.   <VirtualButtonId>66</VirtualButtonId>
  2264.   <StyleId>5</StyleId>
  2265.   <x>157</x><y>1233</y>                        <!-- untouched x,y -->
  2266.   <TouchX>223</TouchX><TouchY>1233</TouchY>    <!-- touched   x,y -->
  2267.   <w>65</w><h>40</h>                        <!-- width,height -->
  2268.   <Type>2</Type>                            <!-- key up event -->
  2269.   <Reference></Reference>                    <!-- unused for key up -->
  2270. </VirtualButton>
  2271. <!-- button 67-69 available for use -->
  2272. <VirtualButton>
  2273.   <VirtualButtonId>70</VirtualButtonId>     <!-- VB to invoke qwerty keyboard -->
  2274.   <StyleId>3</StyleId>                      <!-- only 1 style for now -->
  2275.   <x>379</x><y>1210</y>                     <!-- x,y location to copy from PixMapMgc -->
  2276.   <TouchX>430</TouchX><TouchY>1210</TouchY> <!-- x,y location to copy touched fromPixMapMgc -->
  2277.   <w>50</w><h>40</h>                        <!-- w,h ofo the button -->
  2278.   <Type>2</Type>                            <!-- Type of button = key up event -->
  2279.   <Reference></Reference>                   <!-- URL or mute sequence (none for key up) -->
  2280. </VirtualButton>
  2281. <VirtualButton>
  2282.   <VirtualButtonId>71</VirtualButtonId>     <!-- VB to cancel qwerty keyboard and go back to key pad mode -->
  2283.   <StyleId>3</StyleId>                 <!-- only 1 style for now  -->
  2284.   <x>0</x><y>1146</y>                 <!-- x,y location to copy from PixMapMgc -->
  2285.   <TouchX>51</TouchX><TouchY>1146</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2286.   <w>50</w><h>40</h>                 <!-- w,h of the button -->
  2287.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2288.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2289. </VirtualButton>
  2290. <VirtualButton>
  2291.   <VirtualButtonId>72</VirtualButtonId>     <!-- VB to to delete the whole text input -->
  2292.   <StyleId>3</StyleId>                 <!-- only 1 style for now  -->
  2293.   <x>242</x><y>1092</y>                 <!-- x,y location to copy from PixMapMgc -->
  2294.   <TouchX>271</TouchX><TouchY>1092</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2295.   <w>28</w><h>42</h>                 <!-- w,h of the button -->
  2296.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2297.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2298. </VirtualButton>
  2299. <VirtualButton>
  2300.   <VirtualButtonId>73</VirtualButtonId>     <!-- Fat popup one of two buttons orange button -->
  2301.   <StyleId>32</StyleId>             <!-- white centered font4 text on transparent bg -->
  2302.   <x>394</x><y>861</y>                 <!-- x,y location to copy from PixMapMgc -->
  2303.   <TouchX>394</TouchX><TouchY>987</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2304.   <w>246</w><h>62</h>                 <!-- w,h of the button -->
  2305.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2306.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2307. </VirtualButton>
  2308. <VirtualButton>
  2309.   <VirtualButtonId>74</VirtualButtonId>     <!-- Fat popup two of two buttons black button -->
  2310.   <StyleId>32</StyleId>             <!-- white centered font4 text on transparent bg -->
  2311.   <x>394</x><y>924</y>                 <!-- x,y location to copy from PixMapMgc -->
  2312.   <TouchX>394</TouchX><TouchY>987</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2313.   <w>246</w><h>62</h>                 <!-- w,h of the button -->
  2314.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2315.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2316. </VirtualButton>
  2317. <VirtualButton>
  2318.   <VirtualButtonId>75</VirtualButtonId>     <!-- For Directory Last Name Sorting VB -->
  2319.   <StyleId>3</StyleId>                 <!-- only 1 style for now  -->
  2320.   <x>91</x><y>1120</y>                 <!-- x,y location to copy from PixMapMgc -->
  2321.   <TouchX>91</TouchX><TouchY>1094</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2322.   <w>90</w><h>25</h>                 <!-- w,h of the button -->
  2323.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2324.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2325. </VirtualButton>
  2326. <VirtualButton>
  2327.   <VirtualButtonId>76</VirtualButtonId>         <!-- Directory speed dial button or Call history "To" VB Tab since they located at the same place on the screen or VM Directory List tab-->
  2328.   <StyleId>9</StyleId>                             <!-- only 1 style for now  -->
  2329.   <x>340</x><y>1124</y>                         <!-- x,y location to copy from PixMapMgc -->
  2330.   <TouchX>340</TouchX><TouchY>1167</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2331.   <w>139</w><h>41</h>                             <!-- w,h of the button -->
  2332.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2333.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2334. </VirtualButton>
  2335. <VirtualButton>
  2336.   <VirtualButtonId>77</VirtualButtonId>     <!-- Directory shrinked page up button when keyboard is invoked -->
  2337.   <StyleId>3</StyleId>                 <!-- only 1 style for now  -->
  2338.   <x>601</x><y>1082</y>                 <!-- x,y location to copy from PixMapMgc -->
  2339.   <TouchX>561</TouchX><TouchY>1082</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2340.   <w>39</w><h>95</h>                 <!-- w,h of the button -->
  2341.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2342.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2343. </VirtualButton>
  2344. <VirtualButton>
  2345.   <VirtualButtonId>78</VirtualButtonId>     <!-- Directory shrinked page down button when keyboard is invoked -->
  2346.   <StyleId>3</StyleId>                 <!-- only 1 style for now  -->
  2347.   <x>481</x><y>1203</y>                 <!-- x,y location to copy from PixMapMgc -->
  2348.   <TouchX>521</TouchX><TouchY>1203</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2349.   <w>39</w><h>96</h>                 <!-- w,h of the button -->
  2350.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2351.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2352. </VirtualButton>
  2353. <VirtualButton>
  2354.   <VirtualButtonId>79</VirtualButtonId>     <!-- For Directory First Name Sorting VB -->
  2355.   <StyleId>3</StyleId>                 <!-- only 1 style for now  -->
  2356.   <x>0</x><y>1120</y>                 <!-- x,y location to copy from PixMapMgc -->
  2357.   <TouchX>0</TouchX><TouchY>1094</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2358.   <w>90</w><h>25</h>                 <!-- w,h of the button -->
  2359.   <Type>2</Type>                <!-- Type of button = key up event -->
  2360.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2361. </VirtualButton>
  2362. <!-- Left Held Call Custom Key Call Select Virtual button definitions -->
  2363. <VirtualButton>
  2364.   <VirtualButtonId>80</VirtualButtonId>         <!-- call select key 7 - held call -->
  2365.   <StyleId>3</StyleId>                             <!-- don't care -->
  2366.   <StaticX>182</StaticX><StaticY>92</StaticY>    <!-- static -->
  2367.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2368.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2369.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2370.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2371.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2372. </VirtualButton>
  2373. <VirtualButton>
  2374.   <VirtualButtonId>81</VirtualButtonId>         <!-- call select key 8 - held call -->
  2375.   <StyleId>3</StyleId>                             <!-- don't care -->
  2376.   <StaticX>182</StaticX><StaticY>154</StaticY>    <!-- static -->
  2377.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2378.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2379.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2380.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2381.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2382. </VirtualButton>
  2383. <VirtualButton>
  2384.   <VirtualButtonId>82</VirtualButtonId>         <!-- call select key 9 - held call -->
  2385.   <StyleId>3</StyleId>                             <!-- don't care -->
  2386.   <StaticX>182</StaticX><StaticY>216</StaticY>    <!-- static -->
  2387.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2388.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2389.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2390.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2391.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2392. </VirtualButton>
  2393. <VirtualButton>
  2394.   <VirtualButtonId>83</VirtualButtonId>         <!-- call select key 10 - held call -->
  2395.   <StyleId>3</StyleId>                             <!-- don't care -->
  2396.   <StaticX>182</StaticX><StaticY>278</StaticY>    <!-- static -->
  2397.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2398.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2399.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2400.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2401.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2402. </VirtualButton>
  2403. <VirtualButton>
  2404.   <VirtualButtonId>84</VirtualButtonId>         <!-- call select key 11 - held call -->
  2405.   <StyleId>3</StyleId>                             <!-- don't care -->
  2406.   <StaticX>182</StaticX><StaticY>340</StaticY>    <!-- static -->
  2407.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2408.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2409.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2410.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2411.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2412. </VirtualButton>
  2413. <VirtualButton>
  2414.   <VirtualButtonId>85</VirtualButtonId>         <!-- call select key 12 - held call -->
  2415.   <StyleId>3</StyleId>                             <!-- don't care -->
  2416.   <StaticX>182</StaticX><StaticY>402</StaticY>    <!-- static -->
  2417.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2418.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2419.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2420.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2421.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2422. </VirtualButton>
  2423. <!-- Right Held Call Custom Key Call Select Virtual button definitions -->
  2424. <VirtualButton>
  2425.   <VirtualButtonId>86</VirtualButtonId>         <!-- call select key 1 - held call -->
  2426.   <StyleId>3</StyleId>                             <!-- don't care -->
  2427.   <StaticX>413</StaticX><StaticY>92</StaticY>    <!-- static -->
  2428.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2429.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2430.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2431.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2432.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2433.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2434. </VirtualButton>
  2435. <VirtualButton>
  2436.   <VirtualButtonId>87</VirtualButtonId>         <!-- call select key 2 - held call -->
  2437.   <StyleId>3</StyleId>                             <!-- don't care -->
  2438.   <StaticX>413</StaticX><StaticY>154</StaticY>    <!-- static -->
  2439.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2440.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2441.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2442.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2443.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2444.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2445. </VirtualButton>
  2446. <VirtualButton>
  2447.   <VirtualButtonId>88</VirtualButtonId>         <!-- call select key 3 - held call -->
  2448.   <StyleId>3</StyleId>                             <!-- don't care -->
  2449.   <StaticX>413</StaticX><StaticY>216</StaticY>    <!-- static -->
  2450.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2451.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2452.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2453.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2454.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2455.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2456. </VirtualButton>
  2457. <VirtualButton>
  2458.   <VirtualButtonId>89</VirtualButtonId>         <!-- call select key 4 - held call -->
  2459.   <StyleId>3</StyleId>                             <!-- don't care -->
  2460.   <StaticX>413</StaticX><StaticY>278</StaticY>    <!-- static -->
  2461.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2462.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2463.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2464.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2465.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2466.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2467. </VirtualButton>
  2468. <VirtualButton>
  2469.   <VirtualButtonId>90</VirtualButtonId>         <!-- call select key 5 - held call -->
  2470.   <StyleId>3</StyleId>                             <!-- don't care -->
  2471.   <StaticX>413</StaticX><StaticY>340</StaticY>    <!-- static -->
  2472.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2473.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2474.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2475.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2476.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2477.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2478. </VirtualButton>
  2479. <VirtualButton>
  2480.   <VirtualButtonId>91</VirtualButtonId>         <!-- call select key 6 - held call -->
  2481.   <StyleId>3</StyleId>                             <!-- don't care -->
  2482.   <StaticX>413</StaticX><StaticY>402</StaticY>    <!-- static -->
  2483.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2484.   <x>595</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2485.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2486.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2487.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2488.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2489. </VirtualButton>
  2490. <!-- Right Connected Call Custom Key Call Select Virtual button definitions -->
  2491. <VirtualButton>
  2492.   <VirtualButtonId>92</VirtualButtonId>         <!-- call select key 1 - connected call -->
  2493.   <StyleId>3</StyleId>                             <!-- don't care -->
  2494.   <StaticX>413</StaticX><StaticY>92</StaticY>    <!-- static -->
  2495.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2496.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2497.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2498.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2499.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2500.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2501.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2502. </VirtualButton>
  2503. <VirtualButton>
  2504.   <VirtualButtonId>93</VirtualButtonId>         <!-- call select key 2 - connected call -->
  2505.   <StyleId>3</StyleId>                             <!-- don't care -->
  2506.   <StaticX>413</StaticX><StaticY>154</StaticY>    <!-- static -->
  2507.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2508.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2509.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2510.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2511.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2512.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2513. </VirtualButton>
  2514. <VirtualButton>
  2515.   <VirtualButtonId>94</VirtualButtonId>         <!-- call select key 3 - connected call -->
  2516.   <StyleId>3</StyleId>                             <!-- don't care -->
  2517.   <StaticX>413</StaticX><StaticY>216</StaticY>    <!-- static -->
  2518.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2519.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2520.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2521.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2522.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2523.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2524. </VirtualButton>
  2525. <VirtualButton>
  2526.   <VirtualButtonId>95</VirtualButtonId>         <!-- call select key 4 - connected call -->
  2527.   <StyleId>3</StyleId>                             <!-- don't care -->
  2528.   <StaticX>413</StaticX><StaticY>278</StaticY>    <!-- static -->
  2529.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2530.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2531.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2532.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2533.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2534.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2535. </VirtualButton>
  2536. <VirtualButton>
  2537.   <VirtualButtonId>96</VirtualButtonId>         <!-- call select key 5 - connected call -->
  2538.   <StyleId>3</StyleId>                             <!-- don't care -->
  2539.   <StaticX>413</StaticX><StaticY>340</StaticY>    <!-- static -->
  2540.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2541.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2542.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2543.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2544.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2545.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2546. </VirtualButton>
  2547. <VirtualButton>
  2548.   <VirtualButtonId>97</VirtualButtonId>         <!-- call select key 6 - connected call -->
  2549.   <StyleId>3</StyleId>                             <!-- don't care -->
  2550.   <StaticX>413</StaticX><StaticY>402</StaticY>    <!-- static -->
  2551.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2552.   <x>595</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2553.   <TouchX>318</TouchX><TouchY>948</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2554.   <w>45</w><h>62</h>                             <!-- w,h of the button -->
  2555.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2556.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2557. </VirtualButton>
  2558. <VirtualButton>
  2559.   <VirtualButtonId>98</VirtualButtonId>            <!-- scroll right button -->
  2560.   <StyleId>3</StyleId>                            <!-- only 1 style for now -->
  2561.   <x>168</x><y>386</y>                            <!-- x,y location to copy from PixMapMgc -->
  2562.   <TouchX>56</TouchX><TouchY>386</TouchY>        <!-- x,y location to copy touched from PixMapMgc -->
  2563.   <w>55</w><h>52</h>                            <!-- w,h of the button -->
  2564.   <Type>2</Type>                                <!-- Type of button = key up event -->
  2565.   <Reference></Reference>                        <!-- URL or mute sequence (none for key up) -->
  2566. </VirtualButton>
  2567. <VirtualButton>
  2568.   <VirtualButtonId>99</VirtualButtonId>            <!-- scroll left button -->
  2569.   <StyleId>3</StyleId>                            <!-- only 1 style for now -->
  2570.   <x>112</x><y>386</y>                            <!-- x,y location to copy from PixMapMgc -->
  2571.   <TouchX>0</TouchX><TouchY>386</TouchY>        <!-- x,y location to copy touched from PixMapMgc -->
  2572.   <w>55</w><h>52</h>                            <!-- w,h of the button -->
  2573.   <Type>2</Type>                                <!-- Type of button = key up event -->
  2574.   <Reference></Reference>                        <!-- URL or mute sequence (none for key up) -->
  2575. </VirtualButton>
  2576. <VirtualButton>
  2577.   <VirtualButtonId>100</VirtualButtonId>     <!-- 1st Contact Name in Directory -->
  2578.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2579.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2580.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2581.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2582.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2583.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2584. </VirtualButton>
  2585. <VirtualButton>
  2586.   <VirtualButtonId>101</VirtualButtonId>     <!-- 2nd Contact Name in Directory -->
  2587.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2588.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2589.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2590.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2591.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2592.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2593. </VirtualButton>
  2594. <VirtualButton>
  2595.   <VirtualButtonId>102</VirtualButtonId>     <!-- 3rd Contact Name in Directory -->
  2596.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2597.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2598.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2599.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2600.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2601.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2602. </VirtualButton>
  2603. <VirtualButton>
  2604.   <VirtualButtonId>103</VirtualButtonId>     <!-- 4th Contact Name in Directory -->
  2605.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2606.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2607.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2608.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2609.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2610.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2611. </VirtualButton>
  2612. <VirtualButton>
  2613.   <VirtualButtonId>104</VirtualButtonId>     <!-- 5th Contact Name in Directory -->
  2614.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2615.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2616.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2617.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2618.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2619.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2620. </VirtualButton>
  2621. <VirtualButton>
  2622.   <VirtualButtonId>105</VirtualButtonId>     <!-- 6th Contact Name in Directory -->
  2623.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2624.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2625.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2626.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2627.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2628.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2629. </VirtualButton>
  2630. <VirtualButton>
  2631.   <VirtualButtonId>106</VirtualButtonId>     <!-- 7th Contact Name in Directory -->
  2632.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2633.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2634.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2635.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2636.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2637.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2638. </VirtualButton>
  2639. <VirtualButton>
  2640.   <VirtualButtonId>107</VirtualButtonId>     <!-- 8th Contact Name in Directory -->
  2641.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2642.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2643.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2644.   <w>522</w><h>41</h>                 <!-- w,h of the button -->
  2645.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2646.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2647. </VirtualButton>
  2648. <VirtualButton>
  2649.   <VirtualButtonId>108</VirtualButtonId>     <!-- Call History "From" VB Tab -->
  2650.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2651.   <x>340</x><y>1124</y>                 <!-- x,y location to copy from PixMapMgc -->
  2652.   <TouchX>340</TouchX><TouchY>1167</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2653.   <w>139</w><h>41</h>                 <!-- w,h of the button -->
  2654.   <Type>2</Type>                <!-- Type of button = key up event -->
  2655.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2656. </VirtualButton>
  2657. <VirtualButton>
  2658.   <VirtualButtonId>109</VirtualButtonId>     <!-- Call History "Missed" VB Tab -->
  2659.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2660.   <x>340</x><y>1124</y>                 <!-- x,y location to copy from PixMapMgc -->
  2661.   <TouchX>340</TouchX><TouchY>1167</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2662.   <w>139</w><h>41</h>                 <!-- w,h of the button -->
  2663.   <Type>2</Type>                <!-- Type of button = key up event -->
  2664.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2665. </VirtualButton>
  2666. <VirtualButton>
  2667.   <VirtualButtonId>110</VirtualButtonId>     <!-- unpark popup call entry 0 -->
  2668.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2669.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2670.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2671.   <w>233</w><h>50</h>                 <!-- w,h of the button -->
  2672.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2673.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2674. </VirtualButton>
  2675. <VirtualButton>
  2676.   <VirtualButtonId>111</VirtualButtonId>     <!-- unpark popup call entry 1 -->
  2677.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2678.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2679.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2680.   <w>233</w><h>50</h>                 <!-- w,h of the button -->
  2681.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2682.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2683. </VirtualButton>
  2684. <VirtualButton>
  2685.   <VirtualButtonId>112</VirtualButtonId>     <!-- unpark popup call entry 2 -->
  2686.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2687.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2688.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2689.   <w>233</w><h>50</h>                 <!-- w,h of the button -->
  2690.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2691.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2692. </VirtualButton>
  2693. <VirtualButton>
  2694.   <VirtualButtonId>113</VirtualButtonId>     <!-- unpark popup call entry 3 -->
  2695.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2696.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2697.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2698.   <w>233</w><h>50</h>                 <!-- w,h of the button -->
  2699.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2700.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2701. </VirtualButton>
  2702. <VirtualButton>
  2703.   <VirtualButtonId>114</VirtualButtonId>     <!-- unpark popup call entry 4 -->
  2704.   <StyleId>2</StyleId>                 <!-- only 1 style for now  -->
  2705.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  2706.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2707.   <w>233</w><h>50</h>                 <!-- w,h of the button -->
  2708.   <Type>2</Type>                 <!-- Type of button = key up event -->
  2709.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2710. </VirtualButton>
  2711. <VirtualButton>
  2712.   <VirtualButtonId>115</VirtualButtonId>     <!-- close button (x in top right corner) -->
  2713.   <StyleId>5</StyleId>                 <!-- only 1 style for now  -->
  2714.   <x>1</x><y>80</y>                 <!-- x,y location to copy from PixMapMgc -->
  2715.   <TouchX>48</TouchX><TouchY>80</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2716.   <w>46</w><h>40</h>                 <!-- w,h of the button -->
  2717.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2718.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2719. </VirtualButton>
  2720. <VirtualButton>
  2721.   <VirtualButtonId>116</VirtualButtonId>     <!-- fat popup blue button -->
  2722.   <StyleId>2</StyleId>                 <!-- center justified black text -->
  2723.   <x>0</x><y>800</y>                 <!-- x,y location to copy from PixMapMgc -->
  2724.   <TouchX>0</TouchX><TouchY>872</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2725.   <w>266</w><h>72</h>                 <!-- w,h of the button -->
  2726.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2727.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2728. </VirtualButton>
  2729. <!-- 117-121 available -->
  2730. <VirtualButton>
  2731.   <VirtualButtonId>122</VirtualButtonId>     <!-- conference participants drop button 1/5 -->
  2732.   <StyleId>3</StyleId>                 <!-- default style -->
  2733.   <x>295</x><y>341</y>                 <!-- x,y location to copy from PixMapMgc -->
  2734.   <TouchX>250</TouchX><TouchY>341</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2735.   <w>44</w><h>61</h>                 <!-- w,h of the button -->
  2736.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2737.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2738. </VirtualButton>
  2739. <VirtualButton>
  2740.   <VirtualButtonId>123</VirtualButtonId>     <!-- conference participants drop button 2/5 -->
  2741.   <StyleId>3</StyleId>                 <!-- default style -->
  2742.   <x>295</x><y>341</y>                 <!-- x,y location to copy from PixMapMgc -->
  2743.   <TouchX>250</TouchX><TouchY>341</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2744.   <w>44</w><h>61</h>                 <!-- w,h of the button -->
  2745.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2746.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2747. </VirtualButton>
  2748. <VirtualButton>
  2749.   <VirtualButtonId>124</VirtualButtonId>     <!-- conference participants drop button 3/5 -->
  2750.   <StyleId>3</StyleId>                 <!-- default style -->
  2751.   <x>295</x><y>341</y>                 <!-- x,y location to copy from PixMapMgc -->
  2752.   <TouchX>250</TouchX><TouchY>341</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2753.   <w>44</w><h>61</h>                 <!-- w,h of the button -->
  2754.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2755.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2756. </VirtualButton>
  2757. <VirtualButton>
  2758.   <VirtualButtonId>125</VirtualButtonId>     <!-- conference participants drop button 4/5 -->
  2759.   <StyleId>3</StyleId>                 <!-- default style -->
  2760.   <x>295</x><y>341</y>                 <!-- x,y location to copy from PixMapMgc -->
  2761.   <TouchX>250</TouchX><TouchY>341</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2762.   <w>44</w><h>61</h>                 <!-- w,h of the button -->
  2763.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2764.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2765. </VirtualButton>
  2766. <VirtualButton>
  2767.   <VirtualButtonId>126</VirtualButtonId>     <!-- conference participants drop button 5/5 -->
  2768.   <StyleId>3</StyleId>                 <!-- default style -->
  2769.   <x>295</x><y>341</y>                 <!-- x,y location to copy from PixMapMgc -->
  2770.   <TouchX>250</TouchX><TouchY>341</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2771.   <w>44</w><h>61</h>                 <!-- w,h of the button -->
  2772.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2773.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2774. </VirtualButton>
  2775. <VirtualButton>
  2776.   <VirtualButtonId>127</VirtualButtonId>     <!-- fat popup button 1/4 (orange) -->
  2777.   <StyleId>9</StyleId>                 <!-- centered white font 1 style -->
  2778.   <x>0</x><y>626</y>                 <!-- x,y location to copy from PixMapMgc -->
  2779.   <TouchX>0</TouchX><TouchY>674</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2780.   <w>246</w><h>47</h>                 <!-- w,h of the button -->
  2781.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2782.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2783. </VirtualButton>
  2784. <VirtualButton>
  2785.   <VirtualButtonId>128</VirtualButtonId>     <!-- fat popup button 2/4 (black) -->
  2786.   <StyleId>9</StyleId>                 <!-- centered white font 1 style -->
  2787.   <x>0</x><y>722</y>                 <!-- x,y location to copy from PixMapMgc -->
  2788.   <TouchX>0</TouchX><TouchY>674</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2789.   <w>246</w><h>47</h>                 <!-- w,h of the button -->
  2790.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2791.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2792. </VirtualButton>
  2793. <VirtualButton>
  2794.   <VirtualButtonId>129</VirtualButtonId>     <!-- fat popup button 3/4 (black) -->
  2795.   <StyleId>9</StyleId>                 <!-- centered white font 1 style -->
  2796.   <x>0</x><y>722</y>                 <!-- x,y location to copy from PixMapMgc -->
  2797.   <TouchX>0</TouchX><TouchY>674</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2798.   <w>246</w><h>47</h>                 <!-- w,h of the button -->
  2799.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2800.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2801. </VirtualButton>
  2802. <VirtualButton>
  2803.   <VirtualButtonId>130</VirtualButtonId>     <!-- fat popup button 4/4 (black) -->
  2804.   <StyleId>9</StyleId>                 <!-- centered white font 1 style -->
  2805.   <x>0</x><y>722</y>                 <!-- x,y location to copy from PixMapMgc -->
  2806.   <TouchX>0</TouchX><TouchY>674</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  2807.   <w>246</w><h>47</h>                 <!-- w,h of the button -->
  2808.   <Type>2</Type>                     <!-- Type of button = key up event -->
  2809.   <Reference></Reference>             <!-- URL or mute sequence (none for key up) -->
  2810. </VirtualButton>
  2811. <VirtualButton>
  2812.   <VirtualButtonId>131</VirtualButtonId>     <!-- unpark popup scroll up button -->
  2813.   <StyleId>3</StyleId>                         <!-- don't care -->
  2814.   <x>601</x><y>1082</y>                        <!-- x,y location to copy from PixMapMgc -->
  2815.   <TouchX>561</TouchX><TouchY>1082</TouchY>    <!-- x,y location to copy touched fromPixMapMgc -->
  2816.   <w>39</w><h>126</h>                         <!-- w,h of the button -->
  2817.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2818.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2819. </VirtualButton>
  2820. <VirtualButton>
  2821.   <VirtualButtonId>132</VirtualButtonId>     <!-- unpark popup scroll down button -->
  2822.   <StyleId>3</StyleId>                         <!-- don't care -->
  2823.   <x>481</x><y>1173</y>                        <!-- x,y location to copy from PixMapMgc -->
  2824.   <TouchX>521</TouchX><TouchY>1173</TouchY>    <!-- x,y location to copy touched fromPixMapMgc -->
  2825.   <w>39</w><h>126</h>                         <!-- w,h of the button -->
  2826.   <Type>2</Type>                             <!-- Type of button = key up event -->
  2827.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  2828. </VirtualButton>
  2829. <VirtualButton>                <!-- VM Compose: To -->
  2830.   <VirtualButtonId>133</VirtualButtonId>
  2831.   <StyleId>2</StyleId>
  2832.   <x>0</x><y>563</y>                        <!-- untouched x,y -->
  2833.   <TouchX>0</TouchX><TouchY>500</TouchY>    <!-- touched   x,y -->
  2834.   <w>162</w><h>62</h>                        <!-- width,height -->
  2835.   <Type>2</Type>                            <!-- key up event -->
  2836.   <Reference></Reference>                    <!-- unused for key up -->
  2837. </VirtualButton>
  2838. <VirtualButton>                <!-- VM Compose: Subject -->
  2839.   <VirtualButtonId>134</VirtualButtonId>
  2840.   <StyleId>2</StyleId>
  2841.   <x>0</x><y>563</y>                        <!-- untouched x,y -->
  2842.   <TouchX>0</TouchX><TouchY>500</TouchY>    <!-- touched   x,y -->
  2843.   <w>162</w><h>62</h>                        <!-- width,height -->
  2844.   <Type>2</Type>                            <!-- key up event -->
  2845.   <Reference></Reference>                    <!-- unused for key up -->
  2846. </VirtualButton>
  2847. <!-- Connected Call Custom Key Virtual button definitions -->
  2848. <VirtualButton>
  2849.   <VirtualButtonId>135</VirtualButtonId>         <!-- Custom Key 1 - connected call -->
  2850.   <StyleId>2</StyleId>                             <!-- don't care -->
  2851.   <StaticX>458</StaticX><StaticY>92</StaticY>    <!-- static -->
  2852.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2853.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2854.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2855.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2856.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2857.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2858. </VirtualButton>
  2859. <VirtualButton>
  2860.   <VirtualButtonId>136</VirtualButtonId>         <!-- Custom Key 2 - connected call -->
  2861.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2862.   <StaticX>458</StaticX><StaticY>154</StaticY>    <!-- static -->
  2863.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2864.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2865.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2866.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2867.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2868.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2869. </VirtualButton>
  2870. <VirtualButton>
  2871.   <VirtualButtonId>137</VirtualButtonId>         <!-- Custom Key 3 - connected call -->
  2872.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2873.   <StaticX>458</StaticX><StaticY>216</StaticY>    <!-- static -->
  2874.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2875.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2876.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2877.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2878.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2879.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2880. </VirtualButton>
  2881. <VirtualButton>
  2882.   <VirtualButtonId>138</VirtualButtonId>         <!-- Custom Key 4 - connected call -->
  2883.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2884.   <StaticX>458</StaticX><StaticY>278</StaticY>    <!-- static -->
  2885.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2886.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2887.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2888.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2889.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2890.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2891. </VirtualButton>
  2892. <VirtualButton>
  2893.   <VirtualButtonId>139</VirtualButtonId>         <!-- Custom Key 5 - connected call -->
  2894.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2895.   <StaticX>458</StaticX><StaticY>340</StaticY>    <!-- static -->
  2896.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2897.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2898.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2899.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2900.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2901.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2902. </VirtualButton>
  2903. <VirtualButton>
  2904.   <VirtualButtonId>140</VirtualButtonId>         <!-- Custom Key 6 - connected call -->
  2905.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2906.   <StaticX>458</StaticX><StaticY>402</StaticY>    <!-- static -->
  2907.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2908.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2909.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2910.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2911.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2912.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2913. </VirtualButton>
  2914. <VirtualButton>
  2915.   <VirtualButtonId>141</VirtualButtonId>         <!-- Custom Key 7 - connected call -->
  2916.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2917.   <StaticX>0</StaticX><StaticY>92</StaticY>        <!-- static -->
  2918.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2919.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2920.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2921.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2922.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2923. </VirtualButton>
  2924. <VirtualButton>
  2925.   <VirtualButtonId>142</VirtualButtonId>        <!-- Custom Key 8 - connected call -->
  2926.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2927.   <StaticX>0</StaticX><StaticY>154</StaticY>    <!-- static -->
  2928.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2929.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2930.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2931.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2932.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2933. </VirtualButton>
  2934. <VirtualButton>
  2935.   <VirtualButtonId>143</VirtualButtonId>         <!-- Custom Key 9 - connected call -->
  2936.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2937.   <StaticX>0</StaticX><StaticY>216</StaticY>    <!-- static -->
  2938.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2939.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2940.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2941.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2942.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2943. </VirtualButton>
  2944. <VirtualButton>
  2945.   <VirtualButtonId>144</VirtualButtonId>         <!-- Custom Key 10 - connected call -->
  2946.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2947.   <StaticX>0</StaticX><StaticY>278</StaticY>    <!-- static -->
  2948.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2949.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2950.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2951.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2952.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2953. </VirtualButton>
  2954. <VirtualButton>
  2955.   <VirtualButtonId>145</VirtualButtonId>         <!-- Custom Key 11 - connected call -->
  2956.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2957.   <StaticX>0</StaticX><StaticY>340</StaticY>    <!-- static -->
  2958.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2959.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2960.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2961.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2962.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2963. </VirtualButton>
  2964. <VirtualButton>
  2965.   <VirtualButtonId>146</VirtualButtonId>         <!-- Custom Key 12 - connected call -->
  2966.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2967.   <StaticX>0</StaticX><StaticY>402</StaticY>    <!-- static -->
  2968.   <x>413</x><y>612</y>                             <!-- x,y location to copy from PixMapMgc -->
  2969.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2970.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2971.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2972.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2973. </VirtualButton>
  2974. <!-- Held Call Custom Key Virtual button definitions -->
  2975. <VirtualButton>
  2976.   <VirtualButtonId>147</VirtualButtonId>         <!-- Custom Key 1 - held call -->
  2977.   <StyleId>2</StyleId>                             <!-- don't care -->
  2978.   <StaticX>458</StaticX><StaticY>92</StaticY>    <!-- static -->
  2979.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2980.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2981.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2982.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2983.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2984.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2985. </VirtualButton>
  2986. <VirtualButton>
  2987.   <VirtualButtonId>148</VirtualButtonId>         <!-- Custom Key 2 - held call -->
  2988.   <StyleId>2</StyleId>                             <!-- don't care  -->
  2989.   <StaticX>458</StaticX><StaticY>154</StaticY>    <!-- static -->
  2990.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  2991.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  2992.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  2993.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  2994.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  2995.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  2996. </VirtualButton>
  2997. <VirtualButton>
  2998.   <VirtualButtonId>149</VirtualButtonId>         <!-- Custom Key 3 - held call -->
  2999.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3000.   <StaticX>458</StaticX><StaticY>216</StaticY>    <!-- static -->
  3001.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3002.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3003.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3004.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3005.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3006.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3007. </VirtualButton>
  3008. <VirtualButton>
  3009.   <VirtualButtonId>150</VirtualButtonId>         <!-- Custom Key 4 - held call -->
  3010.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3011.   <StaticX>458</StaticX><StaticY>278</StaticY>    <!-- static -->
  3012.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3013.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3014.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3015.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3016.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3017.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3018. </VirtualButton>
  3019. <VirtualButton>
  3020.   <VirtualButtonId>151</VirtualButtonId>         <!-- Custom Key 5 - held call -->
  3021.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3022.   <StaticX>458</StaticX><StaticY>340</StaticY>    <!-- static -->
  3023.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3024.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3025.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3026.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3027.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3028.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3029. </VirtualButton>
  3030. <VirtualButton>
  3031.   <VirtualButtonId>152</VirtualButtonId>         <!-- Custom Key 6 - held call -->
  3032.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3033.   <StaticX>458</StaticX><StaticY>402</StaticY>    <!-- static -->
  3034.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3035.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3036.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3037.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3038.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3039.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3040. </VirtualButton>
  3041. <VirtualButton>
  3042.   <VirtualButtonId>153</VirtualButtonId>         <!-- Custom Key 7 - held call -->
  3043.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3044.   <StaticX>0</StaticX><StaticY>92</StaticY>        <!-- static -->
  3045.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3046.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3047.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3048.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3049.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3050. </VirtualButton>
  3051. <VirtualButton>
  3052.   <VirtualButtonId>154</VirtualButtonId>        <!-- Custom Key 8 - held call -->
  3053.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3054.   <StaticX>0</StaticX><StaticY>154</StaticY>    <!-- static -->
  3055.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3056.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3057.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3058.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3059.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3060. </VirtualButton>
  3061. <VirtualButton>
  3062.   <VirtualButtonId>155</VirtualButtonId>         <!-- Custom Key 9 - held call -->
  3063.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3064.   <StaticX>0</StaticX><StaticY>216</StaticY>    <!-- static -->
  3065.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3066.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3067.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3068.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3069.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3070. </VirtualButton>
  3071. <VirtualButton>
  3072.   <VirtualButtonId>156</VirtualButtonId>         <!-- Custom Key 10 - held call -->
  3073.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3074.   <StaticX>0</StaticX><StaticY>278</StaticY>    <!-- static -->
  3075.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3076.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3077.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3078.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3079.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3080. </VirtualButton>
  3081. <VirtualButton>
  3082.   <VirtualButtonId>157</VirtualButtonId>         <!-- Custom Key 11 - held call -->
  3083.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3084.   <StaticX>0</StaticX><StaticY>340</StaticY>    <!-- static -->
  3085.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3086.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3087.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3088.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3089.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3090. </VirtualButton>
  3091. <VirtualButton>
  3092.   <VirtualButtonId>158</VirtualButtonId>         <!-- Custom Key 12 - held call -->
  3093.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3094.   <StaticX>0</StaticX><StaticY>402</StaticY>    <!-- static -->
  3095.   <x>413</x><y>550</y>                             <!-- x,y location to copy from PixMapMgc -->
  3096.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3097.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3098.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3099.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3100. </VirtualButton>
  3101. <!-- Featured Connected Call Custom Key Virtual button definitions -->
  3102. <VirtualButton>
  3103.   <VirtualButtonId>159</VirtualButtonId>         <!-- Custom Key 1 - featured connected call -->
  3104.   <StyleId>2</StyleId>                             <!-- don't care -->
  3105.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3106.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3107.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3108.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3109.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3110.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3111. </VirtualButton>
  3112. <VirtualButton>
  3113.   <VirtualButtonId>160</VirtualButtonId>         <!-- Custom Key 2 - featured connected call-->
  3114.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3115.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3116.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3117.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3118.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3119.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3120.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3121. </VirtualButton>
  3122. <VirtualButton>
  3123.   <VirtualButtonId>161</VirtualButtonId>         <!-- Custom Key 3 - featured connected call -->
  3124.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3125.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3126.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3127.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3128.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3129.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3130.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3131. </VirtualButton>
  3132. <VirtualButton>
  3133.   <VirtualButtonId>162</VirtualButtonId>         <!-- Custom Key 4 - featured connected call -->
  3134.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3135.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3136.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3137.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3138.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3139.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3140.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3141. </VirtualButton>
  3142. <VirtualButton>
  3143.   <VirtualButtonId>163</VirtualButtonId>         <!-- Custom Key 5 - featured connected call -->
  3144.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3145.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3146.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3147.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3148.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3149.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3150.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3151. </VirtualButton>
  3152. <VirtualButton>
  3153.   <VirtualButtonId>164</VirtualButtonId>         <!-- Custom Key 6 - featured connected call -->
  3154.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3155.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3156.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3157.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3158.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3159.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3160.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3161. </VirtualButton>
  3162. <VirtualButton>
  3163.   <VirtualButtonId>165</VirtualButtonId>         <!-- Custom Key 7 - featured connected call -->
  3164.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3165.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3166.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3167.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3168.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3169.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3170. </VirtualButton>
  3171. <VirtualButton>
  3172.   <VirtualButtonId>166</VirtualButtonId>         <!-- Custom Key 8 - featured connected call -->
  3173.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3174.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3175.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3176.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3177.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3178.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3179. </VirtualButton>
  3180. <VirtualButton>
  3181.   <VirtualButtonId>167</VirtualButtonId>         <!-- Custom Key 9 - featured connected call -->
  3182.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3183.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3184.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3185.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3186.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3187.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3188. </VirtualButton>
  3189. <VirtualButton>
  3190.   <VirtualButtonId>168</VirtualButtonId>         <!-- Custom Key 10 - featured connected call -->
  3191.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3192.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3193.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3194.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3195.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3196.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3197. </VirtualButton>
  3198. <VirtualButton>
  3199.   <VirtualButtonId>169</VirtualButtonId>         <!-- Custom Key 11 - featured connected call -->
  3200.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3201.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3202.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3203.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3204.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3205.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3206. </VirtualButton>
  3207. <VirtualButton>
  3208.   <VirtualButtonId>170</VirtualButtonId>         <!-- Custom Key 12 - featured connected call -->
  3209.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3210.   <x>413</x><y>426</y>                             <!-- x,y location to copy from PixMapMgc -->
  3211.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3212.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3213.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3214.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3215. </VirtualButton>
  3216. <!-- Featured Held Call Custom Key Virtual button definitions -->
  3217. <VirtualButton>
  3218.   <VirtualButtonId>171</VirtualButtonId>         <!-- Custom Key 1 - featured held call -->
  3219.   <StyleId>2</StyleId>                             <!-- don't care -->
  3220.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3221.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3222.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3223.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3224.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3225.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3226. </VirtualButton>
  3227. <VirtualButton>
  3228.   <VirtualButtonId>172</VirtualButtonId>         <!-- Custom Key 2 - featured held call-->
  3229.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3230.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3231.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3232.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3233.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3234.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3235.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3236. </VirtualButton>
  3237. <VirtualButton>
  3238.   <VirtualButtonId>173</VirtualButtonId>         <!-- Custom Key 3 - featured held call -->
  3239.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3240.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3241.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3242.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3243.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3244.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3245.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3246. </VirtualButton>
  3247. <VirtualButton>
  3248.   <VirtualButtonId>174</VirtualButtonId>         <!-- Custom Key 4 - featured held call -->
  3249.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3250.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3251.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3252.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3253.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3254.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3255.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3256. </VirtualButton>
  3257. <VirtualButton>
  3258.   <VirtualButtonId>175</VirtualButtonId>         <!-- Custom Key 5 - featured held call -->
  3259.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3260.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3261.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3262.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3263.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3264.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3265.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3266. </VirtualButton>
  3267. <VirtualButton>
  3268.   <VirtualButtonId>176</VirtualButtonId>         <!-- Custom Key 6 - featured held call -->
  3269.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3270.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3271.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3272.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3273.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3274.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3275.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3276. </VirtualButton>
  3277. <VirtualButton>
  3278.   <VirtualButtonId>177</VirtualButtonId>         <!-- Custom Key 7 - featured held call -->
  3279.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3280.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3281.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3282.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3283.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3284.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3285. </VirtualButton>
  3286. <VirtualButton>
  3287.   <VirtualButtonId>178</VirtualButtonId>         <!-- Custom Key 8 - featured held call -->
  3288.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3289.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3290.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3291.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3292.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3293.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3294. </VirtualButton>
  3295. <VirtualButton>
  3296.   <VirtualButtonId>179</VirtualButtonId>         <!-- Custom Key 9 - featured held call -->
  3297.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3298.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3299.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3300.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3301.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3302.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3303. </VirtualButton>
  3304. <VirtualButton>
  3305.   <VirtualButtonId>180</VirtualButtonId>         <!-- Custom Key 10 - featured held call -->
  3306.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3307.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3308.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3309.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3310.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3311.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3312. </VirtualButton>
  3313. <VirtualButton>
  3314.   <VirtualButtonId>181</VirtualButtonId>         <!-- Custom Key 11 - featured held call -->
  3315.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3316.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3317.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3318.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3319.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3320.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3321. </VirtualButton>
  3322. <VirtualButton>
  3323.   <VirtualButtonId>182</VirtualButtonId>         <!-- Custom Key 12 - featured held call -->
  3324.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3325.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  3326.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3327.   <w>227</w><h>62</h>                             <!-- w,h of the button -->
  3328.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3329.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3330. </VirtualButton>
  3331. <!-- Short Idle Custom Key Virtual button definitions -->
  3332. <VirtualButton>
  3333.   <VirtualButtonId>183</VirtualButtonId>         <!-- Custom Key 1 - short idle -->
  3334.   <StyleId>2</StyleId>                             <!-- don't care -->
  3335.   <StaticX>458</StaticX><StaticY>92</StaticY>    <!-- static -->
  3336.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3337.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3338.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3339.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3340.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3341.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3342. </VirtualButton>
  3343. <VirtualButton>
  3344.   <VirtualButtonId>184</VirtualButtonId>         <!-- Custom Key 2 - short idle -->
  3345.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3346.   <StaticX>458</StaticX><StaticY>154</StaticY>    <!-- static -->
  3347.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3348.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3349.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3350.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3351.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3352.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3353. </VirtualButton>
  3354. <VirtualButton>
  3355.   <VirtualButtonId>185</VirtualButtonId>         <!-- Custom Key 3 - short idle -->
  3356.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3357.   <StaticX>458</StaticX><StaticY>216</StaticY>    <!-- static -->
  3358.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3359.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3360.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3361.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3362.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3363.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3364. </VirtualButton>
  3365. <VirtualButton>
  3366.   <VirtualButtonId>186</VirtualButtonId>         <!-- Custom Key 4 - short idle -->
  3367.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3368.   <StaticX>458</StaticX><StaticY>278</StaticY>    <!-- static -->
  3369.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3370.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3371.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3372.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3373.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3374.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3375. </VirtualButton>
  3376. <VirtualButton>
  3377.   <VirtualButtonId>187</VirtualButtonId>         <!-- Custom Key 5 - short idle -->
  3378.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3379.   <StaticX>458</StaticX><StaticY>340</StaticY>    <!-- static -->
  3380.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3381.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3382.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3383.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3384.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3385.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3386. </VirtualButton>
  3387. <VirtualButton>
  3388.   <VirtualButtonId>188</VirtualButtonId>         <!-- Custom Key 6 - short idle -->
  3389.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3390.   <StaticX>458</StaticX><StaticY>402</StaticY>    <!-- static -->
  3391.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  3392.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3393.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3394.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3395.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3396.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3397. </VirtualButton>
  3398. <VirtualButton>
  3399.   <VirtualButtonId>189</VirtualButtonId>         <!-- Custom Key 7 - short idle -->
  3400.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3401.   <StaticX>0</StaticX><StaticY>92</StaticY>        <!-- static -->
  3402.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3403.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3404.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3405.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3406.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3407. </VirtualButton>
  3408. <VirtualButton>
  3409.   <VirtualButtonId>190</VirtualButtonId>        <!-- Custom Key 8 - short idle -->
  3410.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3411.   <StaticX>0</StaticX><StaticY>154</StaticY>    <!-- static -->
  3412.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3413.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3414.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3415.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3416.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3417. </VirtualButton>
  3418. <VirtualButton>
  3419.   <VirtualButtonId>191</VirtualButtonId>         <!-- Custom Key 9 - short idle -->
  3420.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3421.   <StaticX>0</StaticX><StaticY>216</StaticY>    <!-- static -->
  3422.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3423.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3424.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3425.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3426.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3427. </VirtualButton>
  3428. <VirtualButton>
  3429.   <VirtualButtonId>192</VirtualButtonId>         <!-- Custom Key 10 - short idle -->
  3430.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3431.   <StaticX>0</StaticX><StaticY>278</StaticY>    <!-- static -->
  3432.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3433.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3434.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3435.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3436.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3437. </VirtualButton>
  3438. <VirtualButton>
  3439.   <VirtualButtonId>193</VirtualButtonId>         <!-- Custom Key 11 - short idle -->
  3440.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3441.   <StaticX>0</StaticX><StaticY>340</StaticY>    <!-- static -->
  3442.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3443.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3444.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3445.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3446.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3447. </VirtualButton>
  3448. <VirtualButton>
  3449.   <VirtualButtonId>194</VirtualButtonId>         <!-- Custom Key 12 - short idle -->
  3450.   <StyleId>2</StyleId>                             <!-- don't care  -->
  3451.   <StaticX>0</StaticX><StaticY>402</StaticY>    <!-- static -->
  3452.   <x>413</x><y>674</y>                             <!-- x,y location to copy from PixMapMgc -->
  3453.   <TouchX>8</TouchX><TouchY>438</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3454.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  3455.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3456.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3457. </VirtualButton>
  3458. <VirtualButton>
  3459.   <VirtualButtonId>195</VirtualButtonId>         <!-- Contact: Previous -->
  3460.   <StyleId>3</StyleId>                             <!-- don't care  -->
  3461.   <x>457</x><y>736</y>                             <!-- x,y location to copy from PixMapMgc -->
  3462.   <TouchX>529</TouchX><TouchY>736</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3463.   <w>35</w><h>36</h>                             <!-- w,h of the button -->
  3464.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3465.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3466. </VirtualButton>
  3467. <VirtualButton>
  3468.   <VirtualButtonId>196</VirtualButtonId>         <!-- Contact: Next -->
  3469.   <StyleId>3</StyleId>                             <!-- don't care  -->
  3470.   <x>493</x><y>736</y>                             <!-- x,y location to copy from PixMapMgc -->
  3471.   <TouchX>565</TouchX><TouchY>736</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  3472.   <w>35</w><h>36</h>                             <!-- w,h of the button -->
  3473.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  3474.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  3475. </VirtualButton>
  3476. <!-- buttons 197-198 available for use -->
  3477. <!-- button 199: see after 11 -->
  3478. <!-- Keyboard keys -->
  3479. <VirtualButton>
  3480.   <VirtualButtonId>200</VirtualButtonId>     <!-- space key  -->
  3481.   <StyleId>52</StyleId>                     <!-- only 1 style for now  -->
  3482.   <x>329</x><y>487</y>                 <!-- x,y location to copy from PixMapMgc -->
  3483.   <TouchX>329</TouchX><TouchY>533</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3484.   <w>81</w><h>44</h>                 <!-- w,h of the button -->
  3485.   <Text>Space</Text>
  3486.   <TouchText>Space</TouchText>
  3487.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3488.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3489. </VirtualButton>
  3490. <VirtualButton>
  3491.   <VirtualButtonId>201</VirtualButtonId>     <!-- exclamation mark key  -->
  3492.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3493.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3494.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3495.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3496.   <Text>!</Text>
  3497.   <TouchText>!</TouchText>
  3498.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3499.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3500. </VirtualButton>
  3501. <VirtualButton>
  3502.   <VirtualButtonId>202</VirtualButtonId>     <!-- quotation mark key  -->
  3503.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3504.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3505.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3506.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3507.   <Text>"</Text>
  3508.   <TouchText>"</TouchText>
  3509.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3510.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3511. </VirtualButton>
  3512. <VirtualButton>
  3513.   <VirtualButtonId>203</VirtualButtonId>     <!-- number sign key  -->
  3514.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3515.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3516.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3517.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3518.   <Text>#</Text>    
  3519.   <TouchText>#</TouchText>
  3520.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3521.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3522. </VirtualButton>
  3523. <VirtualButton>
  3524.   <VirtualButtonId>204</VirtualButtonId>     <!-- dollar sign key  -->
  3525.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3526.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3527.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3528.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3529.   <Text>$</Text>    
  3530.   <TouchText>$</TouchText>
  3531.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3532.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3533. </VirtualButton>
  3534. <VirtualButton>
  3535.   <VirtualButtonId>205</VirtualButtonId>     <!-- percent key  -->
  3536.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3537.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3538.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3539.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3540.   <Text>%</Text>    
  3541.   <TouchText>%</TouchText>
  3542.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3543.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3544. </VirtualButton>
  3545. <VirtualButton>
  3546.   <VirtualButtonId>206</VirtualButtonId>     <!-- ampersand key  -->
  3547.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3548.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3549.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3550.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3551.   <Text>&</Text>    
  3552.   <TouchText>&</TouchText>
  3553.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3554.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3555. </VirtualButton>
  3556. <VirtualButton>
  3557.   <VirtualButtonId>207</VirtualButtonId>     <!-- apostrophe key  -->
  3558.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3559.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3560.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3561.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3562.   <Text>'</Text>    
  3563.   <TouchText>'</TouchText>
  3564.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3565.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3566. </VirtualButton>
  3567. <VirtualButton>
  3568.   <VirtualButtonId>208</VirtualButtonId>     <!-- left parenthesis key  -->
  3569.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3570.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3571.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3572.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3573.   <Text>(</Text>    
  3574.   <TouchText>(</TouchText>
  3575.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3576.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3577. </VirtualButton>
  3578. <VirtualButton>
  3579.   <VirtualButtonId>209</VirtualButtonId>     <!-- right parenthesis key  -->
  3580.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3581.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3582.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3583.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3584.   <Text>)</Text>    
  3585.   <TouchText>)</TouchText>
  3586.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3587.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3588. </VirtualButton>
  3589. <VirtualButton>
  3590.   <VirtualButtonId>210</VirtualButtonId>     <!-- asterisk key  -->
  3591.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3592.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3593.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3594.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3595.   <Text>*</Text>    
  3596.   <TouchText>*</TouchText>
  3597.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3598.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3599. </VirtualButton>
  3600. <VirtualButton>
  3601.   <VirtualButtonId>211</VirtualButtonId>     <!-- plus sign key  -->
  3602.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3603.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3604.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3605.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3606.   <Text>+</Text>    
  3607.   <TouchText>+</TouchText>
  3608.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3609.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3610. </VirtualButton>
  3611. <VirtualButton>
  3612.   <VirtualButtonId>212</VirtualButtonId>     <!-- comma key  -->
  3613.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3614.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3615.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3616.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3617.   <Text>,</Text>    
  3618.   <TouchText>,</TouchText>
  3619.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3620.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3621. </VirtualButton>
  3622. <VirtualButton>
  3623.   <VirtualButtonId>213</VirtualButtonId>     <!-- minus sign key  -->
  3624.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3625.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3626.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3627.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3628.   <Text>-</Text>    
  3629.   <TouchText>-</TouchText>
  3630.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3631.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3632. </VirtualButton>
  3633. <VirtualButton>
  3634.   <VirtualButtonId>214</VirtualButtonId>     <!-- period key  -->
  3635.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3636.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3637.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3638.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3639.   <Text>.</Text>    
  3640.   <TouchText>.</TouchText>
  3641.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3642.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3643. </VirtualButton>
  3644. <VirtualButton>
  3645.   <VirtualButtonId>215</VirtualButtonId>     <!-- forward slash key  -->
  3646.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3647.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3648.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3649.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3650.   <Text>/</Text>    
  3651.   <TouchText>/</TouchText>
  3652.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3653.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3654. </VirtualButton>
  3655. <VirtualButton>
  3656.   <VirtualButtonId>216</VirtualButtonId>     <!-- 0 key  -->
  3657.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3658.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3659.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3660.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3661.   <Text>0</Text>    
  3662.   <TouchText>0</TouchText>
  3663.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3664.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3665. </VirtualButton>
  3666. <VirtualButton>
  3667.   <VirtualButtonId>217</VirtualButtonId>     <!-- 1 key  -->
  3668.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3669.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3670.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3671.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3672.   <Text>1</Text>    
  3673.   <TouchText>1</TouchText>
  3674.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3675.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3676. </VirtualButton>
  3677. <VirtualButton>
  3678.   <VirtualButtonId>218</VirtualButtonId>     <!-- 2 key  -->
  3679.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3680.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3681.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3682.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3683.   <Text>2</Text>    
  3684.   <TouchText>2</TouchText>
  3685.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3686.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3687. </VirtualButton>
  3688. <VirtualButton>
  3689.   <VirtualButtonId>219</VirtualButtonId>     <!-- 3 key  -->
  3690.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3691.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3692.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3693.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3694.   <Text>3</Text>    
  3695.   <TouchText>3</TouchText>
  3696.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3697.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3698. </VirtualButton>
  3699. <VirtualButton>
  3700.   <VirtualButtonId>220</VirtualButtonId>     <!-- 4 key  -->
  3701.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3702.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3703.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3704.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3705.   <Text>4</Text>    
  3706.   <TouchText>4</TouchText>
  3707.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3708.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3709. </VirtualButton>
  3710. <VirtualButton>
  3711.   <VirtualButtonId>221</VirtualButtonId>     <!-- 5 key  -->
  3712.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3713.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3714.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3715.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3716.   <Text>5</Text>    
  3717.   <TouchText>5</TouchText>
  3718.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3719.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3720. </VirtualButton>
  3721. <VirtualButton>
  3722.   <VirtualButtonId>222</VirtualButtonId>     <!-- 6 key  -->
  3723.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3724.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3725.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3726.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3727.   <Text>6</Text>    
  3728.   <TouchText>6</TouchText>
  3729.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3730.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3731. </VirtualButton>
  3732. <VirtualButton>
  3733.   <VirtualButtonId>223</VirtualButtonId>     <!-- 7 key  -->
  3734.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3735.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3736.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3737.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3738.   <Text>7</Text>    
  3739.   <TouchText>7</TouchText>
  3740.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3741.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3742. </VirtualButton>
  3743. <VirtualButton>
  3744.   <VirtualButtonId>224</VirtualButtonId>     <!-- 8 key  -->
  3745.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3746.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3747.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3748.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3749.   <Text>8</Text>    
  3750.   <TouchText>8</TouchText>
  3751.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3752.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3753. </VirtualButton>
  3754. <VirtualButton>
  3755.   <VirtualButtonId>225</VirtualButtonId>     <!-- 9 key  -->
  3756.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3757.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3758.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3759.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3760.   <Text>9</Text>    
  3761.   <TouchText>9</TouchText>
  3762.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3763.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3764. </VirtualButton>
  3765. <VirtualButton>
  3766.   <VirtualButtonId>226</VirtualButtonId>     <!-- colon key  -->
  3767.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3768.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3769.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3770.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3771.   <Text>:</Text>    
  3772.   <TouchText>:</TouchText>
  3773.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3774.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3775. </VirtualButton>
  3776. <VirtualButton>
  3777.   <VirtualButtonId>227</VirtualButtonId>     <!-- semicolon key  -->
  3778.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3779.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3780.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3781.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3782.   <Text>;</Text>    
  3783.   <TouchText>;</TouchText>
  3784.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3785.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3786. </VirtualButton>
  3787. <VirtualButton>
  3788.   <VirtualButtonId>228</VirtualButtonId>     <!-- less than key  -->
  3789.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3790.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3791.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3792.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3793.   <Text><</Text>    
  3794.   <TouchText><</TouchText>
  3795.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3796.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3797. </VirtualButton>
  3798. <VirtualButton>
  3799.   <VirtualButtonId>229</VirtualButtonId>     <!-- equals sign key  -->
  3800.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3801.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3802.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3803.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3804.   <Text>=</Text>    
  3805.   <TouchText>=</TouchText>
  3806.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3807.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3808. </VirtualButton>
  3809. <VirtualButton>
  3810.   <VirtualButtonId>230</VirtualButtonId>     <!-- greater than key  -->
  3811.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3812.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3813.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3814.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3815.   <Text>></Text>    
  3816.   <TouchText>></TouchText>
  3817.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3818.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3819. </VirtualButton>
  3820. <VirtualButton>
  3821.   <VirtualButtonId>231</VirtualButtonId>     <!-- question mark key  -->
  3822.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3823.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3824.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3825.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3826.   <Text>?</Text>    
  3827.   <TouchText>?</TouchText>
  3828.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3829.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3830. </VirtualButton>
  3831. <VirtualButton>
  3832.   <VirtualButtonId>232</VirtualButtonId>     <!--  at sign key  -->
  3833.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3834.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3835.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3836.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3837.   <Text>@</Text>    
  3838.   <TouchText>@</TouchText>
  3839.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3840.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3841. </VirtualButton>
  3842. <VirtualButton>
  3843.   <VirtualButtonId>233</VirtualButtonId>     <!-- A key  -->
  3844.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3845.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3846.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3847.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3848.   <Text>A</Text>    
  3849.   <TouchText>A</TouchText>
  3850.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3851.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3852. </VirtualButton>
  3853. <VirtualButton>
  3854.   <VirtualButtonId>234</VirtualButtonId>     <!-- B key  -->
  3855.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3856.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3857.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3858.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3859.   <Text>B</Text>    
  3860.   <TouchText>B</TouchText>
  3861.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3862.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3863. </VirtualButton>
  3864. <VirtualButton>
  3865.   <VirtualButtonId>235</VirtualButtonId>     <!-- C key  -->
  3866.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3867.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3868.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3869.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3870.   <Text>C</Text>    
  3871.   <TouchText>C</TouchText>
  3872.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3873.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3874. </VirtualButton>
  3875. <VirtualButton>
  3876.   <VirtualButtonId>236</VirtualButtonId>     <!-- D key  -->
  3877.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3878.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3879.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3880.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3881.   <Text>D</Text>    
  3882.   <TouchText>D</TouchText>
  3883.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3884.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3885. </VirtualButton>
  3886. <VirtualButton>
  3887.   <VirtualButtonId>237</VirtualButtonId>     <!-- E key  -->
  3888.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3889.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3890.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3891.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3892.   <Text>E</Text>    
  3893.   <TouchText>E</TouchText>
  3894.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3895.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3896. </VirtualButton>
  3897. <VirtualButton>
  3898.   <VirtualButtonId>238</VirtualButtonId>     <!-- F key  -->
  3899.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3900.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3901.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3902.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3903.   <Text>F</Text>    
  3904.   <TouchText>F</TouchText>
  3905.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3906.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3907. </VirtualButton>
  3908. <VirtualButton>
  3909.   <VirtualButtonId>239</VirtualButtonId>     <!-- G key  -->
  3910.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3911.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3912.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3913.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3914.   <Text>G</Text>    
  3915.   <TouchText>G</TouchText>
  3916.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3917.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3918. </VirtualButton>
  3919. <VirtualButton>
  3920.   <VirtualButtonId>240</VirtualButtonId>     <!-- H key  -->
  3921.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3922.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3923.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3924.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3925.   <Text>H</Text>    
  3926.   <TouchText>H</TouchText>
  3927.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3928.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3929. </VirtualButton>
  3930. <VirtualButton>
  3931.   <VirtualButtonId>241</VirtualButtonId>     <!-- I key  -->
  3932.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3933.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3934.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3935.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3936.   <Text>I</Text>    
  3937.   <TouchText>I</TouchText>
  3938.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3939.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3940. </VirtualButton>
  3941. <VirtualButton>
  3942.   <VirtualButtonId>242</VirtualButtonId>     <!-- J key  -->
  3943.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3944.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3945.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3946.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3947.   <Text>J</Text>    
  3948.   <TouchText>J</TouchText>
  3949.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3950.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3951. </VirtualButton>
  3952. <VirtualButton>
  3953.   <VirtualButtonId>243</VirtualButtonId>     <!-- K key  -->
  3954.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3955.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3956.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3957.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3958.   <Text>K</Text>    
  3959.   <TouchText>K</TouchText>
  3960.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3961.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3962. </VirtualButton>
  3963. <VirtualButton>
  3964.   <VirtualButtonId>244</VirtualButtonId>     <!-- L key  -->
  3965.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3966.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3967.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3968.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3969.   <Text>L</Text>    
  3970.   <TouchText>L</TouchText>
  3971.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3972.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3973. </VirtualButton>
  3974. <VirtualButton>
  3975.   <VirtualButtonId>245</VirtualButtonId>     <!-- M key  -->
  3976.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3977.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3978.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3979.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3980.   <Text>M</Text>    
  3981.   <TouchText>M</TouchText>
  3982.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3983.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3984. </VirtualButton>
  3985. <VirtualButton>
  3986.   <VirtualButtonId>246</VirtualButtonId>     <!-- N key  -->
  3987.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3988.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  3989.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  3990.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  3991.   <Text>N</Text>    
  3992.   <TouchText>N</TouchText>
  3993.   <Type>2</Type>                             <!-- Type of button = key up event -->
  3994.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  3995. </VirtualButton>
  3996. <VirtualButton>
  3997.   <VirtualButtonId>247</VirtualButtonId>     <!-- O key  -->
  3998.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  3999.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4000.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4001.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4002.   <Text>O</Text>    
  4003.   <TouchText>O</TouchText>
  4004.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4005.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4006. </VirtualButton>
  4007. <VirtualButton>
  4008.   <VirtualButtonId>248</VirtualButtonId>     <!-- P key  -->
  4009.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4010.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4011.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4012.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4013.   <Text>P</Text>    
  4014.   <TouchText>P</TouchText>
  4015.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4016.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4017. </VirtualButton>
  4018. <VirtualButton>
  4019.   <VirtualButtonId>249</VirtualButtonId>     <!-- Q key  -->
  4020.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4021.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4022.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4023.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4024.   <Text>Q</Text>    
  4025.   <TouchText>Q</TouchText>
  4026.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4027.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4028. </VirtualButton>
  4029. <VirtualButton>
  4030.   <VirtualButtonId>250</VirtualButtonId>     <!-- R key  -->
  4031.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4032.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4033.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4034.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4035.   <Text>R</Text>    
  4036.   <TouchText>R</TouchText>
  4037.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4038.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4039. </VirtualButton>
  4040. <VirtualButton>
  4041.   <VirtualButtonId>251</VirtualButtonId>     <!-- S key  -->
  4042.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4043.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4044.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4045.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4046.   <Text>S</Text>    
  4047.   <TouchText>S</TouchText>
  4048.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4049.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4050. </VirtualButton>
  4051. <VirtualButton>
  4052.   <VirtualButtonId>252</VirtualButtonId>     <!-- T key  -->
  4053.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4054.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4055.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4056.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4057.   <Text>T</Text>    
  4058.   <TouchText>T</TouchText>
  4059.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4060.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4061. </VirtualButton>
  4062. <VirtualButton>
  4063.   <VirtualButtonId>253</VirtualButtonId>     <!-- U key  -->
  4064.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4065.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4066.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4067.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4068.   <Text>U</Text>    
  4069.   <TouchText>U</TouchText>
  4070.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4071.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4072. </VirtualButton>
  4073. <VirtualButton>
  4074.   <VirtualButtonId>254</VirtualButtonId>     <!-- V key  -->
  4075.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4076.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4077.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4078.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4079.   <Text>V</Text>    
  4080.   <TouchText>V</TouchText>
  4081.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4082.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4083. </VirtualButton>
  4084. <VirtualButton>
  4085.   <VirtualButtonId>255</VirtualButtonId>     <!-- W key  -->
  4086.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4087.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4088.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4089.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4090.   <Text>W</Text>    
  4091.   <TouchText>W</TouchText>
  4092.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4093.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4094. </VirtualButton>
  4095. <VirtualButton>
  4096.   <VirtualButtonId>256</VirtualButtonId>     <!-- X key  -->
  4097.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4098.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4099.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4100.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4101.   <Text>X</Text>    
  4102.   <TouchText>X</TouchText>
  4103.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4104.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4105. </VirtualButton>
  4106. <VirtualButton>
  4107.   <VirtualButtonId>257</VirtualButtonId>     <!-- Y key  -->
  4108.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4109.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4110.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4111.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4112.   <Text>Y</Text>    
  4113.   <TouchText>Y</TouchText>
  4114.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4115.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4116. </VirtualButton>
  4117. <VirtualButton>
  4118.   <VirtualButtonId>258</VirtualButtonId>     <!-- Z key  -->
  4119.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4120.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4121.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4122.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4123.   <Text>Z</Text>    
  4124.   <TouchText>Z</TouchText>
  4125.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4126.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4127. </VirtualButton>
  4128. <VirtualButton>
  4129.   <VirtualButtonId>259</VirtualButtonId>     <!-- left sqare bracket key  -->
  4130.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4131.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4132.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4133.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4134.   <Text>[</Text>    
  4135.   <TouchText>[</TouchText>
  4136.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4137.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4138. </VirtualButton>
  4139. <VirtualButton>
  4140.   <VirtualButtonId>260</VirtualButtonId>     <!-- backslash key  -->
  4141.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4142.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4143.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4144.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4145.   <Text>\</Text>    
  4146.   <TouchText>\</TouchText>
  4147.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4148.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4149. </VirtualButton>
  4150. <VirtualButton>
  4151.   <VirtualButtonId>261</VirtualButtonId>     <!-- right square bracket key  -->
  4152.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4153.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4154.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4155.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4156.   <Text>]</Text>    
  4157.   <TouchText>]</TouchText>
  4158.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4159.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4160. </VirtualButton>
  4161. <VirtualButton>
  4162.   <VirtualButtonId>262</VirtualButtonId>     <!-- caret key  -->
  4163.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4164.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4165.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4166.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4167.   <Text>^</Text>    
  4168.   <TouchText>^</TouchText>
  4169.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4170.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4171. </VirtualButton>
  4172. <VirtualButton>
  4173.   <VirtualButtonId>263</VirtualButtonId>     <!-- underscore key  -->
  4174.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4175.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4176.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4177.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4178.   <Text>_</Text>    
  4179.   <TouchText>_</TouchText>
  4180.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4181.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4182. </VirtualButton>
  4183. <VirtualButton>
  4184.   <VirtualButtonId>264</VirtualButtonId>     <!-- grave accent key  -->
  4185.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4186.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4187.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4188.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4189.   <Text>`</Text>    
  4190.   <TouchText>`</TouchText>
  4191.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4192.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4193. </VirtualButton>
  4194. <VirtualButton>
  4195.   <VirtualButtonId>265</VirtualButtonId>     <!-- left brace key  -->
  4196.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4197.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4198.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4199.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4200.   <Text>{</Text>    
  4201.   <TouchText>{</TouchText>
  4202.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4203.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4204. </VirtualButton>
  4205. <VirtualButton>
  4206.   <VirtualButtonId>266</VirtualButtonId>     <!-- pipe key  -->
  4207.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4208.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4209.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4210.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4211.   <Text>|</Text>    
  4212.   <TouchText>|</TouchText>
  4213.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4214.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4215. </VirtualButton>
  4216. <VirtualButton>
  4217.   <VirtualButtonId>267</VirtualButtonId>     <!-- right brace key  -->
  4218.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4219.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4220.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4221.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4222.   <Text>}</Text>    
  4223.   <TouchText>}</TouchText>
  4224.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4225.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4226. </VirtualButton>
  4227. <VirtualButton>
  4228.   <VirtualButtonId>268</VirtualButtonId>     <!-- tilde key  -->
  4229.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4230.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4231.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4232.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4233.   <Text>~</Text>    
  4234.   <TouchText>~</TouchText>
  4235.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4236.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4237. </VirtualButton>
  4238. <VirtualButton>
  4239.   <VirtualButtonId>269</VirtualButtonId>     <!-- inverted exclamation key  -->
  4240.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4241.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4242.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4243.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4244.   <Text>¡</Text>    
  4245.   <TouchText>¡</TouchText>
  4246.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4247.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4248. </VirtualButton>
  4249. <VirtualButton>
  4250.   <VirtualButtonId>271</VirtualButtonId>     <!-- pound sign key  -->
  4251.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4252.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4253.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4254.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4255.   <Text>£</Text>    
  4256.   <TouchText>£</TouchText>
  4257.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4258.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4259. </VirtualButton>
  4260. <VirtualButton>
  4261.   <VirtualButtonId>272</VirtualButtonId>     <!-- currency sign key  -->
  4262.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4263.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4264.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4265.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4266.   <Text>¤</Text>    
  4267.   <TouchText>¤</TouchText>
  4268.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4269.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4270. </VirtualButton>
  4271. <VirtualButton>
  4272.   <VirtualButtonId>273</VirtualButtonId>     <!-- yen sign key  -->
  4273.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4274.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4275.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4276.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4277.   <Text>¥</Text>    
  4278.   <TouchText>¥</TouchText>
  4279.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4280.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4281. </VirtualButton>
  4282. <VirtualButton>
  4283.   <VirtualButtonId>274</VirtualButtonId>     <!-- broken vertical bar key  -->
  4284.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4285.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4286.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4287.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4288.   <Text>¦</Text>    
  4289.   <TouchText>¦</TouchText>
  4290.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4291.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4292. </VirtualButton>
  4293. <VirtualButton>
  4294.   <VirtualButtonId>275</VirtualButtonId>     <!-- section sign key  -->
  4295.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4296.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4297.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4298.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4299.   <Text>§</Text>    
  4300.   <TouchText>§</TouchText>
  4301.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4302.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4303. </VirtualButton>
  4304. <VirtualButton>
  4305.   <VirtualButtonId>276</VirtualButtonId>     <!-- umlaut key  -->
  4306.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4307.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4308.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4309.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4310.   <Text>¨</Text>    
  4311.   <TouchText>¨</TouchText>
  4312.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4313.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4314. </VirtualButton>
  4315. <VirtualButton>
  4316.   <VirtualButtonId>277</VirtualButtonId>     <!-- copyright sign key  -->
  4317.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4318.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4319.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4320.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4321.   <Text>©</Text>    
  4322.   <TouchText>©</TouchText>
  4323.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4324.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4325. </VirtualButton>
  4326. <VirtualButton>
  4327.   <VirtualButtonId>278</VirtualButtonId>     <!-- feminine ordinal indicator key  -->
  4328.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4329.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4330.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4331.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4332.   <Text>ª</Text>    
  4333.   <TouchText>ª</TouchText>
  4334.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4335.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4336. </VirtualButton>
  4337. <VirtualButton>
  4338.   <VirtualButtonId>279</VirtualButtonId>     <!-- left double angle quotes key  -->
  4339.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4340.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4341.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4342.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4343.   <Text>«</Text>    
  4344.   <TouchText>«</TouchText>
  4345.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4346.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4347. </VirtualButton>
  4348. <VirtualButton>
  4349.   <VirtualButtonId>280</VirtualButtonId>     <!-- not sign key  -->
  4350.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4351.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4352.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4353.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4354.   <Text>¬</Text>    
  4355.   <TouchText>¬</TouchText>
  4356.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4357.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4358. </VirtualButton>
  4359. <VirtualButton>
  4360.   <VirtualButtonId>281</VirtualButtonId>     <!-- soft hyphen key  -->
  4361.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4362.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4363.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4364.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4365.   <Text>­</Text>    
  4366.   <TouchText>­</TouchText>
  4367.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4368.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4369. </VirtualButton>
  4370. <VirtualButton>
  4371.   <VirtualButtonId>282</VirtualButtonId>     <!-- registered trademark sign key  -->
  4372.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4373.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4374.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4375.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4376.   <Text>®</Text>    
  4377.   <TouchText>®</TouchText>
  4378.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4379.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4380. </VirtualButton>
  4381. <VirtualButton>
  4382.   <VirtualButtonId>283</VirtualButtonId>     <!-- overline key  -->
  4383.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4384.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4385.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4386.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4387.   <Text>¯</Text>    
  4388.   <TouchText>¯</TouchText>
  4389.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4390.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4391. </VirtualButton>
  4392. <VirtualButton>
  4393.   <VirtualButtonId>284</VirtualButtonId>     <!-- degree sign key  -->
  4394.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4395.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4396.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4397.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4398.   <Text>°</Text>    
  4399.   <TouchText>°</TouchText>
  4400.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4401.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4402. </VirtualButton>
  4403. <VirtualButton>
  4404.   <VirtualButtonId>285</VirtualButtonId>     <!-- plus-or-minus sign key  -->
  4405.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4406.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4407.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4408.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4409.   <Text>±</Text>    
  4410.   <TouchText>±</TouchText>
  4411.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4412.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4413. </VirtualButton>
  4414. <VirtualButton>
  4415.   <VirtualButtonId>286</VirtualButtonId>     <!-- superscript 2 key  -->
  4416.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4417.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4418.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4419.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4420.   <Text>²</Text>    
  4421.   <TouchText>²</TouchText>
  4422.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4423.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4424. </VirtualButton>
  4425. <VirtualButton>
  4426.   <VirtualButtonId>287</VirtualButtonId>     <!-- superscript 3 key  -->
  4427.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4428.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4429.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4430.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4431.   <Text>³</Text>    
  4432.   <TouchText>³</TouchText>
  4433.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4434.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4435. </VirtualButton>
  4436. <VirtualButton>
  4437.   <VirtualButtonId>288</VirtualButtonId>     <!-- acute accent key  -->
  4438.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4439.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4440.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4441.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4442.   <Text>´</Text>    
  4443.   <TouchText>´</TouchText>
  4444.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4445.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4446. </VirtualButton>
  4447. <VirtualButton>
  4448.   <VirtualButtonId>289</VirtualButtonId>     <!-- micro sign key  -->
  4449.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4450.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4451.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4452.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4453.   <Text>µ</Text>    
  4454.   <TouchText>µ</TouchText>
  4455.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4456.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4457. </VirtualButton>
  4458. <VirtualButton>
  4459.   <VirtualButtonId>290</VirtualButtonId>     <!-- paragraph sign key  -->
  4460.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4461.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4462.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4463.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4464.   <Text>¶</Text>    
  4465.   <TouchText>¶</TouchText>
  4466.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4467.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4468. </VirtualButton>
  4469. <VirtualButton>
  4470.   <VirtualButtonId>291</VirtualButtonId>     <!-- middle dot key  -->
  4471.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4472.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4473.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4474.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4475.   <Text>·</Text>    
  4476.   <TouchText>·</TouchText>
  4477.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4478.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4479. </VirtualButton>
  4480. <VirtualButton>
  4481.   <VirtualButtonId>292</VirtualButtonId>     <!-- spacing cedilla key  -->
  4482.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4483.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4484.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4485.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4486.   <Text>¸</Text>    
  4487.   <TouchText>¸</TouchText>
  4488.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4489.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4490. </VirtualButton>
  4491. <VirtualButton>
  4492.   <VirtualButtonId>293</VirtualButtonId>     <!-- superscript 1 key  -->
  4493.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4494.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4495.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4496.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4497.   <Text>¹</Text>    
  4498.   <TouchText>¹</TouchText>
  4499.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4500.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4501. </VirtualButton>
  4502. <VirtualButton>
  4503.   <VirtualButtonId>294</VirtualButtonId>     <!-- superscript 0 key  -->
  4504.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4505.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4506.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4507.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4508.   <Text>º</Text>    
  4509.   <TouchText>º</TouchText>
  4510.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4511.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4512. </VirtualButton>
  4513. <VirtualButton>
  4514.   <VirtualButtonId>295</VirtualButtonId>     <!-- right double angle quotes key  -->
  4515.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4516.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4517.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4518.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4519.   <Text>»</Text>    
  4520.   <TouchText>»</TouchText>
  4521.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4522.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4523. </VirtualButton>
  4524. <VirtualButton>
  4525.   <VirtualButtonId>296</VirtualButtonId>     <!-- one quarter key  -->
  4526.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4527.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4528.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4529.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4530.   <Text>¼</Text>    
  4531.   <TouchText>¼</TouchText>
  4532.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4533.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4534. </VirtualButton>
  4535. <VirtualButton>
  4536.   <VirtualButtonId>297</VirtualButtonId>     <!-- one half key  -->
  4537.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4538.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4539.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4540.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4541.   <Text>½</Text>    
  4542.   <TouchText>½</TouchText>
  4543.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4544.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4545. </VirtualButton>
  4546. <VirtualButton>
  4547.   <VirtualButtonId>298</VirtualButtonId>     <!-- three quarters key  -->
  4548.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4549.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4550.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4551.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4552.   <Text>¾</Text>    
  4553.   <TouchText>¾</TouchText>
  4554.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4555.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4556. </VirtualButton>
  4557. <VirtualButton>
  4558.   <VirtualButtonId>299</VirtualButtonId>     <!-- inverted question mark key  -->
  4559.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4560.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4561.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4562.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4563.   <Text>¿</Text>    
  4564.   <TouchText>¿</TouchText>
  4565.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4566.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4567. </VirtualButton>
  4568. <VirtualButton>
  4569.   <VirtualButtonId>300</VirtualButtonId>     <!-- A with grave key  -->
  4570.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4571.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4572.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4573.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4574.   <Text>À</Text>    
  4575.   <TouchText>À</TouchText>
  4576.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4577.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4578. </VirtualButton>
  4579. <VirtualButton>
  4580.   <VirtualButtonId>301</VirtualButtonId>     <!-- A with acute key  -->
  4581.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4582.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4583.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4584.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4585.   <Text>Á</Text>    
  4586.   <TouchText>Á</TouchText>
  4587.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4588.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4589. </VirtualButton>
  4590. <VirtualButton>
  4591.   <VirtualButtonId>302</VirtualButtonId>     <!-- A with circumflex key  -->
  4592.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4593.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4594.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4595.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4596.   <Text>Â</Text>    
  4597.   <TouchText>Â</TouchText>
  4598.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4599.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4600. </VirtualButton>
  4601. <VirtualButton>
  4602.   <VirtualButtonId>303</VirtualButtonId>     <!-- A with tilde key  -->
  4603.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4604.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4605.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4606.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4607.   <Text>Ã</Text>    
  4608.   <TouchText>Ã</TouchText>
  4609.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4610.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4611. </VirtualButton>
  4612. <VirtualButton>
  4613.   <VirtualButtonId>304</VirtualButtonId>     <!-- A with diaeresis key  -->
  4614.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4615.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4616.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4617.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4618.   <Text>Ä</Text>    
  4619.   <TouchText>Ä</TouchText>
  4620.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4621.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4622. </VirtualButton>
  4623. <VirtualButton>
  4624.   <VirtualButtonId>305</VirtualButtonId>     <!-- A with ring key  -->
  4625.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4626.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4627.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4628.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4629.   <Text>Å</Text>    
  4630.   <TouchText>Å</TouchText>
  4631.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4632.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4633. </VirtualButton>
  4634. <VirtualButton>
  4635.   <VirtualButtonId>306</VirtualButtonId>     <!-- AE key  -->
  4636.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4637.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4638.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4639.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4640.   <Text>Æ</Text>    
  4641.   <TouchText>Æ</TouchText>
  4642.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4643.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4644. </VirtualButton>
  4645. <VirtualButton>
  4646.   <VirtualButtonId>307</VirtualButtonId>     <!-- C with cedilla key  -->
  4647.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4648.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4649.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4650.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4651.   <Text>Ç</Text>    
  4652.   <TouchText>Ç</TouchText>
  4653.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4654.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4655. </VirtualButton>
  4656. <VirtualButton>
  4657.   <VirtualButtonId>308</VirtualButtonId>     <!-- E with grave key  -->
  4658.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4659.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4660.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4661.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4662.   <Text>È</Text>    
  4663.   <TouchText>È</TouchText>
  4664.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4665.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4666. </VirtualButton>
  4667. <VirtualButton>
  4668.   <VirtualButtonId>309</VirtualButtonId>     <!-- E with acute key  -->
  4669.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4670.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4671.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4672.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4673.   <Text>É</Text>    
  4674.   <TouchText>É</TouchText>
  4675.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4676.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4677. </VirtualButton>
  4678. <VirtualButton>
  4679.   <VirtualButtonId>310</VirtualButtonId>     <!-- E with circumflex key  -->
  4680.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4681.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4682.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4683.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4684.   <Text>Ê</Text>    
  4685.   <TouchText>Ê</TouchText>
  4686.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4687.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4688. </VirtualButton>
  4689. <VirtualButton>
  4690.   <VirtualButtonId>311</VirtualButtonId>     <!-- E with diaeresis key  -->
  4691.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4692.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4693.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4694.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4695.   <Text>Ë</Text>    
  4696.   <TouchText>Ë</TouchText>
  4697.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4698.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4699. </VirtualButton>
  4700. <VirtualButton>
  4701.   <VirtualButtonId>312</VirtualButtonId>     <!-- I with grave key  -->
  4702.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4703.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4704.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4705.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4706.   <Text>Ì</Text>    
  4707.   <TouchText>Ì</TouchText>
  4708.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4709.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4710. </VirtualButton>
  4711. <VirtualButton>
  4712.   <VirtualButtonId>313</VirtualButtonId>     <!-- I with acute key  -->
  4713.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4714.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4715.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4716.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4717.   <Text>Í</Text>    
  4718.   <TouchText>Í</TouchText>
  4719.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4720.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4721. </VirtualButton>
  4722. <VirtualButton>
  4723.   <VirtualButtonId>314</VirtualButtonId>     <!-- I with circumflex key  -->
  4724.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4725.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4726.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4727.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4728.   <Text>Î</Text>    
  4729.   <TouchText>Î</TouchText>
  4730.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4731.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4732. </VirtualButton>
  4733. <VirtualButton>
  4734.   <VirtualButtonId>315</VirtualButtonId>     <!-- I with diaeresis key  -->
  4735.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4736.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4737.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4738.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4739.   <Text>Ï</Text>    
  4740.   <TouchText>Ï</TouchText>
  4741.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4742.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4743. </VirtualButton>
  4744. <VirtualButton>
  4745.   <VirtualButtonId>316</VirtualButtonId>     <!-- ETH key  -->
  4746.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4747.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4748.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4749.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4750.   <Text>Ð</Text>    
  4751.   <TouchText>Ð</TouchText>
  4752.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4753.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4754. </VirtualButton>
  4755. <VirtualButton>
  4756.   <VirtualButtonId>317</VirtualButtonId>     <!-- N with tilde key  -->
  4757.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4758.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4759.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4760.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4761.   <Text>Ñ</Text>    
  4762.   <TouchText>Ñ</TouchText>
  4763.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4764.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4765. </VirtualButton>
  4766. <VirtualButton>
  4767.   <VirtualButtonId>318</VirtualButtonId>     <!-- O with grave key  -->
  4768.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4769.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4770.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4771.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4772.   <Text>Ò</Text>    
  4773.   <TouchText>Ò</TouchText>
  4774.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4775.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4776. </VirtualButton>
  4777. <VirtualButton>
  4778.   <VirtualButtonId>319</VirtualButtonId>     <!-- O with acute key  -->
  4779.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4780.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4781.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4782.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4783.   <Text>Ó</Text>    
  4784.   <TouchText>Ó</TouchText>
  4785.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4786.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4787. </VirtualButton>
  4788. <VirtualButton>
  4789.   <VirtualButtonId>320</VirtualButtonId>     <!-- O with circumflex key  -->
  4790.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4791.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4792.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4793.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4794.   <Text>Ô</Text>    
  4795.   <TouchText>Ô</TouchText>
  4796.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4797.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4798. </VirtualButton>
  4799. <VirtualButton>
  4800.   <VirtualButtonId>321</VirtualButtonId>     <!-- O with tilde key  -->
  4801.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4802.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4803.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4804.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4805.   <Text>Õ</Text>    
  4806.   <TouchText>Õ</TouchText>
  4807.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4808.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4809. </VirtualButton>
  4810. <VirtualButton>
  4811.   <VirtualButtonId>322</VirtualButtonId>     <!-- O with diaeresis key  -->
  4812.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4813.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4814.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4815.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4816.   <Text>Ö</Text>    
  4817.   <TouchText>Ö</TouchText>
  4818.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4819.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4820. </VirtualButton>
  4821. <VirtualButton>
  4822.   <VirtualButtonId>323</VirtualButtonId>     <!-- multiplication sign key  -->
  4823.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4824.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4825.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4826.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4827.   <Text>×</Text>    
  4828.   <TouchText>×</TouchText>
  4829.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4830.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4831. </VirtualButton>
  4832. <VirtualButton>
  4833.   <VirtualButtonId>324</VirtualButtonId>     <!-- O with slash key  -->
  4834.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4835.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4836.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4837.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4838.   <Text>Ø</Text>    
  4839.   <TouchText>Ø</TouchText>
  4840.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4841.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4842. </VirtualButton>
  4843. <VirtualButton>
  4844.   <VirtualButtonId>325</VirtualButtonId>     <!-- U with grave key  -->
  4845.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4846.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4847.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4848.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4849.   <Text>Ù</Text>    
  4850.   <TouchText>Ù</TouchText>
  4851.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4852.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4853. </VirtualButton>
  4854. <VirtualButton>
  4855.   <VirtualButtonId>326</VirtualButtonId>     <!-- U with acute key  -->
  4856.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4857.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4858.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4859.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4860.   <Text>Ú</Text>    
  4861.   <TouchText>Ú</TouchText>
  4862.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4863.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4864. </VirtualButton>
  4865. <VirtualButton>
  4866.   <VirtualButtonId>327</VirtualButtonId>     <!-- U with circumflex key  -->
  4867.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4868.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4869.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4870.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4871.   <Text>Û</Text>    
  4872.   <TouchText>Û</TouchText>
  4873.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4874.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4875. </VirtualButton>
  4876. <VirtualButton>
  4877.   <VirtualButtonId>328</VirtualButtonId>     <!-- U with diaeresis key  -->
  4878.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4879.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4880.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4881.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4882.   <Text>Ü</Text>    
  4883.   <TouchText>Ü</TouchText>
  4884.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4885.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4886. </VirtualButton>
  4887. <VirtualButton>
  4888.   <VirtualButtonId>329</VirtualButtonId>     <!-- Y with acute key  -->
  4889.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4890.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4891.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4892.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4893.   <Text>Ý</Text>    
  4894.   <TouchText>Ý</TouchText>
  4895.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4896.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4897. </VirtualButton>
  4898. <VirtualButton>
  4899.   <VirtualButtonId>330</VirtualButtonId>     <!-- THORN key  -->
  4900.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4901.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4902.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4903.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4904.   <Text>Þ</Text>    
  4905.   <TouchText>Þ</TouchText>
  4906.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4907.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4908. </VirtualButton>
  4909. <VirtualButton>
  4910.   <VirtualButtonId>331</VirtualButtonId>     <!-- sharp s key  -->
  4911.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4912.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4913.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4914.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4915.   <Text>ß</Text>    
  4916.   <TouchText>ß</TouchText>
  4917.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4918.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4919. </VirtualButton>
  4920. <VirtualButton>
  4921.   <VirtualButtonId>332</VirtualButtonId>     <!-- divide key  -->
  4922.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4923.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4924.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4925.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4926.   <Text>÷</Text>    
  4927.   <TouchText>÷</TouchText>
  4928.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4929.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4930. </VirtualButton>
  4931. <VirtualButton>
  4932.   <VirtualButtonId>333</VirtualButtonId>     <!-- small y with diaeresis key  -->
  4933.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4934.   <x>319</x><y>578</y>                 <!-- x,y location to copy from PixMapMgc -->
  4935.   <TouchX>365</TouchX><TouchY>578</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4936.   <w>45</w><h>44</h>                 <!-- w,h of the button -->
  4937.   <Text>ÿ</Text>    
  4938.   <TouchText>ÿ</TouchText>
  4939.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4940.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4941. </VirtualButton>
  4942. <VirtualButton>
  4943.   <VirtualButtonId>334</VirtualButtonId>     <!-- shift key  -->
  4944.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4945.   <x>329</x><y>487</y>                 <!-- x,y location to copy from PixMapMgc -->
  4946.   <TouchX>329</TouchX><TouchY>533</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4947.   <w>81</w><h>44</h>                 <!-- w,h of the button -->
  4948.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4949.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4950. </VirtualButton>
  4951. <VirtualButton>
  4952.   <VirtualButtonId>335</VirtualButtonId>     <!-- alt key  -->
  4953.   <StyleId>52</StyleId>                     <!-- only 1 style for now  -->
  4954.   <x>329</x><y>487</y>                 <!-- x,y location to copy from PixMapMgc -->
  4955.   <TouchX>329</TouchX><TouchY>533</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4956.   <w>81</w><h>44</h>                 <!-- w,h of the button -->
  4957.   <Text>Θ?123</Text>
  4958.   <TouchText>Θ?123</TouchText>
  4959.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4960.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4961. </VirtualButton>
  4962. <VirtualButton>
  4963.   <VirtualButtonId>336</VirtualButtonId>     <!-- Backspace key on keyboard  -->
  4964.   <StyleId>23</StyleId>                     <!-- only 1 style for now  -->
  4965.   <x>329</x><y>487</y>                 <!-- x,y location to copy from PixMapMgc -->
  4966.   <TouchX>329</TouchX><TouchY>533</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4967.   <w>81</w><h>44</h>                 <!-- w,h of the button -->
  4968.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4969.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4970. </VirtualButton>
  4971. <VirtualButton>
  4972.   <VirtualButtonId>337</VirtualButtonId>     <!-- Call History Entry 1  -->
  4973.   <StyleId>2</StyleId>                     <!-- only 1 style for now  -->
  4974.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  4975.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4976.   <w>522</w><h>55</h>                 <!-- w,h of the button -->
  4977.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4978.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4979. </VirtualButton>
  4980. <VirtualButton>
  4981.   <VirtualButtonId>338</VirtualButtonId>     <!-- Call History Entry 2  -->
  4982.   <StyleId>2</StyleId>                     <!-- only 1 style for now  -->
  4983.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  4984.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4985.   <w>522</w><h>55</h>                 <!-- w,h of the button -->
  4986.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4987.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4988. </VirtualButton>
  4989. <VirtualButton>
  4990.   <VirtualButtonId>339</VirtualButtonId>     <!-- Call History Entry 3  -->
  4991.   <StyleId>2</StyleId>                     <!-- only 1 style for now  -->
  4992.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  4993.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  4994.   <w>522</w><h>55</h>                 <!-- w,h of the button -->
  4995.   <Type>2</Type>                             <!-- Type of button = key up event -->
  4996.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  4997. </VirtualButton>
  4998. <VirtualButton>
  4999.   <VirtualButtonId>340</VirtualButtonId>     <!-- Call History Entry 4  -->
  5000.   <StyleId>2</StyleId>                     <!-- only 1 style for now  -->
  5001.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  5002.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  5003.   <w>522</w><h>55</h>                 <!-- w,h of the button -->
  5004.   <Type>2</Type>                             <!-- Type of button = key up event -->
  5005.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  5006. </VirtualButton>
  5007. <VirtualButton>
  5008.   <VirtualButtonId>341</VirtualButtonId>     <!-- Call History Entry 5  -->
  5009.   <StyleId>2</StyleId>                     <!-- only 1 style for now  -->
  5010.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  5011.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  5012.   <w>522</w><h>55</h>                 <!-- w,h of the button -->
  5013.   <Type>2</Type>                             <!-- Type of button = key up event -->
  5014.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  5015. </VirtualButton>
  5016. <VirtualButton>
  5017.   <VirtualButtonId>342</VirtualButtonId>     <!-- Call History Entry 6  -->
  5018.   <StyleId>2</StyleId>                     <!-- only 1 style for now  -->
  5019.   <x>73</x><y>1500</y>                 <!-- x,y location to copy from PixMapMgc -->
  5020.   <TouchX>73</TouchX><TouchY>1439</TouchY>     <!-- x,y location to copy touched fromPixMapMgc -->
  5021.   <w>522</w><h>55</h>                 <!-- w,h of the button -->
  5022.   <Type>2</Type>                             <!-- Type of button = key up event -->
  5023.   <Reference></Reference>         <!-- URL or mute sequence (none for key up) -->
  5024. </VirtualButton>
  5025. <VirtualButton>
  5026.   <VirtualButtonId>343</VirtualButtonId> <!-- contact page vb for call history entry 1-->
  5027.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  5028.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  5029.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  5030.   <w>42</w><h>55</h>                <!-- w,h of the button -->
  5031.   <Type>2</Type>                <!-- Type of button = key up event -->
  5032.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  5033. </VirtualButton>
  5034. <VirtualButton>
  5035.   <VirtualButtonId>344</VirtualButtonId> <!-- contact page vb for call history entry 2-->
  5036.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  5037.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  5038.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  5039.   <w>42</w><h>55</h>                <!-- w,h of the button -->
  5040.   <Type>2</Type>                <!-- Type of button = key up event -->
  5041.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  5042. </VirtualButton>
  5043. <VirtualButton>
  5044.   <VirtualButtonId>345</VirtualButtonId> <!-- contact page vb for call history entry 3-->
  5045.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  5046.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  5047.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  5048.   <w>42</w><h>55</h>                <!-- w,h of the button -->
  5049.   <Type>2</Type>                <!-- Type of button = key up event -->
  5050.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  5051. </VirtualButton>
  5052. <VirtualButton>
  5053.   <VirtualButtonId>346</VirtualButtonId> <!-- contact page vb for call history entry 4-->
  5054.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  5055.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  5056.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  5057.   <w>42</w><h>55</h>                <!-- w,h of the button -->
  5058.   <Type>2</Type>                <!-- Type of button = key up event -->
  5059.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  5060. </VirtualButton>
  5061. <VirtualButton>
  5062.   <VirtualButtonId>347</VirtualButtonId> <!-- contact page vb for call history entry 5-->
  5063.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  5064.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  5065.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  5066.   <w>42</w><h>55</h>                <!-- w,h of the button -->
  5067.   <Type>2</Type>                <!-- Type of button = key up event -->
  5068.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  5069. </VirtualButton>
  5070. <VirtualButton>
  5071.   <VirtualButtonId>348</VirtualButtonId> <!-- contact page vb for call history entry 6-->
  5072.   <StyleId>3</StyleId>              <!-- only 1 style for now -->
  5073.   <x>73</x><y>1500</y>                <!-- x,y location to copy from PixMapMgc -->
  5074.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- x, y location to copy touched from PixMapMgc -->
  5075.   <w>42</w><h>55</h>                <!-- w,h of the button -->
  5076.   <Type>2</Type>                <!-- Type of button = key up event -->
  5077.   <Reference></Reference>           <!-- URL or mute sequence (none for key up) -->
  5078. </VirtualButton>
  5079. <VirtualButton>                <!-- VM SKey Left -->
  5080.   <VirtualButtonId>349</VirtualButtonId>
  5081.   <StyleId>3</StyleId>
  5082.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5083.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5084.   <w>40</w><h>54</h>                        <!-- width,height -->
  5085.   <Type>2</Type>                            <!-- key up event -->
  5086.   <Reference></Reference>                    <!-- unused for key up -->
  5087. </VirtualButton>
  5088. <VirtualButton>                <!-- VM SKey Right -->
  5089.   <VirtualButtonId>350</VirtualButtonId>
  5090.   <StyleId>3</StyleId>
  5091.   <x>600</x><y>0</y>                        <!-- untouched x,y -->
  5092.   <TouchX>600</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5093.   <w>40</w><h>54</h>                        <!-- width,height -->
  5094.   <Type>2</Type>                            <!-- key up event -->
  5095.   <Reference></Reference>                    <!-- unused for key up -->
  5096. </VirtualButton>
  5097. <VirtualButton>                <!-- VM SKey   1/2   -->
  5098.   <VirtualButtonId>351</VirtualButtonId>
  5099.   <StyleId>2</StyleId>
  5100.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5101.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5102.   <w>309</w><h>54</h>                        <!-- width,height -->
  5103.   <Type>2</Type>                            <!-- key up event -->
  5104.   <Reference></Reference>                    <!-- unused for key up -->
  5105. </VirtualButton>
  5106. <VirtualButton>                <!-- VM SKey   2/2   -->
  5107.   <VirtualButtonId>352</VirtualButtonId>
  5108.   <StyleId>2</StyleId>
  5109.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5110.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5111.   <w>309</w><h>54</h>                        <!-- width,height -->
  5112.   <Type>2</Type>                            <!-- key up event -->
  5113.   <Reference></Reference>                    <!-- unused for key up -->
  5114. </VirtualButton>
  5115. <VirtualButton>                <!-- VM SKey   1/3   -->
  5116.   <VirtualButtonId>353</VirtualButtonId>
  5117.   <StyleId>2</StyleId>
  5118.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5119.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5120.   <w>205</w><h>54</h>                        <!-- width,height -->
  5121.   <Type>2</Type>                            <!-- key up event -->
  5122.   <Reference></Reference>                    <!-- unused for key up -->
  5123. </VirtualButton>
  5124. <VirtualButton>                <!-- VM SKey   2/3   -->
  5125.   <VirtualButtonId>354</VirtualButtonId>
  5126.   <StyleId>2</StyleId>
  5127.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5128.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5129.   <w>206</w><h>54</h>                        <!-- width,height -->
  5130.   <Type>2</Type>                            <!-- key up event -->
  5131.   <Reference></Reference>                    <!-- unused for key up -->
  5132. </VirtualButton>
  5133. <VirtualButton>                <!-- VM SKey   3/3   -->
  5134.   <VirtualButtonId>355</VirtualButtonId>
  5135.   <StyleId>2</StyleId>
  5136.   <x>435</x><y>0</y>                        <!-- untouched x,y -->
  5137.   <TouchX>435</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5138.   <w>205</w><h>54</h>                        <!-- width,height -->
  5139.   <Type>2</Type>                            <!-- key up event -->
  5140.   <Reference></Reference>                    <!-- unused for key up -->
  5141. </VirtualButton>
  5142. <VirtualButton>                <!-- VM SKey   1/4   -->
  5143.   <VirtualButtonId>356</VirtualButtonId>
  5144.   <StyleId>2</StyleId>
  5145.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5146.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5147.   <w>154</w><h>54</h>                        <!-- width,height -->
  5148.   <Type>2</Type>                            <!-- key up event -->
  5149.   <Reference></Reference>                    <!-- unused for key up -->
  5150. </VirtualButton>
  5151. <VirtualButton>                <!-- VM SKey   2/4   -->
  5152.   <VirtualButtonId>357</VirtualButtonId>
  5153.   <StyleId>2</StyleId>
  5154.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5155.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5156.   <w>153</w><h>54</h>                        <!-- width,height -->
  5157.   <Type>2</Type>                            <!-- key up event -->
  5158.   <Reference></Reference>                    <!-- unused for key up -->
  5159. </VirtualButton>
  5160. <VirtualButton>                <!-- VM SKey   3/4   -->
  5161.   <VirtualButtonId>358</VirtualButtonId>
  5162.   <StyleId>2</StyleId>
  5163.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5164.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5165.   <w>153</w><h>54</h>                        <!-- width,height -->
  5166.   <Type>2</Type>                            <!-- key up event -->
  5167.   <Reference></Reference>                    <!-- unused for key up -->
  5168. </VirtualButton>
  5169. <VirtualButton>                <!-- VM SKey   4/4   -->
  5170.   <VirtualButtonId>359</VirtualButtonId>
  5171.   <StyleId>2</StyleId>
  5172.   <x>486</x><y>0</y>                        <!-- untouched x,y -->
  5173.   <TouchX>486</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5174.   <w>154</w><h>54</h>                        <!-- width,height -->
  5175.   <Type>2</Type>                            <!-- key up event -->
  5176.   <Reference></Reference>                    <!-- unused for key up -->
  5177. </VirtualButton>
  5178. <VirtualButton>                <!-- VM SKey < 1/2   -->
  5179.   <VirtualButtonId>360</VirtualButtonId>
  5180.   <StyleId>2</StyleId>
  5181.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5182.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5183.   <w>288</w><h>54</h>                        <!-- width,height -->
  5184.   <Type>2</Type>                            <!-- key up event -->
  5185.   <Reference></Reference>                    <!-- unused for key up -->
  5186. </VirtualButton>
  5187. <VirtualButton>                <!-- VM SKey < 2/2   -->
  5188.   <VirtualButtonId>361</VirtualButtonId>
  5189.   <StyleId>2</StyleId>
  5190.   <x>352</x><y>0</y>                        <!-- untouched x,y -->
  5191.   <TouchX>352</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5192.   <w>288</w><h>54</h>                        <!-- width,height -->
  5193.   <Type>2</Type>                            <!-- key up event -->
  5194.   <Reference></Reference>                    <!-- unused for key up -->
  5195. </VirtualButton>
  5196. <VirtualButton>                <!-- VM SKey < 1/3   -->
  5197.   <VirtualButtonId>362</VirtualButtonId>
  5198.   <StyleId>2</StyleId>
  5199.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5200.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5201.   <w>191</w><h>54</h>                        <!-- width,height -->
  5202.   <Type>2</Type>                            <!-- key up event -->
  5203.   <Reference></Reference>                    <!-- unused for key up -->
  5204. </VirtualButton>
  5205. <VirtualButton>                <!-- VM SKey < 2/3   -->
  5206.   <VirtualButtonId>363</VirtualButtonId>
  5207.   <StyleId>2</StyleId>
  5208.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5209.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5210.   <w>191</w><h>54</h>                        <!-- width,height -->
  5211.   <Type>2</Type>                            <!-- key up event -->
  5212.   <Reference></Reference>                    <!-- unused for key up -->
  5213. </VirtualButton>
  5214. <VirtualButton>                <!-- VM SKey < 3/3   -->
  5215.   <VirtualButtonId>364</VirtualButtonId>
  5216.   <StyleId>2</StyleId>
  5217.   <x>448</x><y>0</y>                        <!-- untouched x,y -->
  5218.   <TouchX>448</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5219.   <w>192</w><h>54</h>                        <!-- width,height -->
  5220.   <Type>2</Type>                            <!-- key up event -->
  5221.   <Reference></Reference>                    <!-- unused for key up -->
  5222. </VirtualButton>
  5223. <VirtualButton>                <!-- VM SKey < 1/4   -->
  5224.   <VirtualButtonId>365</VirtualButtonId>
  5225.   <StyleId>2</StyleId>
  5226.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5227.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5228.   <w>143</w><h>54</h>                        <!-- width,height -->
  5229.   <Type>2</Type>                            <!-- key up event -->
  5230.   <Reference></Reference>                    <!-- unused for key up -->
  5231. </VirtualButton>
  5232. <VirtualButton>                <!-- VM SKey < 2/4   -->
  5233.   <VirtualButtonId>366</VirtualButtonId>
  5234.   <StyleId>2</StyleId>
  5235.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5236.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5237.   <w>143</w><h>54</h>                        <!-- width,height -->
  5238.   <Type>2</Type>                            <!-- key up event -->
  5239.   <Reference></Reference>                    <!-- unused for key up -->
  5240. </VirtualButton>
  5241. <VirtualButton>                <!-- VM SKey < 3/4   -->
  5242.   <VirtualButtonId>367</VirtualButtonId>
  5243.   <StyleId>2</StyleId>
  5244.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5245.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5246.   <w>143</w><h>54</h>                        <!-- width,height -->
  5247.   <Type>2</Type>                            <!-- key up event -->
  5248.   <Reference></Reference>                    <!-- unused for key up -->
  5249. </VirtualButton>
  5250. <VirtualButton>                <!-- VM SKey < 4/4   -->
  5251.   <VirtualButtonId>368</VirtualButtonId>
  5252.   <StyleId>2</StyleId>
  5253.   <x>497</x><y>0</y>                        <!-- untouched x,y -->
  5254.   <TouchX>497</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5255.   <w>143</w><h>54</h>                        <!-- width,height -->
  5256.   <Type>2</Type>                            <!-- key up event -->
  5257.   <Reference></Reference>                    <!-- unused for key up -->
  5258. </VirtualButton>
  5259. <VirtualButton>                <!-- VM SKey   1/2 > -->
  5260.   <VirtualButtonId>369</VirtualButtonId>
  5261.   <StyleId>2</StyleId>
  5262.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5263.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5264.   <w>288</w><h>54</h>                        <!-- width,height -->
  5265.   <Type>2</Type>                            <!-- key up event -->
  5266.   <Reference></Reference>                    <!-- unused for key up -->
  5267. </VirtualButton>
  5268. <VirtualButton>                <!-- VM SKey   2/2 > -->
  5269.   <VirtualButtonId>370</VirtualButtonId>
  5270.   <StyleId>2</StyleId>
  5271.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5272.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5273.   <w>288</w><h>54</h>                        <!-- width,height -->
  5274.   <Type>2</Type>                            <!-- key up event -->
  5275.   <Reference></Reference>                    <!-- unused for key up -->
  5276. </VirtualButton>
  5277. <VirtualButton>                <!-- VM SKey   1/3 > -->
  5278.   <VirtualButtonId>371</VirtualButtonId>
  5279.   <StyleId>2</StyleId>
  5280.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5281.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5282.   <w>192</w><h>54</h>                        <!-- width,height -->
  5283.   <Type>2</Type>                            <!-- key up event -->
  5284.   <Reference></Reference>                    <!-- unused for key up -->
  5285. </VirtualButton>
  5286. <VirtualButton>                <!-- VM SKey   2/3 > -->
  5287.   <VirtualButtonId>372</VirtualButtonId>
  5288.   <StyleId>2</StyleId>
  5289.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5290.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5291.   <w>191</w><h>54</h>                        <!-- width,height -->
  5292.   <Type>2</Type>                            <!-- key up event -->
  5293.   <Reference></Reference>                    <!-- unused for key up -->
  5294. </VirtualButton>
  5295. <VirtualButton>                <!-- VM SKey   3/3 > -->
  5296.   <VirtualButtonId>373</VirtualButtonId>
  5297.   <StyleId>2</StyleId>
  5298.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5299.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5300.   <w>191</w><h>54</h>                        <!-- width,height -->
  5301.   <Type>2</Type>                            <!-- key up event -->
  5302.   <Reference></Reference>                    <!-- unused for key up -->
  5303. </VirtualButton>
  5304. <VirtualButton>                <!-- VM SKey   1/4 > -->
  5305.   <VirtualButtonId>374</VirtualButtonId>
  5306.   <StyleId>2</StyleId>
  5307.   <x>315</x><y>0</y>                        <!-- untouched x,y -->
  5308.   <TouchX>315</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5309.   <w>143</w><h>54</h>                        <!-- width,height -->
  5310.   <Type>2</Type>                            <!-- key up event -->
  5311.   <Reference></Reference>                    <!-- unused for key up -->
  5312. </VirtualButton>
  5313. <VirtualButton>                <!-- VM SKey   2/4 > -->
  5314.   <VirtualButtonId>375</VirtualButtonId>
  5315.   <StyleId>2</StyleId>
  5316.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5317.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5318.   <w>143</w><h>54</h>                        <!-- width,height -->
  5319.   <Type>2</Type>                            <!-- key up event -->
  5320.   <Reference></Reference>                    <!-- unused for key up -->
  5321. </VirtualButton>
  5322. <VirtualButton>                <!-- VM SKey   3/4 > -->
  5323.   <VirtualButtonId>376</VirtualButtonId>
  5324.   <StyleId>2</StyleId>
  5325.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5326.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5327.   <w>143</w><h>54</h>                        <!-- width,height -->
  5328.   <Type>2</Type>                            <!-- key up event -->
  5329.   <Reference></Reference>                    <!-- unused for key up -->
  5330. </VirtualButton>
  5331. <VirtualButton>                <!-- VM SKey   4/4 > -->
  5332.   <VirtualButtonId>377</VirtualButtonId>
  5333.   <StyleId>2</StyleId>
  5334.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5335.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5336.   <w>143</w><h>54</h>                        <!-- width,height -->
  5337.   <Type>2</Type>                            <!-- key up event -->
  5338.   <Reference></Reference>                    <!-- unused for key up -->
  5339. </VirtualButton>
  5340. <VirtualButton>                <!-- VM SKey < 1/2 > -->
  5341.   <VirtualButtonId>378</VirtualButtonId>
  5342.   <StyleId>2</StyleId>
  5343.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5344.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5345.   <w>267</w><h>54</h>                        <!-- width,height -->
  5346.   <Type>2</Type>                            <!-- key up event -->
  5347.   <Reference></Reference>                    <!-- unused for key up -->
  5348. </VirtualButton>
  5349. <VirtualButton>                <!-- VM SKey < 2/2 > -->
  5350.   <VirtualButtonId>379</VirtualButtonId>
  5351.   <StyleId>2</StyleId>
  5352.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5353.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5354.   <w>267</w><h>54</h>                        <!-- width,height -->
  5355.   <Type>2</Type>                            <!-- key up event -->
  5356.   <Reference></Reference>                    <!-- unused for key up -->
  5357. </VirtualButton>
  5358. <VirtualButton>                <!-- VM SKey < 1/3 > -->
  5359.   <VirtualButtonId>380</VirtualButtonId>
  5360.   <StyleId>2</StyleId>
  5361.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5362.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5363.   <w>177</w><h>54</h>                        <!-- width,height -->
  5364.   <Type>2</Type>                            <!-- key up event -->
  5365.   <Reference></Reference>                    <!-- unused for key up -->
  5366. </VirtualButton>
  5367. <VirtualButton>                <!-- VM SKey < 2/3 > -->
  5368.   <VirtualButtonId>381</VirtualButtonId>
  5369.   <StyleId>2</StyleId>
  5370.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5371.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5372.   <w>178</w><h>54</h>                        <!-- width,height -->
  5373.   <Type>2</Type>                            <!-- key up event -->
  5374.   <Reference></Reference>                    <!-- unused for key up -->
  5375. </VirtualButton>
  5376. <VirtualButton>                <!-- VM SKey < 3/3 > -->
  5377.   <VirtualButtonId>382</VirtualButtonId>
  5378.   <StyleId>2</StyleId>
  5379.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5380.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5381.   <w>177</w><h>54</h>                        <!-- width,height -->
  5382.   <Type>2</Type>                            <!-- key up event -->
  5383.   <Reference></Reference>                    <!-- unused for key up -->
  5384. </VirtualButton>
  5385. <VirtualButton>                <!-- VM SKey < 1/4 > -->
  5386.   <VirtualButtonId>383</VirtualButtonId>
  5387.   <StyleId>2</StyleId>
  5388.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5389.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5390.   <w>132</w><h>54</h>                        <!-- width,height -->
  5391.   <Type>2</Type>                            <!-- key up event -->
  5392.   <Reference></Reference>                    <!-- unused for key up -->
  5393. </VirtualButton>
  5394. <VirtualButton>                <!-- VM SKey < 2/4 > -->
  5395.   <VirtualButtonId>384</VirtualButtonId>
  5396.   <StyleId>2</StyleId>
  5397.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5398.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5399.   <w>133</w><h>54</h>                        <!-- width,height -->
  5400.   <Type>2</Type>                            <!-- key up event -->
  5401.   <Reference></Reference>                    <!-- unused for key up -->
  5402. </VirtualButton>
  5403. <VirtualButton>                <!-- VM SKey < 3/4 > -->
  5404.   <VirtualButtonId>385</VirtualButtonId>
  5405.   <StyleId>2</StyleId>
  5406.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5407.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5408.   <w>133</w><h>54</h>                        <!-- width,height -->
  5409.   <Type>2</Type>                            <!-- key up event -->
  5410.   <Reference></Reference>                    <!-- unused for key up -->
  5411. </VirtualButton>
  5412. <VirtualButton>                <!-- VM SKey < 4/4 > -->
  5413.   <VirtualButtonId>386</VirtualButtonId>
  5414.   <StyleId>2</StyleId>
  5415.   <x>341</x><y>0</y>                        <!-- untouched x,y -->
  5416.   <TouchX>341</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5417.   <w>132</w><h>54</h>                        <!-- width,height -->
  5418.   <Type>2</Type>                            <!-- key up event -->
  5419.   <Reference></Reference>                    <!-- unused for key up -->
  5420. </VirtualButton>
  5421. <VirtualButton>                <!-- VM VB for 1st message on screen  -->
  5422.   <VirtualButtonId>387</VirtualButtonId>
  5423.   <StyleId>2</StyleId>
  5424.   <x>73</x><y>1500</y>                        <!-- untouched x,y -->
  5425.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- touched   x,y -->
  5426.   <w>564</w><h>56</h>                        <!-- width,height -->
  5427.   <Type>2</Type>                            <!-- key up event -->
  5428.   <Reference></Reference>                    <!-- unused for key up -->
  5429. </VirtualButton>
  5430. <VirtualButton>                <!-- VM VB for 2nd message on screen -->
  5431.   <VirtualButtonId>388</VirtualButtonId>
  5432.   <StyleId>2</StyleId>
  5433.   <x>73</x><y>1500</y>                        <!-- untouched x,y -->
  5434.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- touched   x,y -->
  5435.   <w>564</w><h>56</h>                        <!-- width,height -->
  5436.   <Type>2</Type>                            <!-- key up event -->
  5437.   <Reference></Reference>                    <!-- unused for key up -->
  5438. </VirtualButton>
  5439. <VirtualButton>                <!-- VM VB for 3rd message on screen -->
  5440.   <VirtualButtonId>389</VirtualButtonId>
  5441.   <StyleId>2</StyleId>
  5442.   <x>73</x><y>1500</y>                        <!-- untouched x,y -->
  5443.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- touched   x,y -->
  5444.   <w>564</w><h>56</h>                        <!-- width,height -->
  5445.   <Type>2</Type>                            <!-- key up event -->
  5446.   <Reference></Reference>                    <!-- unused for key up -->
  5447. </VirtualButton>
  5448. <VirtualButton>                <!-- VM VB for 4th message on screen  -->
  5449.   <VirtualButtonId>390</VirtualButtonId>
  5450.   <StyleId>2</StyleId>
  5451.   <x>73</x><y>1500</y>                        <!-- untouched x,y -->
  5452.   <TouchX>73</TouchX><TouchY>1439</TouchY>    <!-- touched   x,y -->
  5453.   <w>564</w><h>56</h>                        <!-- width,height -->
  5454.   <Type>2</Type>                            <!-- key up event -->
  5455.   <Reference></Reference>                    <!-- unused for key up -->
  5456. </VirtualButton>
  5457. <VirtualButton>                <!-- VM Page Up VB -->
  5458.   <VirtualButtonId>391</VirtualButtonId>
  5459.   <StyleId>3</StyleId>
  5460.   <x>601</x><y>1082</y>                        <!-- untouched x,y -->
  5461.   <TouchX>561</TouchX><TouchY>1082</TouchY>    <!-- touched   x,y -->
  5462.   <w>39</w><h>105</h>                        <!-- width,height -->
  5463.   <Type>2</Type>                            <!-- key up event -->
  5464.   <Reference></Reference>                    <!-- unused for key up -->
  5465. </VirtualButton>
  5466. <VirtualButton>                <!-- VM Page Dn VB -->
  5467.   <VirtualButtonId>392</VirtualButtonId>
  5468.   <StyleId>3</StyleId>
  5469.   <x>481</x><y>1192</y>                        <!-- untouched x,y -->
  5470.   <TouchX>521</TouchX><TouchY>1192</TouchY>    <!-- touched   x,y -->
  5471.   <w>39</w><h>107</h>                        <!-- width,height -->
  5472.   <Type>2</Type>                            <!-- key up event -->
  5473.   <Reference></Reference>                    <!-- unused for key up -->
  5474. </VirtualButton>
  5475. <VirtualButton>                <!-- Application Gallery application button 0 -->
  5476.   <VirtualButtonId>393</VirtualButtonId>
  5477.   <StyleId>2</StyleId>
  5478.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5479.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5480.   <w>246</w><h>62</h>                        <!-- width,height -->
  5481.   <Type>2</Type>                            <!-- key up event -->
  5482.   <Reference></Reference>                    <!-- unused for key up -->
  5483. </VirtualButton>
  5484. <VirtualButton>                <!-- Application Gallery application button 1 -->
  5485.   <VirtualButtonId>394</VirtualButtonId>
  5486.   <StyleId>2</StyleId>
  5487.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5488.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5489.   <w>246</w><h>62</h>                        <!-- width,height -->
  5490.   <Type>2</Type>                            <!-- key up event -->
  5491.   <Reference></Reference>                    <!-- unused for key up -->
  5492. </VirtualButton>
  5493. <VirtualButton>                <!-- Application Gallery application button 2 -->
  5494.   <VirtualButtonId>395</VirtualButtonId>
  5495.   <StyleId>2</StyleId>
  5496.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5497.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5498.   <w>246</w><h>62</h>                        <!-- width,height -->
  5499.   <Type>2</Type>                            <!-- key up event -->
  5500.   <Reference></Reference>                    <!-- unused for key up -->
  5501. </VirtualButton>
  5502. <VirtualButton>                <!-- Application Gallery application button 3 -->
  5503.   <VirtualButtonId>396</VirtualButtonId>
  5504.   <StyleId>2</StyleId>
  5505.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5506.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5507.   <w>246</w><h>62</h>                        <!-- width,height -->
  5508.   <Type>2</Type>                            <!-- key up event -->
  5509.   <Reference></Reference>                    <!-- unused for key up -->
  5510. </VirtualButton>
  5511. <VirtualButton>                <!-- Application Gallery application button 4 -->
  5512.   <VirtualButtonId>397</VirtualButtonId>
  5513.   <StyleId>2</StyleId>
  5514.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5515.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5516.   <w>246</w><h>62</h>                        <!-- width,height -->
  5517.   <Type>2</Type>                            <!-- key up event -->
  5518.   <Reference></Reference>                    <!-- unused for key up -->
  5519. </VirtualButton>
  5520. <VirtualButton>                <!-- Application Gallery application button 5 -->
  5521.   <VirtualButtonId>398</VirtualButtonId>
  5522.   <StyleId>2</StyleId>
  5523.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5524.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5525.   <w>246</w><h>62</h>                        <!-- width,height -->
  5526.   <Type>2</Type>                            <!-- key up event -->
  5527.   <Reference></Reference>                    <!-- unused for key up -->
  5528. </VirtualButton>
  5529. <VirtualButton>                <!-- Application Gallery application button 6 -->
  5530.   <VirtualButtonId>399</VirtualButtonId>
  5531.   <StyleId>2</StyleId>
  5532.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5533.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5534.   <w>246</w><h>62</h>                        <!-- width,height -->
  5535.   <Type>2</Type>                            <!-- key up event -->
  5536.   <Reference></Reference>                    <!-- unused for key up -->
  5537. </VirtualButton>
  5538. <VirtualButton>                <!-- Application Gallery phone options application button (Mute sequence) -->
  5539.   <VirtualButtonId>400</VirtualButtonId>
  5540.   <StyleId>2</StyleId>
  5541.   <x>394</x><y>924</y>                        <!-- untouched x,y -->
  5542.   <TouchX>394</TouchX><TouchY>987</TouchY>    <!-- touched   x,y -->
  5543.   <w>246</w><h>62</h>                        <!-- width,height -->
  5544.   <Type>4</Type>                            <!-- mute sequence -->
  5545.   <Reference>config</Reference>                <!-- local phone config -->
  5546. </VirtualButton>
  5547. <VirtualButton>
  5548.   <VirtualButtonId>401</VirtualButtonId>         <!-- options menu select button 1/8 -->
  5549.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5550.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5551.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5552.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5553.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5554.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5555. </VirtualButton>
  5556. <VirtualButton>
  5557.   <VirtualButtonId>402</VirtualButtonId>         <!-- options menu select button 2/8 -->
  5558.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5559.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5560.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5561.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5562.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5563.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5564. </VirtualButton>
  5565. <VirtualButton>
  5566.   <VirtualButtonId>403</VirtualButtonId>         <!-- options menu select button 3/8 -->
  5567.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5568.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5569.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5570.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5571.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5572.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5573. </VirtualButton>
  5574. <VirtualButton>
  5575.   <VirtualButtonId>404</VirtualButtonId>         <!-- options menu select button 4/8 -->
  5576.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5577.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5578.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5579.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5580.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5581.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5582. </VirtualButton>
  5583. <VirtualButton>
  5584.   <VirtualButtonId>405</VirtualButtonId>         <!-- options menu select button 5/8 -->
  5585.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5586.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5587.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5588.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5589.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5590.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5591. </VirtualButton>
  5592. <VirtualButton>
  5593.   <VirtualButtonId>406</VirtualButtonId>         <!-- options menu select button 6/8 -->
  5594.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5595.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5596.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5597.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5598.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5599.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5600. </VirtualButton>
  5601. <VirtualButton>
  5602.   <VirtualButtonId>407</VirtualButtonId>         <!-- options menu select button 7/8 -->
  5603.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5604.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5605.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5606.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5607.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5608.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5609. </VirtualButton>
  5610. <VirtualButton>
  5611.   <VirtualButtonId>408</VirtualButtonId>         <!-- options menu select button 8/8 -->
  5612.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5613.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5614.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5615.   <w>567</w><h>46</h>                             <!-- w,h of the button -->
  5616.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5617.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5618. </VirtualButton>
  5619. <VirtualButton>                <!-- VM signout virtual button -->
  5620.   <VirtualButtonId>409</VirtualButtonId>
  5621.   <StyleId>5</StyleId>
  5622.   <x>64</x><y>1337</y>                        <!-- untouched x,y -->
  5623.   <TouchX>64</TouchX><TouchY>1308</TouchY>    <!-- touched   x,y -->
  5624.   <w>130</w><h>29</h>                        <!-- width,height -->
  5625.   <Type>2</Type>                            <!-- key up event -->
  5626.   <Reference></Reference>                    <!-- unused for key up -->
  5627. </VirtualButton>
  5628. <VirtualButton>                <!-- VM Play (Pause) Wide -->
  5629.   <VirtualButtonId>410</VirtualButtonId>
  5630.   <StyleId>2</StyleId>
  5631.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5632.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5633.   <w>83</w><h>53</h>                        <!-- width,height -->
  5634.   <Type>2</Type>                            <!-- key up event -->
  5635.   <Reference></Reference>                    <!-- unused for key up -->
  5636. </VirtualButton>
  5637. <VirtualButton>                <!-- VM Back -->
  5638.   <VirtualButtonId>411</VirtualButtonId>
  5639.   <StyleId>3</StyleId>
  5640.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5641.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5642.   <w>54</w><h>53</h>                        <!-- width,height -->
  5643.   <Type>2</Type>                            <!-- key up event -->
  5644.   <Reference></Reference>                    <!-- unused for key up -->
  5645. </VirtualButton>
  5646. <VirtualButton>                <!-- VM Fwd -->
  5647.   <VirtualButtonId>412</VirtualButtonId>
  5648.   <StyleId>3</StyleId>
  5649.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5650.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5651.   <w>54</w><h>53</h>                        <!-- width,height -->
  5652.   <Type>2</Type>                            <!-- key up event -->
  5653.   <Reference></Reference>                    <!-- unused for key up -->
  5654. </VirtualButton>
  5655. <VirtualButton>                <!-- VM Play (Pause) Std -->
  5656.   <VirtualButtonId>413</VirtualButtonId>
  5657.   <StyleId>3</StyleId>
  5658.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5659.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5660.   <w>63</w><h>53</h>                        <!-- width,height -->
  5661.   <Type>2</Type>                            <!-- key up event -->
  5662.   <Reference></Reference>                    <!-- unused for key up -->
  5663. </VirtualButton>
  5664. <VirtualButton>                <!-- VM Stop -->
  5665.   <VirtualButtonId>414</VirtualButtonId>
  5666.   <StyleId>3</StyleId>
  5667.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5668.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5669.   <w>64</w><h>53</h>                        <!-- width,height -->
  5670.   <Type>2</Type>                            <!-- key up event -->
  5671.   <Reference></Reference>                    <!-- unused for key up -->
  5672. </VirtualButton>
  5673. <VirtualButton>                <!-- VM Record -->
  5674.   <VirtualButtonId>415</VirtualButtonId>
  5675.   <StyleId>3</StyleId>
  5676.   <x>331</x><y>0</y>                        <!-- untouched x,y -->
  5677.   <TouchX>331</TouchX><TouchY>55</TouchY>    <!-- touched   x,y -->
  5678.   <w>64</w><h>53</h>                        <!-- width,height -->
  5679.   <Type>2</Type>                            <!-- key up event -->
  5680.   <Reference></Reference>                    <!-- unused for key up -->
  5681. </VirtualButton>
  5682. <VirtualButton>                <!-- VM Compose: Urgent -->
  5683.   <VirtualButtonId>416</VirtualButtonId>
  5684.   <StyleId>3</StyleId>
  5685.   <x>332</x><y>1209</y>                        <!-- untouched x,y -->
  5686.   <TouchX>332</TouchX><TouchY>1236</TouchY>    <!-- touched   x,y -->
  5687.   <w>46</w><h>26</h>                        <!-- width,height -->
  5688.   <Type>2</Type>                            <!-- key up event -->
  5689.   <Reference></Reference>                    <!-- unused for key up -->
  5690. </VirtualButton>
  5691. <VirtualButton>                <!-- VM Compose: Private -->
  5692.   <VirtualButtonId>417</VirtualButtonId>
  5693.   <StyleId>3</StyleId>
  5694.   <x>332</x><y>1209</y>                        <!-- untouched x,y -->
  5695.   <TouchX>332</TouchX><TouchY>1236</TouchY>    <!-- touched   x,y -->
  5696.   <w>46</w><h>26</h>                        <!-- width,height -->
  5697.   <Type>2</Type>                            <!-- key up event -->
  5698.   <Reference></Reference>                    <!-- unused for key up -->
  5699. </VirtualButton>
  5700. <VirtualButton>                <!-- VM Compose: Return Receipt -->
  5701.   <VirtualButtonId>418</VirtualButtonId>
  5702.   <StyleId>3</StyleId>
  5703.   <x>332</x><y>1209</y>                        <!-- untouched x,y -->
  5704.   <TouchX>332</TouchX><TouchY>1236</TouchY>    <!-- touched   x,y -->
  5705.   <w>46</w><h>26</h>                        <!-- width,height -->
  5706.   <Type>2</Type>                            <!-- key up event -->
  5707.   <Reference></Reference>                    <!-- unused for key up -->
  5708. </VirtualButton>
  5709. <VirtualButton>                <!-- VM Compose: Include Original -->
  5710.   <VirtualButtonId>419</VirtualButtonId>
  5711.   <StyleId>3</StyleId>
  5712.   <x>332</x><y>1209</y>                        <!-- untouched x,y -->
  5713.   <TouchX>332</TouchX><TouchY>1236</TouchY>    <!-- touched   x,y -->
  5714.   <w>46</w><h>26</h>                        <!-- width,height -->
  5715.   <Type>2</Type>                            <!-- key up event -->
  5716.   <Reference></Reference>                    <!-- unused for key up -->
  5717. </VirtualButton>
  5718. <VirtualButton>
  5719.   <VirtualButtonId>420</VirtualButtonId>         <!-- options menu hands free entry on button -->
  5720.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5721.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5722.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5723.   <w>73</w><h>46</h>                             <!-- w,h of the button -->
  5724.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5725.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5726. </VirtualButton>
  5727. <VirtualButton>
  5728.   <VirtualButtonId>421</VirtualButtonId>         <!-- options menu hands free entry off button -->
  5729.   <StyleId>3</StyleId>                             <!-- don't care  -->
  5730.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5731.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5732.   <w>73</w><h>46</h>                             <!-- w,h of the button -->
  5733.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5734.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5735. </VirtualButton>
  5736. <VirtualButton>
  5737.   <VirtualButtonId>422</VirtualButtonId>         <!-- program buttons select button screen right buttons 1/5 -->
  5738.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5739.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5740.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5741.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5742.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5743.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5744.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5745. </VirtualButton>
  5746. <VirtualButton>
  5747.   <VirtualButtonId>423</VirtualButtonId>         <!-- program buttons select button screen right buttons 2/5 -->
  5748.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5749.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5750.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5751.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5752.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5753.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5754.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5755. </VirtualButton>
  5756. <VirtualButton>
  5757.   <VirtualButtonId>424</VirtualButtonId>         <!-- program buttons select button screen right buttons 3/5 -->
  5758.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5759.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5760.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5761.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5762.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5763.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5764.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5765. </VirtualButton>
  5766. <VirtualButton>
  5767.   <VirtualButtonId>425</VirtualButtonId>         <!-- program buttons select button screen right buttons 4/5 -->
  5768.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5769.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5770.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5771.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5772.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5773.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5774.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5775. </VirtualButton>
  5776. <VirtualButton>
  5777.   <VirtualButtonId>426</VirtualButtonId>         <!-- program buttons select button screen right buttons 5/5 -->
  5778.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5779.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5780.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5781.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5782.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5783.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5784.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5785. </VirtualButton>
  5786. <VirtualButton>
  5787.   <VirtualButtonId>427</VirtualButtonId>         <!-- program buttons select button screen right buttons 1/6 -->
  5788.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5789.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5790.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5791.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5792.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5793.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5794. </VirtualButton>
  5795. <VirtualButton>
  5796.   <VirtualButtonId>428</VirtualButtonId>         <!-- program buttons select button screen right buttons 2/6 -->
  5797.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5798.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5799.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5800.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5801.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5802.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5803. </VirtualButton>
  5804. <VirtualButton>
  5805.   <VirtualButtonId>429</VirtualButtonId>         <!-- program buttons select button screen right buttons 3/6 -->
  5806.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5807.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5808.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5809.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5810.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5811.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5812. </VirtualButton>
  5813. <VirtualButton>
  5814.   <VirtualButtonId>430</VirtualButtonId>         <!-- program buttons select button screen right buttons 4/6 -->
  5815.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5816.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5817.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5818.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5819.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5820.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5821. </VirtualButton>
  5822. <VirtualButton>
  5823.   <VirtualButtonId>431</VirtualButtonId>         <!-- program buttons select button screen right buttons 5/6 -->
  5824.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5825.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5826.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5827.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5828.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5829.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5830. </VirtualButton>
  5831. <VirtualButton>
  5832.   <VirtualButtonId>432</VirtualButtonId>         <!-- program buttons select button screen right buttons 6/6 -->
  5833.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5834.   <x>424</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  5835.   <TouchX>98</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5836.   <w>216</w><h>58</h>                             <!-- w,h of the button -->
  5837.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5838.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5839. </VirtualButton>
  5840. <VirtualButton>
  5841.   <VirtualButtonId>433</VirtualButtonId>         <!-- program buttons select function screen buttons 1/7 -->
  5842.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5843.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5844.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5845.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5846.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5847.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5848. </VirtualButton>
  5849. <VirtualButton>
  5850.   <VirtualButtonId>434</VirtualButtonId>         <!-- program buttons select function screen buttons 2/7 -->
  5851.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5852.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5853.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5854.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5855.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5856.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5857. </VirtualButton>
  5858. <VirtualButton>
  5859.   <VirtualButtonId>435</VirtualButtonId>         <!-- program buttons select function screen buttons 3/7 -->
  5860.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5861.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5862.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5863.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5864.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5865.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5866. </VirtualButton>
  5867. <VirtualButton>
  5868.   <VirtualButtonId>436</VirtualButtonId>         <!-- program buttons select function screen buttons 4/7 -->
  5869.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5870.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5871.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5872.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5873.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5874.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5875. </VirtualButton>
  5876. <VirtualButton>
  5877.   <VirtualButtonId>437</VirtualButtonId>         <!-- program buttons select function screen buttons 5/7 -->
  5878.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5879.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5880.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5881.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5882.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5883.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5884. </VirtualButton>
  5885. <VirtualButton>
  5886.   <VirtualButtonId>438</VirtualButtonId>         <!-- program buttons select function screen buttons 6/7 -->
  5887.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5888.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5889.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5890.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5891.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5892.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5893. </VirtualButton>
  5894. <VirtualButton>
  5895.   <VirtualButtonId>439</VirtualButtonId>         <!-- program buttons select function screen buttons 7/7 -->
  5896.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5897.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  5898.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5899.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  5900.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5901.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5902. </VirtualButton>
  5903. <VirtualButton>
  5904.   <VirtualButtonId>440</VirtualButtonId>     <!-- program buttons select function screen scroll up button -->
  5905.   <StyleId>3</StyleId>                         <!-- don't care -->
  5906.   <x>601</x><y>1082</y>                        <!-- x,y location to copy from PixMapMgc -->
  5907.   <TouchX>561</TouchX><TouchY>1082</TouchY>    <!-- x,y location to copy touched fromPixMapMgc -->
  5908.   <w>39</w><h>142</h>                         <!-- w,h of the button -->
  5909.   <Type>2</Type>                             <!-- Type of button = key up event -->
  5910.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  5911. </VirtualButton>
  5912. <VirtualButton>
  5913.   <VirtualButtonId>441</VirtualButtonId>     <!-- program buttons select function screen scroll down button -->
  5914.   <StyleId>3</StyleId>                         <!-- don't care -->
  5915.   <x>481</x><y>1156</y>                        <!-- x,y location to copy from PixMapMgc -->
  5916.   <TouchX>521</TouchX><TouchY>1156</TouchY>    <!-- x,y location to copy touched fromPixMapMgc -->
  5917.   <w>39</w><h>142</h>                         <!-- w,h of the button -->
  5918.   <Type>2</Type>                             <!-- Type of button = key up event -->
  5919.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  5920. </VirtualButton>
  5921. <!-- Short Featured Held Call Custom Key Virtual button definitions -->
  5922. <VirtualButton>
  5923.   <VirtualButtonId>442</VirtualButtonId>         <!-- Custom Key 1 - short featured held call -->
  5924.   <StyleId>2</StyleId>                             <!-- don't care -->
  5925.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5926.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5927.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5928.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5929.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5930.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5931. </VirtualButton>
  5932. <VirtualButton>
  5933.   <VirtualButtonId>443</VirtualButtonId>         <!-- Custom Key 2 - short featured held call-->
  5934.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5935.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5936.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5937.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5938.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5939.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5940.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5941. </VirtualButton>
  5942. <VirtualButton>
  5943.   <VirtualButtonId>444</VirtualButtonId>         <!-- Custom Key 3 - short featured held call -->
  5944.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5945.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5946.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5947.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5948.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5949.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5950.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5951. </VirtualButton>
  5952. <VirtualButton>
  5953.   <VirtualButtonId>445</VirtualButtonId>         <!-- Custom Key 4 - short featured held call -->
  5954.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5955.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5956.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5957.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5958.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5959.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5960.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5961. </VirtualButton>
  5962. <VirtualButton>
  5963.   <VirtualButtonId>446</VirtualButtonId>         <!-- Custom Key 5 - short featured held call -->
  5964.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5965.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5966.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5967.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5968.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5969.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5970.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5971. </VirtualButton>
  5972. <VirtualButton>
  5973.   <VirtualButtonId>447</VirtualButtonId>         <!-- Custom Key 6 - short featured held call -->
  5974.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5975.   <FlipPixmap>Horizontal</FlipPixmap>            <!-- flipped horizontally -->
  5976.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5977.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5978.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5979.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5980.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5981. </VirtualButton>
  5982. <VirtualButton>
  5983.   <VirtualButtonId>448</VirtualButtonId>         <!-- Custom Key 7 - short featured held call -->
  5984.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5985.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5986.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5987.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5988.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5989.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5990. </VirtualButton>
  5991. <VirtualButton>
  5992.   <VirtualButtonId>449</VirtualButtonId>         <!-- Custom Key 8 - short featured held call -->
  5993.   <StyleId>2</StyleId>                             <!-- don't care  -->
  5994.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  5995.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  5996.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  5997.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  5998.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  5999. </VirtualButton>
  6000. <VirtualButton>
  6001.   <VirtualButtonId>450</VirtualButtonId>         <!-- Custom Key 9 - short featured held call -->
  6002.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6003.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  6004.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6005.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  6006.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6007.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6008. </VirtualButton>
  6009. <VirtualButton>
  6010.   <VirtualButtonId>451</VirtualButtonId>         <!-- Custom Key 10 - short featured held call -->
  6011.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6012.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  6013.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6014.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  6015.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6016.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6017. </VirtualButton>
  6018. <VirtualButton>
  6019.   <VirtualButtonId>452</VirtualButtonId>         <!-- Custom Key 11 - short featured held call -->
  6020.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6021.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  6022.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6023.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  6024.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6025.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6026. </VirtualButton>
  6027. <VirtualButton>
  6028.   <VirtualButtonId>453</VirtualButtonId>         <!-- Custom Key 12 - short featured held call -->
  6029.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6030.   <x>413</x><y>488</y>                             <!-- x,y location to copy from PixMapMgc -->
  6031.   <TouchX>413</TouchX><TouchY>364</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6032.   <w>182</w><h>62</h>                             <!-- w,h of the button -->
  6033.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6034.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6035. </VirtualButton>
  6036. <VirtualButton>
  6037.   <VirtualButtonId>454</VirtualButtonId>         <!-- CHM Edit Left Button 1 -->
  6038.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6039.   <x>335</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6040.   <TouchX>7</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6041.   <w>260</w><h>58</h>                             <!-- w,h of the button -->
  6042.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6043.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6044. </VirtualButton>
  6045. <VirtualButton>
  6046.   <VirtualButtonId>455</VirtualButtonId>         <!-- CHM Edit Left Button 2 -->
  6047.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6048.   <x>335</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6049.   <TouchX>7</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6050.   <w>260</w><h>58</h>                             <!-- w,h of the button -->
  6051.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6052.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6053. </VirtualButton>
  6054. <VirtualButton>
  6055.   <VirtualButtonId>456</VirtualButtonId>         <!-- CHM Edit Left Button 3 -->
  6056.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6057.   <x>335</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6058.   <TouchX>7</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6059.   <w>260</w><h>58</h>                             <!-- w,h of the button -->
  6060.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6061.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6062. </VirtualButton>
  6063. <VirtualButton>
  6064.   <VirtualButtonId>457</VirtualButtonId>         <!-- CHM Edit Left Button 4 -->
  6065.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6066.   <x>335</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6067.   <TouchX>7</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6068.   <w>260</w><h>58</h>                             <!-- w,h of the button -->
  6069.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6070.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6071. </VirtualButton>
  6072. <VirtualButton>
  6073.   <VirtualButtonId>458</VirtualButtonId>         <!-- CHM Edit Left Button 5 -->
  6074.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6075.   <x>335</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6076.   <TouchX>7</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6077.   <w>260</w><h>58</h>                             <!-- w,h of the button -->
  6078.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6079.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6080. </VirtualButton>
  6081. <VirtualButton>
  6082.   <VirtualButtonId>459</VirtualButtonId>         <!-- CHM Edit Right Button 1 -->
  6083.   <StyleId>3</StyleId>                             <!-- don't care  -->
  6084.   <x>595</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6085.   <TouchX>267</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6086.   <w>45</w><h>58</h>                             <!-- w,h of the button -->
  6087.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6088.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6089. </VirtualButton>
  6090. <VirtualButton>
  6091.   <VirtualButtonId>460</VirtualButtonId>         <!-- CHM Edit Right Button 2 -->
  6092.   <StyleId>3</StyleId>                             <!-- don't care  -->
  6093.   <x>595</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6094.   <TouchX>267</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6095.   <w>45</w><h>58</h>                             <!-- w,h of the button -->
  6096.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6097.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6098. </VirtualButton>
  6099. <VirtualButton>
  6100.   <VirtualButtonId>461</VirtualButtonId>         <!-- CHM Edit Right Button 3 -->
  6101.   <StyleId>3</StyleId>                             <!-- don't care  -->
  6102.   <x>595</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6103.   <TouchX>267</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6104.   <w>45</w><h>58</h>                             <!-- w,h of the button -->
  6105.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6106.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6107. </VirtualButton>
  6108. <VirtualButton>
  6109.   <VirtualButtonId>462</VirtualButtonId>         <!-- CHM Edit Right Button 4 -->
  6110.   <StyleId>3</StyleId>                             <!-- don't care  -->
  6111.   <x>595</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6112.   <TouchX>267</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6113.   <w>45</w><h>58</h>                             <!-- w,h of the button -->
  6114.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6115.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6116. </VirtualButton>
  6117. <VirtualButton>
  6118.   <VirtualButtonId>463</VirtualButtonId>         <!-- CHM Edit Right Button 5 -->
  6119.   <StyleId>3</StyleId>                             <!-- don't care  -->
  6120.   <x>595</x><y>676</y>                             <!-- x,y location to copy from PixMapMgc -->
  6121.   <TouchX>267</TouchX><TouchY>440</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6122.   <w>45</w><h>58</h>                             <!-- w,h of the button -->
  6123.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6124.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6125. </VirtualButton>
  6126. <VirtualButton>                <!-- == CHM Edit popup active btn - CHM Standard == -->
  6127.   <VirtualButtonId>464</VirtualButtonId> 
  6128.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6129.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6130.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6131.   <w>260</w><h>58</h>         <!-- w,h of the button -->
  6132.   <Type>2</Type>             <!-- Type of button = key up event -->
  6133.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6134. </VirtualButton>
  6135. <VirtualButton>                <!-- == CHM Edit popup active btn - In Meeting == -->
  6136.   <VirtualButtonId>465</VirtualButtonId> 
  6137.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6138.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6139.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6140.   <w>260</w><h>58</h>         <!-- w,h of the button -->
  6141.   <Type>2</Type>             <!-- Type of button = key up event -->
  6142.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6143. </VirtualButton>
  6144. <VirtualButton>                <!-- == CHM Edit popup active btn - Out Of Office == -->
  6145.   <VirtualButtonId>466</VirtualButtonId> 
  6146.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6147.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6148.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6149.   <w>260</w><h>58</h>         <!-- w,h of the button -->
  6150.   <Type>2</Type>             <!-- Type of button = key up event -->
  6151.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6152. </VirtualButton>
  6153. <VirtualButton>                <!-- == CHM Edit popup active btn - Extended Absence == -->
  6154.   <VirtualButtonId>467</VirtualButtonId> 
  6155.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6156.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6157.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6158.   <w>260</w><h>58</h>         <!-- w,h of the button -->
  6159.   <Type>2</Type>             <!-- Type of button = key up event -->
  6160.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6161. </VirtualButton>
  6162. <VirtualButton>                <!-- == CHM Edit popup active btn - Custom == -->
  6163.   <VirtualButtonId>468</VirtualButtonId> 
  6164.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6165.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6166.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6167.   <w>260</w><h>58</h>         <!-- w,h of the button -->
  6168.   <Type>2</Type>             <!-- Type of button = key up event -->
  6169.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6170. </VirtualButton>
  6171. <VirtualButton>
  6172.   <VirtualButtonId>469</VirtualButtonId>         <!-- CHM Edit fwd calls active entry button 1 -->
  6173.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6174.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6175.   <TouchX>73</TouchX><TouchY>1378</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6176.   <w>272</w><h>38</h>                             <!-- w,h of the button -->
  6177.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6178.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6179. </VirtualButton>
  6180. <VirtualButton>
  6181.   <VirtualButtonId>470</VirtualButtonId>         <!-- CHM Edit fwd calls active entry button 2 -->
  6182.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6183.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6184.   <TouchX>73</TouchX><TouchY>1378</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6185.   <w>272</w><h>38</h>                             <!-- w,h of the button -->
  6186.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6187.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6188. </VirtualButton>
  6189. <VirtualButton>
  6190.   <VirtualButtonId>471</VirtualButtonId>         <!-- CHM Edit fwd calls active entry button 3 -->
  6191.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6192.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6193.   <TouchX>73</TouchX><TouchY>1378</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6194.   <w>272</w><h>38</h>                             <!-- w,h of the button -->
  6195.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6196.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6197. </VirtualButton>
  6198. <VirtualButton>
  6199.   <VirtualButtonId>472</VirtualButtonId>         <!-- CHM Edit fwd calls button 1 -->
  6200.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6201.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6202.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6203.   <w>272</w><h>38</h>                             <!-- w,h of the button -->
  6204.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6205.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6206. </VirtualButton>
  6207. <VirtualButton>
  6208.   <VirtualButtonId>473</VirtualButtonId>         <!-- CHM Edit fwd calls button 2 -->
  6209.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6210.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6211.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6212.   <w>272</w><h>38</h>                             <!-- w,h of the button -->
  6213.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6214.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6215. </VirtualButton>
  6216. <VirtualButton>
  6217.   <VirtualButtonId>474</VirtualButtonId>         <!-- CHM Edit fwd calls button 3 -->
  6218.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6219.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6220.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6221.   <w>272</w><h>38</h>                             <!-- w,h of the button -->
  6222.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6223.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6224. </VirtualButton>
  6225. <VirtualButton>                <!-- == APP Default 3: CHM Standard == -->
  6226.   <VirtualButtonId>475</VirtualButtonId> 
  6227.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6228.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6229.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6230.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  6231.   <Type>2</Type>             <!-- Type of button = key up event -->
  6232.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6233. </VirtualButton>
  6234. <VirtualButton>                <!-- == APP Default 4: CHM In a Meeting == -->
  6235.   <VirtualButtonId>476</VirtualButtonId> 
  6236.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6237.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6238.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6239.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  6240.   <Type>2</Type>             <!-- Type of button = key up event -->
  6241.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6242. </VirtualButton>
  6243. <VirtualButton>                <!-- == APP Default 3: CHM Out Of Office == -->
  6244.   <VirtualButtonId>477</VirtualButtonId> 
  6245.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6246.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6247.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6248.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  6249.   <Type>2</Type>             <!-- Type of button = key up event -->
  6250.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6251. </VirtualButton>
  6252. <VirtualButton>                <!-- == APP Default 4: CHM Extended Absence == -->
  6253.   <VirtualButtonId>478</VirtualButtonId> 
  6254.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6255.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6256.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6257.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  6258.   <Type>2</Type>             <!-- Type of button = key up event -->
  6259.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6260. </VirtualButton>
  6261. <VirtualButton>                <!-- == APP Default 5: CHM Custom == -->
  6262.   <VirtualButtonId>479</VirtualButtonId> 
  6263.   <StyleId>2</StyleId>        <!-- only 1 style for now  -->
  6264.   <x>7</x><y>440</y>     <!-- x,y location to copy from PixMapMgc -->
  6265.   <TouchX>7</TouchX><TouchY>440</TouchY> <!-- " " " " " touched " " -->
  6266.   <w>305</w><h>58</h>         <!-- w,h of the button -->
  6267.   <Type>2</Type>             <!-- Type of button = key up event -->
  6268.   <Reference></Reference>     <!-- URL or mute sequence (none for key up) -->
  6269. </VirtualButton>
  6270. <VirtualButton>
  6271.   <VirtualButtonId>480</VirtualButtonId>         <!-- program buttons select screen default blue buttons 1/7 -->
  6272.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6273.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6274.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6275.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6276.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6277.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6278. </VirtualButton>
  6279. <VirtualButton>
  6280.   <VirtualButtonId>481</VirtualButtonId>         <!-- program buttons select screen default blue buttons 2/7 -->
  6281.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6282.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6283.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6284.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6285.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6286.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6287. </VirtualButton>
  6288. <VirtualButton>
  6289.   <VirtualButtonId>482</VirtualButtonId>         <!-- program buttons select screen default blue buttons 3/7 -->
  6290.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6291.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6292.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6293.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6294.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6295.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6296. </VirtualButton>
  6297. <VirtualButton>
  6298.   <VirtualButtonId>483</VirtualButtonId>         <!-- program buttons select screen default blue buttons 4/7 -->
  6299.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6300.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6301.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6302.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6303.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6304.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6305. </VirtualButton>
  6306. <VirtualButton>
  6307.   <VirtualButtonId>484</VirtualButtonId>         <!-- program buttons select screen default blue buttons 5/7 -->
  6308.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6309.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6310.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6311.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6312.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6313.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6314. </VirtualButton>
  6315. <VirtualButton>
  6316.   <VirtualButtonId>485</VirtualButtonId>         <!-- program buttons select screen default blue buttons 6/7 -->
  6317.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6318.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6319.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6320.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6321.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6322.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6323. </VirtualButton>
  6324. <VirtualButton>
  6325.   <VirtualButtonId>486</VirtualButtonId>         <!-- program buttons select screen default blue buttons 7/7 -->
  6326.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6327.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6328.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6329.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6330.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6331.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6332. </VirtualButton>
  6333. <VirtualButton>
  6334.   <VirtualButtonId>487</VirtualButtonId>         <!-- program buttons select screen default blue buttons 1/4 -->
  6335.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6336.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6337.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6338.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  6339.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6340.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6341. </VirtualButton>
  6342. <VirtualButton>
  6343.   <VirtualButtonId>488</VirtualButtonId>         <!-- program buttons select screen default blue buttons 2/4 -->
  6344.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6345.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6346.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6347.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  6348.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6349.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6350. </VirtualButton>
  6351. <VirtualButton>
  6352.   <VirtualButtonId>489</VirtualButtonId>         <!-- program buttons select screen default blue buttons 3/4 -->
  6353.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6354.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6355.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6356.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  6357.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6358.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6359. </VirtualButton>
  6360. <VirtualButton>
  6361.   <VirtualButtonId>490</VirtualButtonId>         <!-- program buttons select screen default blue buttons 4/4 -->
  6362.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6363.   <x>73</x><y>1378</y>                             <!-- x,y location to copy from PixMapMgc -->
  6364.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6365.   <w>233</w><h>38</h>                             <!-- w,h of the button -->
  6366.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6367.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6368. </VirtualButton>
  6369. <VirtualButton>
  6370.   <VirtualButtonId>491</VirtualButtonId>     <!-- program buttons select screen scroll up button -->
  6371.   <StyleId>3</StyleId>                         <!-- don't care -->
  6372.   <x>601</x><y>1082</y>                        <!-- x,y location to copy from PixMapMgc -->
  6373.   <TouchX>561</TouchX><TouchY>1082</TouchY>    <!-- x,y location to copy touched fromPixMapMgc -->
  6374.   <w>39</w><h>77</h>                         <!-- w,h of the button -->
  6375.   <Type>2</Type>                             <!-- Type of button = key up event -->
  6376.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  6377. </VirtualButton>
  6378. <VirtualButton>
  6379.   <VirtualButtonId>492</VirtualButtonId>     <!-- program buttons select screen scroll down button -->
  6380.   <StyleId>3</StyleId>                         <!-- don't care -->
  6381.   <x>481</x><y>1223</y>                        <!-- x,y location to copy from PixMapMgc -->
  6382.   <TouchX>521</TouchX><TouchY>1223</TouchY>    <!-- x,y location to copy touched fromPixMapMgc -->
  6383.   <w>39</w><h>76</h>                         <!-- w,h of the button -->
  6384.   <Type>2</Type>                             <!-- Type of button = key up event -->
  6385.   <Reference></Reference>                     <!-- URL or mute sequence (none for key up) -->
  6386. </VirtualButton>
  6387. <VirtualButton>
  6388.   <VirtualButtonId>493</VirtualButtonId>         <!-- program buttons select function screen buttons 1/7 -->
  6389.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6390.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6391.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6392.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6393.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6394.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6395. </VirtualButton>
  6396. <VirtualButton>
  6397.   <VirtualButtonId>494</VirtualButtonId>         <!-- program buttons select function screen buttons 2/7 -->
  6398.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6399.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6400.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6401.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6402.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6403.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6404. </VirtualButton>
  6405. <VirtualButton>
  6406.   <VirtualButtonId>495</VirtualButtonId>         <!-- program buttons select function screen buttons 3/7 -->
  6407.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6408.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6409.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6410.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6411.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6412.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6413. </VirtualButton>
  6414. <VirtualButton>
  6415.   <VirtualButtonId>496</VirtualButtonId>         <!-- program buttons select function screen buttons 4/7 -->
  6416.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6417.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6418.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6419.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6420.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6421.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6422. </VirtualButton>
  6423. <VirtualButton>
  6424.   <VirtualButtonId>497</VirtualButtonId>         <!-- program buttons select function screen buttons 5/7 -->
  6425.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6426.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6427.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6428.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6429.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6430.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6431. </VirtualButton>
  6432. <VirtualButton>
  6433.   <VirtualButtonId>498</VirtualButtonId>         <!-- program buttons select function screen buttons 6/7 -->
  6434.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6435.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6436.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6437.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6438.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6439.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6440. </VirtualButton>
  6441. <VirtualButton>
  6442.   <VirtualButtonId>499</VirtualButtonId>         <!-- program buttons select function screen buttons 7/7 -->
  6443.   <StyleId>2</StyleId>                             <!-- don't care  -->
  6444.   <x>73</x><y>1500</y>                             <!-- x,y location to copy from PixMapMgc -->
  6445.   <TouchX>73</TouchX><TouchY>1439</TouchY>         <!-- x,y location to copy touched fromPixMapMgc -->
  6446.   <w>567</w><h>40</h>                             <!-- w,h of the button -->
  6447.   <Type>2</Type>                                 <!-- Type of button = key up event -->
  6448.   <Reference></Reference>                         <!-- URL or mute sequence (none for key up) -->
  6449. </VirtualButton>
  6450. <!--#:# 9 Italian -->
  6451. <VirtualButtonGroup>        <!-- alpha keyset group -->
  6452. <VirtualButtonGroupId>1</VirtualButtonGroupId>
  6453. <GroupMember>
  6454.   <VirtualButtonId>249</VirtualButtonId>    <!-- Q key -->
  6455.   <x>70</x><y>4</y>                <!-- Location of Button Relative to Group Origin -->
  6456. </GroupMember>
  6457. <GroupMember>
  6458.   <VirtualButtonId>255</VirtualButtonId>    <!-- W key -->
  6459.   <x>118</x><y>4</y>                <!-- Location of Button Relative to Group Origin -->
  6460. </GroupMember>
  6461. <GroupMember>
  6462.   <VirtualButtonId>237</VirtualButtonId>    <!-- E key -->
  6463.   <x>166</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6464. </GroupMember>
  6465. <GroupMember>
  6466.   <VirtualButtonId>250</VirtualButtonId>    <!-- R key -->
  6467.   <x>214</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6468. </GroupMember>
  6469. <GroupMember>
  6470.   <VirtualButtonId>252</VirtualButtonId>    <!-- T key -->
  6471.   <x>262</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6472. </GroupMember>
  6473. <GroupMember>
  6474.   <VirtualButtonId>257</VirtualButtonId>    <!-- Y key -->
  6475.   <x>310</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6476. </GroupMember>
  6477. <GroupMember>
  6478.   <VirtualButtonId>253</VirtualButtonId>    <!-- U key -->
  6479.   <x>358</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6480. </GroupMember>
  6481. <GroupMember>
  6482.   <VirtualButtonId>241</VirtualButtonId>    <!-- I key -->
  6483.   <x>406</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6484. </GroupMember>
  6485. <GroupMember>
  6486.   <VirtualButtonId>247</VirtualButtonId>    <!-- O key -->
  6487.   <x>454</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6488. </GroupMember>
  6489. <GroupMember>
  6490.   <VirtualButtonId>248</VirtualButtonId>    <!-- P key -->
  6491.   <x>502</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6492. </GroupMember>
  6493. <GroupMember>
  6494.   <VirtualButtonId>335</VirtualButtonId>    <!-- Alt key -->
  6495.   <x>34</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6496. </GroupMember>
  6497. <GroupMember>
  6498.   <VirtualButtonId>233</VirtualButtonId>    <!-- A key -->
  6499.   <x>95</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6500. </GroupMember>
  6501. <GroupMember>
  6502.   <VirtualButtonId>251</VirtualButtonId>    <!-- S key -->
  6503.   <x>143</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6504. </GroupMember>
  6505. <GroupMember>
  6506.   <VirtualButtonId>236</VirtualButtonId>    <!-- D key -->
  6507.   <x>191</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6508. </GroupMember>
  6509. <GroupMember>
  6510.   <VirtualButtonId>238</VirtualButtonId>    <!-- F key -->
  6511.   <x>239</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6512. </GroupMember>
  6513. <GroupMember>
  6514.   <VirtualButtonId>239</VirtualButtonId>    <!-- G key -->
  6515.   <x>287</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6516. </GroupMember>
  6517. <GroupMember>
  6518.   <VirtualButtonId>240</VirtualButtonId>    <!-- H key -->
  6519.   <x>335</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6520. </GroupMember>
  6521. <GroupMember>
  6522.   <VirtualButtonId>242</VirtualButtonId>    <!-- J key -->
  6523.   <x>383</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6524. </GroupMember>
  6525. <GroupMember>
  6526.   <VirtualButtonId>243</VirtualButtonId>    <!-- K key -->
  6527.   <x>431</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6528. </GroupMember>
  6529. <GroupMember>
  6530.   <VirtualButtonId>244</VirtualButtonId>    <!-- L key -->
  6531.   <x>479</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6532. </GroupMember>
  6533. <GroupMember>
  6534.   <VirtualButtonId>334</VirtualButtonId>    <!-- Shift key -->
  6535.   <x>11</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6536. </GroupMember>
  6537. <GroupMember>
  6538.   <VirtualButtonId>336</VirtualButtonId>    <!-- Backspace key -->
  6539.   <x>527</x><y>49</y>           <!-- Location of Button Relative to Group Origin -->
  6540. </GroupMember>
  6541. <GroupMember>
  6542.   <VirtualButtonId>258</VirtualButtonId>    <!-- Z key -->
  6543.   <x>118</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6544. </GroupMember>
  6545. <GroupMember>
  6546.   <VirtualButtonId>256</VirtualButtonId>    <!-- X key -->
  6547.   <x>166</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6548. </GroupMember>
  6549. <GroupMember>
  6550.   <VirtualButtonId>235</VirtualButtonId>    <!-- C key -->
  6551.   <x>214</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6552. </GroupMember>
  6553. <GroupMember>
  6554.   <VirtualButtonId>254</VirtualButtonId>    <!-- V key -->
  6555.   <x>262</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6556. </GroupMember>
  6557. <GroupMember>
  6558.   <VirtualButtonId>234</VirtualButtonId>    <!-- B key -->
  6559.   <x>310</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6560. </GroupMember>
  6561. <GroupMember>
  6562.   <VirtualButtonId>246</VirtualButtonId>    <!-- N key -->
  6563.   <x>358</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6564. </GroupMember>
  6565. <GroupMember>
  6566.   <VirtualButtonId>245</VirtualButtonId>    <!-- M key -->
  6567.   <x>406</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6568. </GroupMember>
  6569. <GroupMember>
  6570.   <VirtualButtonId>214</VirtualButtonId>    <!-- . key -->
  6571.   <x>454</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6572. </GroupMember>
  6573. <GroupMember>
  6574.   <VirtualButtonId>200</VirtualButtonId>    <!-- Space key -->
  6575.   <x>502</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6576. </GroupMember>
  6577. </VirtualButtonGroup>
  6578. <VirtualButtonGroup>        <!-- numeric keyset group -->
  6579. <VirtualButtonGroupId>2</VirtualButtonGroupId>
  6580. <GroupMember>
  6581.   <VirtualButtonId>217</VirtualButtonId>    <!-- 1 key -->
  6582.   <x>70</x><y>4</y>                <!-- Location of Button Relative to Group Origin -->
  6583. </GroupMember>
  6584. <GroupMember>
  6585.   <VirtualButtonId>218</VirtualButtonId>    <!-- 2 key -->
  6586.   <x>118</x><y>4</y>                <!-- Location of Button Relative to Group Origin -->
  6587. </GroupMember>
  6588. <GroupMember>
  6589.   <VirtualButtonId>219</VirtualButtonId>    <!-- 3 key -->
  6590.   <x>166</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6591. </GroupMember>
  6592. <GroupMember>
  6593.   <VirtualButtonId>220</VirtualButtonId>    <!-- 4 key -->
  6594.   <x>214</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6595. </GroupMember>
  6596. <GroupMember>
  6597.   <VirtualButtonId>221</VirtualButtonId>    <!-- 5 key -->
  6598.   <x>262</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6599. </GroupMember>
  6600. <GroupMember>
  6601.   <VirtualButtonId>222</VirtualButtonId>    <!-- 6 key -->
  6602.   <x>310</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6603. </GroupMember>
  6604. <GroupMember>
  6605.   <VirtualButtonId>223</VirtualButtonId>    <!-- 7 key -->
  6606.   <x>358</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6607. </GroupMember>
  6608. <GroupMember>
  6609.   <VirtualButtonId>224</VirtualButtonId>    <!-- 8 key -->
  6610.   <x>406</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6611. </GroupMember>
  6612. <GroupMember>
  6613.   <VirtualButtonId>225</VirtualButtonId>    <!-- 9 key -->
  6614.   <x>454</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6615. </GroupMember>
  6616. <GroupMember>
  6617.   <VirtualButtonId>216</VirtualButtonId>    <!-- 0 key -->
  6618.   <x>502</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6619. </GroupMember>
  6620. <GroupMember>
  6621.   <VirtualButtonId>335</VirtualButtonId>    <!-- Alt key -->
  6622.   <x>34</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6623. </GroupMember>
  6624. <GroupMember>
  6625.   <VirtualButtonId>301</VirtualButtonId>    <!-- A with Acute Accent key -->
  6626.   <x>95</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6627. </GroupMember>
  6628. <GroupMember>
  6629.   <VirtualButtonId>300</VirtualButtonId>    <!-- A with Grave Accent key -->
  6630.   <x>143</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6631. </GroupMember>
  6632. <GroupMember>
  6633.   <VirtualButtonId>302</VirtualButtonId>    <!-- A with Circumflex key -->
  6634.   <x>191</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6635. </GroupMember>
  6636. <GroupMember>
  6637.   <VirtualButtonId>304</VirtualButtonId>    <!-- A with diaeresis key -->
  6638.   <x>239</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6639. </GroupMember>
  6640. <GroupMember>
  6641.   <VirtualButtonId>303</VirtualButtonId>    <!-- A with tilde key -->
  6642.   <x>287</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6643. </GroupMember>
  6644. <GroupMember>
  6645.   <VirtualButtonId>305</VirtualButtonId>    <!-- A with ring key -->
  6646.   <x>335</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6647. </GroupMember>
  6648. <GroupMember>
  6649.   <VirtualButtonId>306</VirtualButtonId>    <!-- AE key -->
  6650.   <x>383</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6651. </GroupMember>
  6652. <GroupMember>
  6653.   <VirtualButtonId>307</VirtualButtonId>    <!-- C with cedilla key -->
  6654.   <x>431</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6655. </GroupMember>
  6656. <GroupMember>
  6657.   <VirtualButtonId>309</VirtualButtonId>    <!-- E with acute key -->
  6658.   <x>479</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6659. </GroupMember>
  6660. <GroupMember>
  6661.   <VirtualButtonId>334</VirtualButtonId>    <!-- Shift key -->
  6662.   <x>11</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6663. </GroupMember>
  6664. <GroupMember>
  6665.   <VirtualButtonId>336</VirtualButtonId>    <!-- Backspace key -->
  6666.   <x>527</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6667. </GroupMember>
  6668. <GroupMember>
  6669.   <VirtualButtonId>308</VirtualButtonId>    <!-- E with grave key -->
  6670.   <x>118</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6671. </GroupMember>
  6672. <GroupMember>
  6673.   <VirtualButtonId>310</VirtualButtonId>    <!-- E with circumflex key -->
  6674.   <x>166</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6675. </GroupMember>
  6676. <GroupMember>
  6677.   <VirtualButtonId>313</VirtualButtonId>    <!-- I with acute accent key -->
  6678.   <x>214</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6679. </GroupMember>
  6680. <GroupMember>
  6681.   <VirtualButtonId>317</VirtualButtonId>    <!-- N with tidle key -->
  6682.   <x>262</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6683. </GroupMember>
  6684. <GroupMember>
  6685.   <VirtualButtonId>319</VirtualButtonId>    <!-- O with acute accent key -->
  6686.   <x>310</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6687. </GroupMember>
  6688. <GroupMember>
  6689.   <VirtualButtonId>318</VirtualButtonId>    <!-- O with grave accent key -->
  6690.   <x>358</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6691. </GroupMember>
  6692. <GroupMember>
  6693.   <VirtualButtonId>320</VirtualButtonId>    <!-- O with circumflex key -->
  6694.   <x>406</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6695. </GroupMember>
  6696. <GroupMember>
  6697.   <VirtualButtonId>322</VirtualButtonId>    <!-- O with diaeresis key -->
  6698.   <x>454</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6699. </GroupMember>
  6700. <GroupMember>
  6701.   <VirtualButtonId>200</VirtualButtonId>    <!-- Space key -->
  6702.   <x>502</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6703. </GroupMember>
  6704. </VirtualButtonGroup>
  6705. <VirtualButtonGroup>        <!-- symbol keyset group -->
  6706. <VirtualButtonGroupId>3</VirtualButtonGroupId>
  6707. <GroupMember>
  6708.   <VirtualButtonId>207</VirtualButtonId>    <!-- ' key -->
  6709.   <x>70</x><y>4</y>                <!-- Location of Button Relative to Group Origin -->
  6710. </GroupMember>
  6711. <GroupMember>
  6712.   <VirtualButtonId>202</VirtualButtonId>    <!-- " key -->
  6713.   <x>118</x><y>4</y>                <!-- Location of Button Relative to Group Origin -->
  6714. </GroupMember>
  6715. <GroupMember>
  6716.   <VirtualButtonId>279</VirtualButtonId>    <!-- left double angle quotes key -->
  6717.   <x>166</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6718. </GroupMember>
  6719. <GroupMember>
  6720.   <VirtualButtonId>295</VirtualButtonId>    <!-- right double angle quotes key -->
  6721.   <x>214</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6722. </GroupMember>
  6723. <GroupMember>
  6724.   <VirtualButtonId>208</VirtualButtonId>    <!-- left parenthesis key -->
  6725.   <x>262</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6726. </GroupMember>
  6727. <GroupMember>
  6728.   <VirtualButtonId>209</VirtualButtonId>    <!-- right parenthesis key -->
  6729.   <x>310</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6730. </GroupMember>
  6731. <GroupMember>
  6732.   <VirtualButtonId>213</VirtualButtonId>    <!-- minus sign key -->
  6733.   <x>358</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6734. </GroupMember>
  6735. <GroupMember>
  6736.   <VirtualButtonId>263</VirtualButtonId>    <!-- underscore sign key -->
  6737.   <x>406</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6738. </GroupMember>
  6739. <GroupMember>
  6740.   <VirtualButtonId>211</VirtualButtonId>    <!-- plus sign key -->
  6741.   <x>454</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6742. </GroupMember>
  6743. <GroupMember>
  6744.   <VirtualButtonId>260</VirtualButtonId>    <!-- backslash key -->
  6745.   <x>502</x><y>4</y>            <!-- Location of Button Relative to Group Origin -->
  6746. </GroupMember>
  6747. <GroupMember>
  6748.   <VirtualButtonId>335</VirtualButtonId>    <!-- Alt key -->
  6749.   <x>34</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6750. </GroupMember>
  6751. <GroupMember>
  6752.   <VirtualButtonId>321</VirtualButtonId>    <!-- O with Tilde key -->
  6753.   <x>95</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6754. </GroupMember>
  6755. <GroupMember>
  6756.   <VirtualButtonId>324</VirtualButtonId>    <!-- O with slash key -->
  6757.   <x>143</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6758. </GroupMember>
  6759. <GroupMember>
  6760.   <VirtualButtonId>331</VirtualButtonId>    <!-- sharp s sign -->
  6761.   <x>191</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6762. </GroupMember>
  6763. <GroupMember>
  6764.   <VirtualButtonId>326</VirtualButtonId>    <!-- U with acute key -->
  6765.   <x>239</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6766. </GroupMember>
  6767. <GroupMember>
  6768.   <VirtualButtonId>325</VirtualButtonId>    <!-- U with grave key -->
  6769.   <x>287</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6770. </GroupMember>
  6771. <GroupMember>
  6772.   <VirtualButtonId>327</VirtualButtonId>    <!-- U with circumflex key -->
  6773.   <x>335</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6774. </GroupMember>
  6775. <GroupMember>
  6776.   <VirtualButtonId>328</VirtualButtonId>    <!-- U with diaeresis -->
  6777.   <x>383</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6778. </GroupMember>
  6779. <GroupMember>
  6780.   <VirtualButtonId>333</VirtualButtonId>    <!-- small y with diaeresis key -->
  6781.   <x>431</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6782. </GroupMember>
  6783. <GroupMember>
  6784.   <VirtualButtonId>227</VirtualButtonId>    <!-- semicolon key -->
  6785.   <x>479</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6786. </GroupMember>
  6787. <GroupMember>
  6788.   <VirtualButtonId>334</VirtualButtonId>    <!-- Shift key -->
  6789.   <x>11</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6790. </GroupMember>
  6791. <GroupMember>
  6792.   <VirtualButtonId>336</VirtualButtonId>    <!-- Backspace key -->
  6793.   <x>527</x><y>49</y>            <!-- Location of Button Relative to Group Origin -->
  6794. </GroupMember>
  6795. <GroupMember>
  6796.   <VirtualButtonId>212</VirtualButtonId>    <!-- Comma key -->
  6797.   <x>118</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6798. </GroupMember>
  6799. <GroupMember>
  6800.   <VirtualButtonId>231</VirtualButtonId>    <!-- Question mark key -->
  6801.   <x>166</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6802. </GroupMember>
  6803. <GroupMember>
  6804.   <VirtualButtonId>299</VirtualButtonId>    <!-- Inverted question mark key -->
  6805.   <x>214</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6806. </GroupMember>
  6807. <GroupMember>
  6808.   <VirtualButtonId>201</VirtualButtonId>    <!-- exclamation mark key -->
  6809.   <x>262</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6810. </GroupMember>
  6811. <GroupMember>
  6812.   <VirtualButtonId>232</VirtualButtonId>    <!-- at sign key @ -->
  6813.   <x>310</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6814. </GroupMember>
  6815. <GroupMember>
  6816.   <VirtualButtonId>205</VirtualButtonId>    <!-- percent key -->
  6817.   <x>358</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6818. </GroupMember>
  6819. <GroupMember>
  6820.   <VirtualButtonId>210</VirtualButtonId>    <!-- asterisk key -->
  6821.   <x>406</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6822. </GroupMember>
  6823. <GroupMember>
  6824.   <VirtualButtonId>203</VirtualButtonId>    <!-- number sign key -->
  6825.   <x>454</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6826. </GroupMember>
  6827. <GroupMember>
  6828.   <VirtualButtonId>200</VirtualButtonId>    <!-- Space key -->
  6829.   <x>502</x><y>94</y>            <!-- Location of Button Relative to Group Origin -->
  6830. </GroupMember>
  6831. </VirtualButtonGroup>
  6832. <!--#:# 0 resume content for all -->
  6833. <AnimatedPixmap>
  6834.   <AnimatedPixmapId>1</AnimatedPixmapId> <!-- XI_CIDLE: call appearance - idle -->
  6835.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6836.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6837.   <x1>36</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  6838.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6839.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6840.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6841.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6842.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6843. </AnimatedPixmap>
  6844. <AnimatedPixmap>
  6845.   <AnimatedPixmapId>2</AnimatedPixmapId> <!-- XI_COH: call appearance - off hook -->
  6846.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6847.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6848.   <x1>1</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  6849.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6850.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6851.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6852.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6853.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6854. </AnimatedPixmap>
  6855. <AnimatedPixmap>
  6856.   <AnimatedPixmapId>3</AnimatedPixmapId> <!-- XI_CIDND: call appearance - idle/dnd -->
  6857.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6858.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6859.   <x1>72</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  6860.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6861.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6862.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6863.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6864.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6865. </AnimatedPixmap>
  6866. <AnimatedPixmap>
  6867.   <AnimatedPixmapId>4</AnimatedPixmapId> <!-- XI_COFG: call appearance - offering -->
  6868.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6869.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  6870.   <x1>106</x1><y1>882</y1>    <!-- Location of first frame in source image -->
  6871.   <x2>141</x2><y2>882</y2>    <!-- Location of second frame in source image -->
  6872.   <x3>176</x3><y3>882</y3>    <!-- Location of third frame in source image -->
  6873.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6874.   <TimeMs>350</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6875.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6876. </AnimatedPixmap>
  6877. <AnimatedPixmap>
  6878.   <AnimatedPixmapId>5</AnimatedPixmapId> <!-- XI_CCALL: call appearance - on a call -->
  6879.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6880.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6881.   <x1>1</x1><y1>845</y1>    <!-- Location of first frame in source image -->
  6882.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6883.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6884.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6885.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6886.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6887. </AnimatedPixmap>
  6888. <AnimatedPixmap>
  6889.   <AnimatedPixmapId>6</AnimatedPixmapId> <!-- XI_CCONF: call appearance - on a conf call -->
  6890.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6891.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6892.   <x1>36</x1><y1>845</y1>    <!-- Location of first frame in source image -->
  6893.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6894.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6895.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6896.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6897.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6898. </AnimatedPixmap>
  6899. <AnimatedPixmap>
  6900.   <AnimatedPixmapId>7</AnimatedPixmapId> <!-- XI_CHOLD: call appearance - call on hold -->
  6901.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6902.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  6903.   <x1>1</x1><y1>919</y1>    <!-- Location of first frame in source image -->
  6904.   <x2>36</x2><y2>919</y2>    <!-- Location of second frame in source image -->
  6905.   <x3>71</x3><y3>919</y3>    <!-- Location of third frame in source image -->
  6906.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6907.   <TimeMs>350</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6908.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6909. </AnimatedPixmap>
  6910. <AnimatedPixmap>
  6911.   <AnimatedPixmapId>8</AnimatedPixmapId> <!-- XI_CRH: call appearance - remote end on hold -->
  6912.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6913.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  6914.   <x1>1</x1><y1>882</y1>    <!-- Location of first frame in source image -->
  6915.   <x2>36</x2><y2>882</y2>    <!-- Location of second frame in source image -->
  6916.   <x3>71</x3><y3>882</y3>    <!-- Location of third frame in source image -->
  6917.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6918.   <TimeMs>350</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6919.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6920. </AnimatedPixmap>
  6921. <AnimatedPixmap>
  6922.   <AnimatedPixmapId>9</AnimatedPixmapId> <!-- XI_CWPG: call appearance - whisper page -->
  6923.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6924.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6925.   <x1>71</x1><y1>845</y1>    <!-- Location of first frame in source image -->
  6926.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6927.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6928.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6929.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6930.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6931. </AnimatedPixmap>
  6932. <AnimatedPixmap>
  6933.   <AnimatedPixmapId>10</AnimatedPixmapId> <!-- XI_CMUTE: call appearance - on a call, muted -->
  6934.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6935.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6936.   <x1>71</x1><y1>808</y1>    <!-- Location of first frame in source image -->
  6937.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6938.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6939.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6940.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6941.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6942. </AnimatedPixmap>
  6943. <AnimatedPixmap>
  6944.   <AnimatedPixmapId>11</AnimatedPixmapId> <!-- XI_MB: monitored ext - blank -->
  6945.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6946.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6947.   <x1>176</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  6948.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6949.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6950.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6951.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6952.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6953. </AnimatedPixmap>
  6954. <AnimatedPixmap>
  6955.   <AnimatedPixmapId>12</AnimatedPixmapId> <!-- XI_MI: monitored ext - idle -->
  6956.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6957.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6958.   <x1>1</x1><y1>808</y1>    <!-- Location of first frame in source image -->
  6959.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6960.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6961.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6962.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6963.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6964. </AnimatedPixmap>
  6965. <AnimatedPixmap>
  6966.   <AnimatedPixmapId>13</AnimatedPixmapId> <!-- XI_MIDND: monitored ext - idle/dnd -->
  6967.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6968.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6969.   <x1>36</x1><y1>808</y1>    <!-- Location of first frame in source image -->
  6970.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6971.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6972.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6973.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6974.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6975. </AnimatedPixmap>
  6976. <AnimatedPixmap>
  6977.   <AnimatedPixmapId>14</AnimatedPixmapId> <!-- XI_MVM: monitored ext - voicemail -->
  6978.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6979.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6980.   <x1>106</x1><y1>808</y1>    <!-- Location of first frame in source image -->
  6981.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6982.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6983.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6984.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6985.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6986. </AnimatedPixmap>
  6987. <AnimatedPixmap>
  6988.   <AnimatedPixmapId>15</AnimatedPixmapId> <!-- XI_MVMD: monitored ext - voicemail/dnd -->
  6989.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  6990.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  6991.   <x1>141</x1><y1>808</y1>    <!-- Location of first frame in source image -->
  6992.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  6993.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  6994.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  6995.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  6996.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  6997. </AnimatedPixmap>
  6998. <AnimatedPixmap>
  6999.   <AnimatedPixmapId>16</AnimatedPixmapId> <!-- XI_MOFG: monitored ext - call offering -->
  7000.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7001.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  7002.   <x1>106</x1><y1>882</y1>    <!-- Location of first frame in source image -->
  7003.   <x2>141</x2><y2>882</y2>    <!-- Location of second frame in source image -->
  7004.   <x3>176</x3><y3>882</y3>    <!-- Location of third frame in source image -->
  7005.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7006.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7007.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7008. </AnimatedPixmap>
  7009. <AnimatedPixmap>
  7010.   <AnimatedPixmapId>17</AnimatedPixmapId> <!-- XI_MCALL: monitored ext - on a call -->
  7011.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7012.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7013.   <x1>106</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  7014.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7015.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7016.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7017.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7018.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7019. </AnimatedPixmap>
  7020. <AnimatedPixmap>
  7021.   <AnimatedPixmapId>18</AnimatedPixmapId> <!-- XI_MCO: monitored ext - on a call and offering -->
  7022.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7023.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  7024.   <x1>106</x1><y1>919</y1>    <!-- Location of first frame in source image -->
  7025.   <x2>141</x2><y2>919</y2>    <!-- Location of second frame in source image -->
  7026.   <x3>176</x3><y3>919</y3>    <!-- Location of third frame in source image -->
  7027.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7028.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7029.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7030. </AnimatedPixmap>
  7031. <AnimatedPixmap>
  7032.   <AnimatedPixmapId>19</AnimatedPixmapId> <!-- XI_MCONF: monitored ext - on a conference call -->
  7033.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7034.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7035.   <x1>141</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  7036.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7037.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7038.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7039.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7040.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7041. </AnimatedPixmap>
  7042. <AnimatedPixmap>
  7043.   <AnimatedPixmapId>20</AnimatedPixmapId> <!-- XI_MHOLD: monitored ext - call on hold -->
  7044.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7045.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7046.   <x1>106</x1><y1>845</y1>    <!-- Location of first frame in source image -->
  7047.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  7048.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7049.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7050.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7051.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7052. </AnimatedPixmap>
  7053. <AnimatedPixmap>
  7054.   <AnimatedPixmapId>21</AnimatedPixmapId> <!-- XI_MRCD: monitored ext - call recording -->
  7055.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7056.   <Frames>2</Frames>        <!-- Number of frame (1-4) -->
  7057.   <x1>141</x1><y1>956</y1>    <!-- Location of first frame in source image -->
  7058.   <x2>176</x2><y2>956</y2>    <!-- Location of second frame in source image -->
  7059.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7060.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7061.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7062.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7063. </AnimatedPixmap>
  7064. <AnimatedPixmap>
  7065.   <AnimatedPixmapId>22</AnimatedPixmapId> <!-- XI_SEXT: speed dial - extension left -->
  7066.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7067.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7068.   <x1>36</x1><y1>956</y1>    <!-- Location of first frame in source image -->
  7069.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7070.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7071.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7072.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7073.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7074. </AnimatedPixmap>
  7075. <AnimatedPixmap>
  7076.   <AnimatedPixmapId>23</AnimatedPixmapId> <!-- XI_SFDND: speed dial - feature DND left -->
  7077.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7078.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7079.   <x1>1</x1><y1>956</y1>      <!-- Location of first frame in source image -->
  7080.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7081.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7082.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7083.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7084.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7085. </AnimatedPixmap>
  7086. <AnimatedPixmap>
  7087.   <AnimatedPixmapId>24</AnimatedPixmapId> <!-- XI_PRES_OFFLINE: Presence icon for offline (light pink) -->
  7088.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7089.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7090.   <x1>367</x1><y1>868</y1>  <!-- Location of first frame in source image -->
  7091.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7092.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7093.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7094.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7095.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7096. </AnimatedPixmap>
  7097. <AnimatedPixmap>
  7098.   <AnimatedPixmapId>25</AnimatedPixmapId> <!-- XI_PRES_DND: Presence icon for DND (RED) -->
  7099.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7100.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7101.   <x1>367</x1><y1>964</y1>  <!-- Location of first frame in source image -->
  7102.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7103.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7104.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7105.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7106.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7107. </AnimatedPixmap>
  7108. <AnimatedPixmap>
  7109.   <AnimatedPixmapId>26</AnimatedPixmapId> <!-- XI_PRES_ONLINE: Presence icon for online (Green) -->
  7110.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7111.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7112.   <x1>367</x1><y1>988</y1>  <!-- Location of first frame in source image -->
  7113.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7114.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7115.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7116.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7117.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7118. </AnimatedPixmap>
  7119. <AnimatedPixmap>            <!-- ShoreTel Swirl Header -->
  7120.   <AnimatedPixmapId>27</AnimatedPixmapId>
  7121.   <w>28</w><h>30</h>        <!-- Width and height of the animated pixmap -->
  7122.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7123.   <x1>1</x1><y1>344</y1>    <!-- Location of first frame in source image -->
  7124.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7125.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7126.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7127.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7128.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7129. </AnimatedPixmap>
  7130. <AnimatedPixmap>            <!-- Red Counter Background: Single Digit -->
  7131.   <AnimatedPixmapId>28</AnimatedPixmapId>
  7132.   <w>27</w><h>27</h>        <!-- Width and height of the animated pixmap -->
  7133.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7134.   <x1>220</x1><y1>356</y1>  <!-- Location of first frame in source image -->
  7135.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7136.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7137.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7138.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7139.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7140. </AnimatedPixmap>
  7141. <AnimatedPixmap>            <!-- Red Counter Background: Double Digits -->
  7142.   <AnimatedPixmapId>29</AnimatedPixmapId>
  7143.   <w>30</w><h>27</h>        <!-- Width and height of the animated pixmap -->
  7144.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7145.   <x1>189</x1><y1>356</y1>  <!-- Location of first frame in source image -->
  7146.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7147.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7148.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7149.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7150.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7151. </AnimatedPixmap>
  7152. <AnimatedPixmap>            <!-- ">99" -->
  7153.   <AnimatedPixmapId>30</AnimatedPixmapId>
  7154.   <w>22</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7155.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7156.   <x1>226</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7157.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7158.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7159.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7160.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7161.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7162. </AnimatedPixmap>
  7163. <AnimatedPixmap>            <!-- Left (10s) Digit 1 -->
  7164.   <AnimatedPixmapId>31</AnimatedPixmapId>
  7165.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7166.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7167.   <x1>125</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7168.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7169.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7170.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7171.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7172.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7173. </AnimatedPixmap>
  7174. <AnimatedPixmap>            <!-- Left (10s) Digit 2 -->
  7175.   <AnimatedPixmapId>32</AnimatedPixmapId>
  7176.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7177.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7178.   <x1>136</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7179.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7180.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7181.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7182.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7183.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7184. </AnimatedPixmap>
  7185. <AnimatedPixmap>            <!-- Left (10s) Digit 3 -->
  7186.   <AnimatedPixmapId>33</AnimatedPixmapId>
  7187.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7188.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7189.   <x1>147</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7190.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7191.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7192.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7193.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7194.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7195. </AnimatedPixmap>
  7196. <AnimatedPixmap>            <!-- Left (10s) Digit 4 -->
  7197.   <AnimatedPixmapId>34</AnimatedPixmapId>
  7198.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7199.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7200.   <x1>157</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7201.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7202.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7203.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7204.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7205.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7206. </AnimatedPixmap>
  7207. <AnimatedPixmap>            <!-- Left (10s) Digit 5 -->
  7208.   <AnimatedPixmapId>35</AnimatedPixmapId>
  7209.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7210.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7211.   <x1>169</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7212.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7213.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7214.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7215.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7216.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7217. </AnimatedPixmap>
  7218. <AnimatedPixmap>            <!-- Left (10s) Digit 6 -->
  7219.   <AnimatedPixmapId>36</AnimatedPixmapId>
  7220.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7221.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7222.   <x1>179</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7223.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7224.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7225.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7226.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7227.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7228. </AnimatedPixmap>
  7229. <AnimatedPixmap>            <!-- Left (10s) Digit 7 -->
  7230.   <AnimatedPixmapId>37</AnimatedPixmapId>
  7231.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7232.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7233.   <x1>190</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7234.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7235.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7236.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7237.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7238.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7239. </AnimatedPixmap>
  7240. <AnimatedPixmap>            <!-- Left (10s) Digit 8 -->
  7241.   <AnimatedPixmapId>38</AnimatedPixmapId>
  7242.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7243.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7244.   <x1>202</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7245.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7246.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7247.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7248.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7249.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7250. </AnimatedPixmap>
  7251. <AnimatedPixmap>            <!-- Left (10s) Digit 9 -->
  7252.   <AnimatedPixmapId>39</AnimatedPixmapId>
  7253.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7254.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7255.   <x1>213</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7256.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7257.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7258.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7259.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7260.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7261. </AnimatedPixmap>
  7262. <AnimatedPixmap>            <!-- Right (1s) Digit 0 -->
  7263.   <AnimatedPixmapId>40</AnimatedPixmapId>
  7264.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7265.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7266.   <x1>114</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7267.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7268.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7269.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7270.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7271.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7272. </AnimatedPixmap>
  7273. <AnimatedPixmap>            <!-- Right (1s) Digit 1 -->
  7274.   <AnimatedPixmapId>41</AnimatedPixmapId>
  7275.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7276.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7277.   <x1>126</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7278.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7279.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7280.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7281.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7282.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7283. </AnimatedPixmap>
  7284. <AnimatedPixmap>            <!-- Right (1s) Digit 2 -->
  7285.   <AnimatedPixmapId>42</AnimatedPixmapId>
  7286.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7287.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7288.   <x1>137</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7289.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7290.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7291.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7292.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7293.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7294. </AnimatedPixmap>
  7295. <AnimatedPixmap>            <!-- Right (1s) Digit 3 -->
  7296.   <AnimatedPixmapId>43</AnimatedPixmapId>
  7297.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7298.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7299.   <x1>148</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7300.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7301.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7302.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7303.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7304.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7305. </AnimatedPixmap>
  7306. <AnimatedPixmap>            <!-- Right (1s) Digit 4 -->
  7307.   <AnimatedPixmapId>44</AnimatedPixmapId>
  7308.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7309.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7310.   <x1>158</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7311.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7312.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7313.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7314.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7315.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7316. </AnimatedPixmap>
  7317. <AnimatedPixmap>            <!-- Right (1s) Digit 5 -->
  7318.   <AnimatedPixmapId>45</AnimatedPixmapId>
  7319.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7320.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7321.   <x1>170</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7322.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7323.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7324.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7325.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7326.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7327. </AnimatedPixmap>
  7328. <AnimatedPixmap>            <!-- Right (1s) Digit 6 -->
  7329.   <AnimatedPixmapId>46</AnimatedPixmapId>
  7330.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7331.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7332.   <x1>180</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7333.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7334.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7335.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7336.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7337.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7338. </AnimatedPixmap>
  7339. <AnimatedPixmap>            <!-- Right (1s) Digit 7 -->
  7340.   <AnimatedPixmapId>47</AnimatedPixmapId>
  7341.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7342.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7343.   <x1>192</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7344.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7345.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7346.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7347.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7348.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7349. </AnimatedPixmap>
  7350. <AnimatedPixmap>            <!-- Right (1s) Digit 8 -->
  7351.   <AnimatedPixmapId>48</AnimatedPixmapId>
  7352.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7353.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7354.   <x1>202</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7355.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7356.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7357.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7358.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7359.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7360. </AnimatedPixmap>
  7361. <AnimatedPixmap>            <!-- Right (1s) Digit 9 -->
  7362.   <AnimatedPixmapId>49</AnimatedPixmapId>
  7363.   <w>11</w><h>13</h>        <!-- Width and height of the animated pixmap -->
  7364.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7365.   <x1>214</x1><y1>341</y1>  <!-- Location of first frame in source image -->
  7366.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7367.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7368.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7369.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7370.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7371. </AnimatedPixmap>
  7372. <AnimatedPixmap>
  7373.   <AnimatedPixmapId>50</AnimatedPixmapId> <!-- XI_SEXT_R: speed dial - extension right -->
  7374.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7375.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7376.   <x1>71</x1><y1>956</y1>    <!-- Location of first frame in source image -->
  7377.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7378.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7379.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7380.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7381.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7382. </AnimatedPixmap>
  7383. <AnimatedPixmap>
  7384.   <AnimatedPixmapId>51</AnimatedPixmapId> <!-- XI_SFDND_R: speed dial - feature DND right -->
  7385.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7386.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7387.   <x1>106</x1><y1>956</y1>      <!-- Location of first frame in source image -->
  7388.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7389.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7390.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7391.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7392.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7393. </AnimatedPixmap>
  7394. <AnimatedPixmap>
  7395.   <AnimatedPixmapId>52</AnimatedPixmapId> <!-- XI_CALL_HOLD: call popup button icon - hold -->
  7396.   <w>20</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7397.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7398.   <x1>0</x1><y1>241</y1>      <!-- Location of first frame in source image -->
  7399.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7400.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7401.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7402.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7403.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7404. </AnimatedPixmap>
  7405. <AnimatedPixmap>
  7406.   <AnimatedPixmapId>53</AnimatedPixmapId> <!-- XI_CALL_XFER: call popup button icon - transfer -->
  7407.   <w>20</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7408.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7409.   <x1>23</x1><y1>239</y1>      <!-- Location of first frame in source image -->
  7410.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7411.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7412.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7413.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7414.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7415. </AnimatedPixmap>
  7416. <AnimatedPixmap>
  7417.   <AnimatedPixmapId>54</AnimatedPixmapId> <!-- XI_CALL_CONF: call popup button icon - conference -->
  7418.   <w>25</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7419.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7420.   <x1>45</x1><y1>239</y1>      <!-- Location of first frame in source image -->
  7421.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7422.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7423.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7424.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7425.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7426. </AnimatedPixmap>
  7427. <AnimatedPixmap>
  7428.   <AnimatedPixmapId>55</AnimatedPixmapId> <!-- XI_CALL_PARK: call popup button icon - park -->
  7429.   <w>31</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7430.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7431.   <x1>72</x1><y1>238</y1>      <!-- Location of first frame in source image -->
  7432.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7433.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7434.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7435.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7436.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7437. </AnimatedPixmap>
  7438. <AnimatedPixmap>
  7439.   <AnimatedPixmapId>56</AnimatedPixmapId> <!-- XI_CALL_SHOW: call popup button icon - show participants -->
  7440.   <w>31</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7441.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7442.   <x1>243</x1><y1>265</y1>     <!-- Location of first frame in source image -->
  7443.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7444.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7445.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7446.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7447.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7448. </AnimatedPixmap>
  7449. <AnimatedPixmap>
  7450.   <AnimatedPixmapId>57</AnimatedPixmapId> <!-- XI_CALL_END: call popup button icon - hang up (white) -->
  7451.   <w>24</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7452.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7453.   <x1>164</x1><y1>120</y1>     <!-- Location of first frame in source image -->
  7454.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7455.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7456.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7457.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7458.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7459. </AnimatedPixmap>
  7460. <AnimatedPixmap>            <!-- Missed Calls Header: Base -->
  7461.   <AnimatedPixmapId>58</AnimatedPixmapId>
  7462.   <w>33</w><h>41</h>        <!-- Width and height of the animated pixmap -->
  7463.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7464.   <x1>30</x1><y1>344</y1>   <!-- Location of first frame in source image -->
  7465.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7466.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7467.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7468.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7469.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7470. </AnimatedPixmap>
  7471. <AnimatedPixmap>            <!-- Voice Mail Header: Base -->
  7472.   <AnimatedPixmapId>59</AnimatedPixmapId>
  7473.   <w>50</w><h>28</h>        <!-- Width and height of the animated pixmap -->
  7474.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7475.   <x1>1</x1><y1>314</y1>  <!-- Location of first frame in source image -->
  7476.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7477.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7478.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7479.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7480.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7481. </AnimatedPixmap>
  7482. <AnimatedPixmap>            <!-- CHM Header: standard -->
  7483.   <AnimatedPixmapId>60</AnimatedPixmapId>
  7484.   <w>45</w><h>45</h>        <!-- Width and height of the animated pixmap -->
  7485.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7486.   <x1>248</x1><y1>500</y1>  <!-- Location of first frame in source image -->
  7487.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7488.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7489.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7490.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7491.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7492. </AnimatedPixmap>
  7493. <AnimatedPixmap>            <!-- CHM Header: in a meeting -->
  7494.   <AnimatedPixmapId>61</AnimatedPixmapId>
  7495.   <w>45</w><h>45</h>        <!-- Width and height of the animated pixmap -->
  7496.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7497.   <x1>248</x1><y1>546</y1>  <!-- Location of first frame in source image -->
  7498.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7499.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7500.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7501.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7502.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7503. </AnimatedPixmap>
  7504. <AnimatedPixmap>            <!-- CHM Header: out of the office -->
  7505.   <AnimatedPixmapId>62</AnimatedPixmapId>
  7506.   <w>45</w><h>45</h>        <!-- Width and height of the animated pixmap -->
  7507.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7508.   <x1>248</x1><y1>638</y1>  <!-- Location of first frame in source image -->
  7509.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7510.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7511.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7512.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7513.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7514. </AnimatedPixmap>
  7515. <AnimatedPixmap>            <!-- CHM Header: extended absence -->
  7516.   <AnimatedPixmapId>63</AnimatedPixmapId>
  7517.   <w>45</w><h>45</h>        <!-- Width and height of the animated pixmap -->
  7518.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7519.   <x1>248</x1><y1>592</y1>  <!-- Location of first frame in source image -->
  7520.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7521.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7522.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7523.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7524.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7525. </AnimatedPixmap>
  7526. <AnimatedPixmap>            <!-- CHM Header: custom -->
  7527.   <AnimatedPixmapId>64</AnimatedPixmapId>
  7528.   <w>45</w><h>45</h>        <!-- Width and height of the animated pixmap -->
  7529.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7530.   <x1>248</x1><y1>684</y1>  <!-- Location of first frame in source image -->
  7531.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7532.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7533.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7534.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7535.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7536. </AnimatedPixmap>
  7537. <AnimatedPixmap>            <!-- Agent State Header: Head -->
  7538.   <AnimatedPixmapId>65</AnimatedPixmapId>
  7539.   <w>31</w><h>33</h>        <!-- Width and height of the animated pixmap -->
  7540.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7541.   <x1>64</x1><y1>348</y1>   <!-- Location of first frame in source image -->
  7542.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7543.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7544.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7545.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7546.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7547. </AnimatedPixmap>
  7548. <AnimatedPixmap>            <!-- Agent State Header: Logged In -->
  7549.   <AnimatedPixmapId>66</AnimatedPixmapId>
  7550.   <w>16</w><h>14</h>        <!-- Width and height of the animated pixmap -->
  7551.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7552.   <x1>152</x1><y1>362</y1>   <!-- Location of first frame in source image -->
  7553.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7554.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7555.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7556.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7557.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7558. </AnimatedPixmap>
  7559. <AnimatedPixmap>            <!-- Agent State Header: Logged Out -->
  7560.   <AnimatedPixmapId>67</AnimatedPixmapId>
  7561.   <w>16</w><h>14</h>        <!-- Width and height of the animated pixmap -->
  7562.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7563.   <x1>129</x1><y1>362</y1>   <!-- Location of first frame in source image -->
  7564.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7565.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7566.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7567.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7568.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7569. </AnimatedPixmap>
  7570. <AnimatedPixmap>            <!-- Agent State Header: Wrap Up -->
  7571.   <AnimatedPixmapId>68</AnimatedPixmapId>
  7572.   <w>16</w><h>14</h>        <!-- Width and height of the animated pixmap -->
  7573.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7574.   <x1>110</x1><y1>362</y1>  <!-- Location of first frame in source image -->
  7575.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7576.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7577.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7578.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7579.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7580. </AnimatedPixmap>
  7581. <AnimatedPixmap>            <!-- Call popup call offering animation -->
  7582.   <AnimatedPixmapId>69</AnimatedPixmapId>
  7583.   <w>50</w><h>50</h>        <!-- Width and height of the animated pixmap -->
  7584.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  7585.   <x1>249</x1><y1>740</y1>    <!-- Location of first frame in source image -->
  7586.   <x2>304</x2><y2>738</y2>    <!-- Location of second frame in source image -->
  7587.   <x3>358</x3><y3>739</y3>    <!-- Location of third frame in source image -->
  7588.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7589.   <TimeMs>500</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7590.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7591. </AnimatedPixmap>
  7592. <AnimatedPixmap>            <!-- XI_SELPOPUPICON (Contact Page VB arrow icon) -->
  7593.   <AnimatedPixmapId>70</AnimatedPixmapId>
  7594.   <w>22</w><h>22</h>        <!-- Width and height of the animated pixmap -->
  7595.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7596.   <x1>299</x1><y1>672</y1>    <!-- Location of first frame in source image -->
  7597.   <x2>0</x2><y2>0</y2>    <!-- Location of second frame in source image -->
  7598.   <x3>0</x3><y3>0</y3>    <!-- Location of third frame in source image -->
  7599.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7600.   <TimeMs>500</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7601.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7602. </AnimatedPixmap>
  7603. <AnimatedPixmap>
  7604.   <AnimatedPixmapId>71</AnimatedPixmapId> <!-- XI_PRES_AWAY: Presence icon for being away (YELLOW) -->
  7605.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7606.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7607.   <x1>367</x1><y1>940</y1>  <!-- Location of first frame in source image -->
  7608.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7609.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7610.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7611.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7612.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7613. </AnimatedPixmap>
  7614. <AnimatedPixmap>
  7615.   <AnimatedPixmapId>72</AnimatedPixmapId> <!-- XI_PRES_BUSY: Presence icon for being busy (ORANGE) -->
  7616.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7617.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7618.   <x1>367</x1><y1>916</y1>  <!-- Location of first frame in source image -->
  7619.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7620.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7621.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7622.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7623.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7624. </AnimatedPixmap>
  7625. <AnimatedPixmap>
  7626.   <AnimatedPixmapId>73</AnimatedPixmapId> <!-- XI_PRES_UNKNOWN: Presence icon for unknown (light gray)-->
  7627.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7628.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7629.   <x1>367</x1><y1>892</y1>  <!-- Location of first frame in source image -->
  7630.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7631.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7632.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7633.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7634.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7635. </AnimatedPixmap>
  7636. <AnimatedPixmap>
  7637.   <AnimatedPixmapId>74</AnimatedPixmapId> <!-- XI_PGUPICON  (Page Up Arrow) -->
  7638.   <w>16</w><h>10</h>        <!-- Width and height of the animated pixmap -->
  7639.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7640.   <x1>377</x1><y1>1017</y1>  <!-- Location of first frame in source image -->
  7641.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7642.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7643.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7644.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7645.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7646. </AnimatedPixmap>
  7647. <AnimatedPixmap>
  7648.   <AnimatedPixmapId>75</AnimatedPixmapId> <!-- XI_PGDNICON  (Page Down Arrow) -->
  7649.   <w>16</w><h>10</h>        <!-- Width and height of the animated pixmap -->
  7650.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7651.   <x1>377</x1><y1>1030</y1>  <!-- Location of first frame in source image -->
  7652.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7653.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7654.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7655.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7656.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7657. </AnimatedPixmap>
  7658. <AnimatedPixmap>
  7659.   <AnimatedPixmapId>76</AnimatedPixmapId> <!-- XI_KBBSP  (Keyboard Backspace Icon) -->
  7660.   <w>35</w><h>20</h>        <!-- Width and height of the animated pixmap -->
  7661.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7662.   <x1>375</x1><y1>623</y1>  <!-- Location of first frame in source image -->
  7663.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7664.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7665.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7666.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7667.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7668. </AnimatedPixmap>
  7669. <AnimatedPixmap>
  7670.   <AnimatedPixmapId>77</AnimatedPixmapId> <!-- XI_KBSHIFT_NOTOUCH  (Keyboard Shift Icon when the key is not pressed) -->
  7671.   <w>20</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7672.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7673.   <x1>353</x1><y1>624</y1>  <!-- Location of first frame in source image -->
  7674.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7675.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7676.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7677.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7678.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7679. </AnimatedPixmap>
  7680. <AnimatedPixmap>
  7681.   <AnimatedPixmapId>78</AnimatedPixmapId> <!-- XI_KBSHIFT_TOUCHED  (Keyboard Shift Icon when the key is pressed) -->
  7682.   <w>20</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7683.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7684.   <x1>331</x1><y1>624</y1>  <!-- Location of first frame in source image -->
  7685.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7686.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7687.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7688.   <TimeMs>500</TimeMs>      <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  7689.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7690. </AnimatedPixmap>
  7691. <AnimatedPixmap>            <!-- Voicemail Softkey: Left -->
  7692.   <AnimatedPixmapId>79</AnimatedPixmapId>
  7693.   <w>10</w><h>15</h>        <!-- Width and height of the animated pixmap -->
  7694.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7695.   <x1>331</x1><y1>1010</y1>  <!-- Location of first frame in source image -->
  7696.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7697.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7698.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7699.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7700.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7701. </AnimatedPixmap>
  7702. <AnimatedPixmap>            <!-- Voicemail Softkey: Right -->
  7703.   <AnimatedPixmapId>80</AnimatedPixmapId>
  7704.   <w>10</w><h>15</h>        <!-- Width and height of the animated pixmap -->
  7705.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7706.   <x1>331</x1><y1>1029</y1>  <!-- Location of first frame in source image -->
  7707.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7708.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7709.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7710.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7711.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7712. </AnimatedPixmap>
  7713. <AnimatedPixmap>            <!-- Voicemail Softkey: Compose -->
  7714.   <AnimatedPixmapId>81</AnimatedPixmapId>
  7715.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7716.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7717.   <x1>590</x1><y1>793</y1>  <!-- Location of first frame in source image -->
  7718.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7719.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7720.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7721.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7722.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7723. </AnimatedPixmap>
  7724. <AnimatedPixmap>            <!-- Voicemail Softkey: Delete -->
  7725.   <AnimatedPixmapId>82</AnimatedPixmapId>
  7726.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7727.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7728.   <x1>440</x1><y1>793</y1>  <!-- Location of first frame in source image -->
  7729.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7730.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7731.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7732.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7733.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7734. </AnimatedPixmap>
  7735. <AnimatedPixmap>            <!-- Voicemail Softkey: Save -->
  7736.   <AnimatedPixmapId>83</AnimatedPixmapId>
  7737.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7738.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7739.   <x1>490</x1><y1>793</y1>  <!-- Location of first frame in source image -->
  7740.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7741.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7742.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7743.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7744.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7745. </AnimatedPixmap>
  7746. <AnimatedPixmap>            <!-- Voicemail Softkey: To Inbox -->
  7747.   <AnimatedPixmapId>84</AnimatedPixmapId>
  7748.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7749.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7750.   <x1>540</x1><y1>823</y1>  <!-- Location of first frame in source image -->
  7751.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7752.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7753.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7754.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7755.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7756. </AnimatedPixmap>
  7757. <AnimatedPixmap>            <!-- Voicemail Softkey: Call Return -->
  7758.   <AnimatedPixmapId>85</AnimatedPixmapId>
  7759.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7760.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7761.   <x1>540</x1><y1>793</y1>  <!-- Location of first frame in source image -->
  7762.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7763.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7764.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7765.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7766.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7767. </AnimatedPixmap>
  7768. <AnimatedPixmap>            <!-- Voicemail Softkey: Reply -->
  7769.   <AnimatedPixmapId>86</AnimatedPixmapId>
  7770.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7771.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7772.   <x1>440</x1><y1>823</y1>  <!-- Location of first frame in source image -->
  7773.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7774.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7775.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7776.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7777.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7778. </AnimatedPixmap>
  7779. <AnimatedPixmap>            <!-- Voicemail Softkey: Forward -->
  7780.   <AnimatedPixmapId>87</AnimatedPixmapId>
  7781.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7782.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7783.   <x1>490</x1><y1>823</y1>  <!-- Location of first frame in source image -->
  7784.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7785.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7786.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7787.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7788.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7789. </AnimatedPixmap>
  7790. <AnimatedPixmap>            <!-- Voicemail Softkey: Send [unused] -->
  7791.   <AnimatedPixmapId>88</AnimatedPixmapId>
  7792.   <w>37</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7793.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7794.   <x1>396</x1><y1>793</y1>  <!-- Location of first frame in source image -->
  7795.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7796.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7797.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7798.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7799.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7800. </AnimatedPixmap>
  7801. <AnimatedPixmap>            <!-- Voicemail Softkey: Cancel [unused] -->
  7802.   <AnimatedPixmapId>89</AnimatedPixmapId>
  7803.   <w>37</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  7804.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7805.   <x1>396</x1><y1>823</y1>  <!-- Location of first frame in source image -->
  7806.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7807.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7808.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7809.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7810.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7811. </AnimatedPixmap>
  7812. <AnimatedPixmap>            <!-- Voicemail Normal message type -->
  7813.   <AnimatedPixmapId>90</AnimatedPixmapId>
  7814.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7815.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7816.   <x1>118</x1><y1>1271</y1>  <!-- Location of first frame in source image -->
  7817.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7818.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7819.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7820.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7821.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7822. </AnimatedPixmap>
  7823. <AnimatedPixmap>            <!-- Voicemail Normal Return Receipt message type -->
  7824.   <AnimatedPixmapId>91</AnimatedPixmapId>
  7825.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7826.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7827.   <x1>118</x1><y1>1234</y1>  <!-- Location of first frame in source image -->
  7828.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7829.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7830.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7831.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7832.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7833. </AnimatedPixmap>
  7834. <AnimatedPixmap>            <!-- Voicemail Urgent message type  -->
  7835.   <AnimatedPixmapId>92</AnimatedPixmapId>
  7836.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7837.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7838.   <x1>79</x1><y1>1271</y1>  <!-- Location of first frame in source image -->
  7839.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7840.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7841.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7842.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7843.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7844. </AnimatedPixmap>
  7845. <AnimatedPixmap>            <!-- Voicemail Urgent Return Receipt message type -->
  7846.   <AnimatedPixmapId>93</AnimatedPixmapId>
  7847.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7848.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7849.   <x1>1</x1><y1>1230</y1>  <!-- Location of first frame in source image -->
  7850.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7851.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7852.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7853.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7854.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7855. </AnimatedPixmap>
  7856. <AnimatedPixmap>            <!-- Voicemail Broadcast message type -->
  7857.   <AnimatedPixmapId>94</AnimatedPixmapId>
  7858.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7859.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7860.   <x1>79</x1><y1>1230</y1>  <!-- Location of first frame in source image -->
  7861.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7862.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7863.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7864.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7865.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7866. </AnimatedPixmap>
  7867. <AnimatedPixmap>            <!-- Voicemail Broadcast urgent message type -->
  7868.   <AnimatedPixmapId>95</AnimatedPixmapId>
  7869.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  7870.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7871.   <x1>40</x1><y1>1230</y1>  <!-- Location of first frame in source image -->
  7872.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7873.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7874.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7875.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7876.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7877. </AnimatedPixmap>
  7878. <AnimatedPixmap>            <!-- Application gallery application button scribe line -->
  7879.   <AnimatedPixmapId>96</AnimatedPixmapId>
  7880.   <w>2</w><h>52</h>        <!-- Width and height of the animated pixmap -->
  7881.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7882.   <x1>191</x1><y1>4</y1>      <!-- Location of first frame in source image -->
  7883.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7884.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7885.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7886.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7887.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7888. </AnimatedPixmap>
  7889. <AnimatedPixmap>            <!-- Application gallery application button voicemail icon -->
  7890.   <AnimatedPixmapId>97</AnimatedPixmapId>
  7891.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  7892.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7893.   <x1>340</x1><y1>1316</y1> <!-- Location of first frame in source image -->
  7894.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7895.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7896.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7897.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7898.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7899. </AnimatedPixmap>
  7900. <AnimatedPixmap>            <!-- Application gallery application button directory icon -->
  7901.   <AnimatedPixmapId>98</AnimatedPixmapId>
  7902.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  7903.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7904.   <x1>520</x1><y1>1316</y1>  <!-- Location of first frame in source image -->
  7905.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7906.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7907.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7908.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7909.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7910. </AnimatedPixmap>
  7911. <AnimatedPixmap>            <!-- Application gallery application button phone options icon -->
  7912.   <AnimatedPixmapId>99</AnimatedPixmapId>
  7913.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  7914.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7915.   <x1>520</x1><y1>191</y1>  <!-- Location of first frame in source image -->
  7916.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7917.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7918.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7919.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7920.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7921. </AnimatedPixmap>
  7922. <AnimatedPixmap>            <!-- Application gallery application button user options icon -->
  7923.   <AnimatedPixmapId>100</AnimatedPixmapId>
  7924.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  7925.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7926.   <x1>580</x1><y1>240</y1>  <!-- Location of first frame in source image -->
  7927.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7928.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7929.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7930.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7931.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7932. </AnimatedPixmap>
  7933. <AnimatedPixmap>            <!-- Application gallery application button call history icon -->
  7934.   <AnimatedPixmapId>101</AnimatedPixmapId>
  7935.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  7936.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7937.   <x1>580</x1><y1>1316</y1>  <!-- Location of first frame in source image -->
  7938.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7939.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7940.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7941.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7942.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7943. </AnimatedPixmap>
  7944. <AnimatedPixmap>            <!-- Application gallery application button clean screen icon -->
  7945.   <AnimatedPixmapId>102</AnimatedPixmapId>
  7946.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  7947.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7948.   <x1>460</x1><y1>1316</y1>  <!-- Location of first frame in source image -->
  7949.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7950.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7951.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7952.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7953.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7954. </AnimatedPixmap>
  7955. <AnimatedPixmap>            <!-- Voicemail Playbar Play -->
  7956.   <AnimatedPixmapId>103</AnimatedPixmapId>
  7957.   <w>23</w><h>32</h>        <!-- Width and height of the animated pixmap -->
  7958.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7959.   <x1>234</x1><y1>1196</y1>  <!-- Location of first frame in source image -->
  7960.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7961.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7962.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7963.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7964.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7965. </AnimatedPixmap>
  7966. <AnimatedPixmap>            <!-- Voicemail Playbar Pause -->
  7967.   <AnimatedPixmapId>104</AnimatedPixmapId>
  7968.   <w>27</w><h>30</h>        <!-- Width and height of the animated pixmap -->
  7969.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7970.   <x1>199</x1><y1>1197</y1>  <!-- Location of first frame in source image -->
  7971.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7972.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7973.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7974.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7975.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7976. </AnimatedPixmap>
  7977. <AnimatedPixmap>            <!-- Voicemail Playbar Stop -->
  7978.   <AnimatedPixmapId>105</AnimatedPixmapId>
  7979.   <w>24</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  7980.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7981.   <x1>300</x1><y1>1237</y1>  <!-- Location of first frame in source image -->
  7982.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7983.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7984.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7985.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7986.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7987. </AnimatedPixmap>
  7988. <AnimatedPixmap>            <!-- Voicemail Playbar Record -->
  7989.   <AnimatedPixmapId>106</AnimatedPixmapId>
  7990.   <w>23</w><h>23</h>        <!-- Width and height of the animated pixmap -->
  7991.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  7992.   <x1>270</x1><y1>1200</y1>  <!-- Location of first frame in source image -->
  7993.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  7994.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  7995.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  7996.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  7997.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  7998. </AnimatedPixmap>
  7999. <AnimatedPixmap>            <!-- Voicemail Playbar Back -->
  8000.   <AnimatedPixmapId>107</AnimatedPixmapId>
  8001.   <w>24</w><h>18</h>        <!-- Width and height of the animated pixmap -->
  8002.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8003.   <x1>331</x1><y1>1010</y1>  <!-- Location of first frame in source image -->
  8004.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8005.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8006.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8007.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8008.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8009. </AnimatedPixmap>
  8010. <AnimatedPixmap>            <!-- Voicemail Playbar Fwd -->
  8011.   <AnimatedPixmapId>108</AnimatedPixmapId>
  8012.   <w>24</w><h>18</h>        <!-- Width and height of the animated pixmap -->
  8013.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8014.   <x1>329</x1><y1>1029</y1>  <!-- Location of first frame in source image -->
  8015.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8016.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8017.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8018.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8019.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8020. </AnimatedPixmap>
  8021. <AnimatedPixmap>            <!-- Voicemail Softkey: CallVM -->
  8022.   <AnimatedPixmapId>109</AnimatedPixmapId>
  8023.   <w>49</w><h>25</h>        <!-- Width and height of the animated pixmap -->
  8024.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8025.   <x1>590</x1><y1>823</y1>  <!-- Location of first frame in source image -->
  8026.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8027.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8028.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8029.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8030.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8031. </AnimatedPixmap>
  8032. <AnimatedPixmap>            <!-- Voicemail Progress Bar Off -->
  8033.   <AnimatedPixmapId>110</AnimatedPixmapId>
  8034.   <w>277</w><h>15</h>       <!-- Width and height of the animated pixmap -->
  8035.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8036.   <x1>362</x1><y1>1066</y1> <!-- Location of first frame in source image -->
  8037.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8038.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8039.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8040.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8041.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8042. </AnimatedPixmap>
  8043. <AnimatedPixmap>            <!-- Voicemail Progress Bar On -->
  8044.   <AnimatedPixmapId>111</AnimatedPixmapId>
  8045.   <w>277</w><h>15</h>       <!-- Width and height of the animated pixmap -->
  8046.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8047.   <x1>362</x1><y1>1050</y1> <!-- Location of first frame in source image -->
  8048.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8049.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8050.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8051.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8052.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8053. </AnimatedPixmap>
  8054. <AnimatedPixmap>            <!-- Voicemail Progress Bar On -->
  8055.   <AnimatedPixmapId>112</AnimatedPixmapId>
  8056.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8057.   <Frames>3</Frames>        <!-- Number of frame (1-4) -->
  8058.   <x1>106</x1><y1>993</y1>    <!-- Location of first frame in source image -->
  8059.   <x2>141</x2><y2>993</y2>    <!-- Location of second frame in source image -->
  8060.   <x3>176</x3><y3>993</y3>    <!-- Location of third frame in source image -->
  8061.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8062.   <TimeMs>350</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8063.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8064. </AnimatedPixmap>
  8065. <AnimatedPixmap>            <!-- Options screen selectable button animated pixmap (right arrow in circle) -->
  8066.   <AnimatedPixmapId>113</AnimatedPixmapId>
  8067.   <w>35</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8068.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8069.   <x1>493</x1><y1>736</y1>    <!-- Location of first frame in source image -->
  8070.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  8071.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  8072.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8073.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8074.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8075. </AnimatedPixmap>
  8076. <AnimatedPixmap>            <!-- Directory in Header -->
  8077.   <AnimatedPixmapId>114</AnimatedPixmapId>
  8078.   <w>40</w><h>34</h>        <!-- Width and height of the animated pixmap -->
  8079.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8080.   <x1>223</x1><y1>402</y1>    <!-- Location of first frame in source image -->
  8081.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8082.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8083.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8084.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8085.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8086. </AnimatedPixmap>
  8087. <AnimatedPixmap>            <!-- Voicemail private message type -->
  8088.   <AnimatedPixmapId>115</AnimatedPixmapId>
  8089.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8090.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8091.   <x1>118</x1><y1>1195</y1>  <!-- Location of first frame in source image -->
  8092.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8093.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8094.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8095.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8096.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8097. </AnimatedPixmap>
  8098. <AnimatedPixmap>            <!-- Voicemail private urgent message type -->
  8099.   <AnimatedPixmapId>116</AnimatedPixmapId>
  8100.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8101.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8102.   <x1>196</x1><y1>1274</y1>  <!-- Location of first frame in source image -->
  8103.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8104.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8105.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8106.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8107.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8108. </AnimatedPixmap>
  8109. <AnimatedPixmap>            
  8110.   <AnimatedPixmapId>117</AnimatedPixmapId> <!-- XI_CALL_MUTE: call popup button icon - mute -->
  8111.   <w>31</w><h>24</h>        <!-- Width and height of the animated pixmap -->
  8112.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8113.   <x1>0</x1><y1>292</y1>      <!-- Location of first frame in source image -->
  8114.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8115.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8116.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8117.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  8118.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8119. </AnimatedPixmap>
  8120. <AnimatedPixmap>            <!-- for use with Private return receipt -->
  8121.   <AnimatedPixmapId>118</AnimatedPixmapId>
  8122.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8123.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8124.   <x1>234</x1><y1>1274</y1>         <!-- Location of first frame in source image -->
  8125.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8126.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8127.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8128.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8129.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8130. </AnimatedPixmap>
  8131. <AnimatedPixmap>            <!-- for use with Private urgent return receipt -->
  8132.   <AnimatedPixmapId>119</AnimatedPixmapId>
  8133.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8134.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8135.   <x1>274</x1><y1>1274</y1>         <!-- Location of first frame in source image -->
  8136.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8137.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8138.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8139.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8140.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8141. </AnimatedPixmap>
  8142. <AnimatedPixmap>            <!-- for use with Broadcast urgent return receipt -->
  8143.   <AnimatedPixmapId>120</AnimatedPixmapId>
  8144.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8145.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8146.   <x1>313</x1><y1>1274</y1>         <!-- Location of first frame in source image -->
  8147.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8148.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8149.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8150.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8151.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8152. </AnimatedPixmap>
  8153. <AnimatedPixmap>            <!-- for use with Broadcast return receipt -->
  8154.   <AnimatedPixmapId>121</AnimatedPixmapId>
  8155.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8156.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8157.   <x1>353</x1><y1>1274</y1>         <!-- Location of first frame in source image -->
  8158.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8159.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8160.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8161.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8162.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8163. </AnimatedPixmap>
  8164. <AnimatedPixmap>            <!-- for use with VM mbox full -->
  8165.   <AnimatedPixmapId>122</AnimatedPixmapId>
  8166.   <w>31</w><h>26</h>        <!-- Width and height of the animated pixmap -->
  8167.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8168.   <x1>295</x1><y1>403</y1>         <!-- Location of first frame in source image -->
  8169.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8170.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8171.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8172.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8173.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8174. </AnimatedPixmap>
  8175. <AnimatedPixmap>            <!-- for use with VM mbox almost full -->
  8176.   <AnimatedPixmapId>123</AnimatedPixmapId>
  8177.   <w>31</w><h>26</h>        <!-- Width and height of the animated pixmap -->
  8178.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8179.   <x1>263</x1><y1>403</y1>         <!-- Location of first frame in source image -->
  8180.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8181.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8182.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8183.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8184.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8185. </AnimatedPixmap>
  8186. <AnimatedPixmap>            <!-- for use with drawing left half of the VM envelope logo -->
  8187.   <AnimatedPixmapId>124</AnimatedPixmapId>
  8188.   <w>25</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8189.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8190.   <x1>340</x1><y1>1316</y1>         <!-- Location of first frame in source image -->
  8191.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8192.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8193.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8194.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8195.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8196. </AnimatedPixmap>
  8197. <AnimatedPixmap>            <!-- for use with drawing right half of the VM envelope logo -->
  8198.   <AnimatedPixmapId>125</AnimatedPixmapId>
  8199.   <w>34</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8200.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8201.   <x1>365</x1><y1>1316</y1>         <!-- Location of first frame in source image -->
  8202.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8203.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8204.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8205.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8206.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8207. </AnimatedPixmap>
  8208. <AnimatedPixmap>            <!-- for use with Broadcast private -->
  8209.   <AnimatedPixmapId>126</AnimatedPixmapId>
  8210.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8211.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8212.   <x1>391</x1><y1>1275</y1>         <!-- Location of first frame in source image -->
  8213.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8214.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8215.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8216.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8217.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8218. </AnimatedPixmap>
  8219. <AnimatedPixmap>            <!-- for use with Broadcast private urgent -->
  8220.   <AnimatedPixmapId>127</AnimatedPixmapId>
  8221.   <w>38</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8222.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8223.   <x1>430</x1><y1>1275</y1>         <!-- Location of first frame in source image -->
  8224.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8225.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8226.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8227.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8228.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8229. </AnimatedPixmap>
  8230. <AnimatedPixmap>
  8231.   <AnimatedPixmapId>128</AnimatedPixmapId> <!-- XI_CCALL_ENC: call appearance - on an encrypted call -->
  8232.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8233.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8234.   <x1>141</x1><y1>845</y1>    <!-- Location of first frame in source image -->
  8235.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  8236.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  8237.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  8238.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  8239.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8240. </AnimatedPixmap>
  8241. <AnimatedPixmap>
  8242.   <AnimatedPixmapId>129</AnimatedPixmapId> <!-- XI_CCONF_ENC: call appearance - on an encrypted conf call -->
  8243.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8244.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8245.   <x1>176</x1><y1>845</y1>    <!-- Location of first frame in source image -->
  8246.   <x2>0</x2><y2>0</y2>        <!-- Location of second frame in source image -->
  8247.   <x3>0</x3><y3>0</y3>        <!-- Location of third frame in source image -->
  8248.   <x4>0</x4><y4>0</y4>        <!-- Location of fourth frame in source image -->
  8249.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is dispalyed 50 to 5000 in 50 mS steps -->
  8250.   <Repeat>1</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8251. </AnimatedPixmap>
  8252. <AnimatedPixmap>            <!-- Application gallery application button additional phones icon -->
  8253.   <AnimatedPixmapId>130</AnimatedPixmapId>
  8254.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8255.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8256.   <x1>579</x1><y1>141</y1>  <!-- Location of first frame in source image -->
  8257.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8258.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8259.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8260.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8261.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8262. </AnimatedPixmap>
  8263. <AnimatedPixmap>            <!-- Application gallery application button additional phones icon -->
  8264.   <AnimatedPixmapId>131</AnimatedPixmapId>
  8265.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8266.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8267.   <x1>176</x1><y1>771</y1>    <!-- Location of first frame in source image -->
  8268.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8269.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8270.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8271.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8272.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8273. </AnimatedPixmap>
  8274.  
  8275. <!-- start of animated pixmaps mapped to dynamic virtual buttons -->
  8276. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1001, used as a custom key -->
  8277.   <AnimatedPixmapId>181</AnimatedPixmapId>
  8278.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8279.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8280.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8281.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8282.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8283.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8284.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8285.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8286. </AnimatedPixmap>
  8287. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1002, used as a custom key -->
  8288.   <AnimatedPixmapId>182</AnimatedPixmapId>
  8289.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8290.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8291.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8292.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8293.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8294.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8295.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8296.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8297. </AnimatedPixmap>
  8298. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1003, used as a custom key -->
  8299.   <AnimatedPixmapId>183</AnimatedPixmapId>
  8300.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8301.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8302.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8303.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8304.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8305.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8306.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8307.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8308. </AnimatedPixmap>
  8309. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1004, used as a custom key -->
  8310.   <AnimatedPixmapId>184</AnimatedPixmapId>
  8311.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8312.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8313.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8314.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8315.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8316.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8317.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8318.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8319. </AnimatedPixmap>
  8320. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1005, used as a custom key -->
  8321.   <AnimatedPixmapId>185</AnimatedPixmapId>
  8322.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8323.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8324.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8325.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8326.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8327.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8328.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8329.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8330. </AnimatedPixmap>
  8331. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1006, used as a custom key -->
  8332.   <AnimatedPixmapId>186</AnimatedPixmapId>
  8333.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8334.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8335.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8336.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8337.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8338.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8339.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8340.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8341. </AnimatedPixmap>
  8342. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1007, used as a custom key -->
  8343.   <AnimatedPixmapId>187</AnimatedPixmapId>
  8344.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8345.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8346.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8347.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8348.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8349.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8350.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8351.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8352. </AnimatedPixmap>
  8353. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1008, used as a custom key -->
  8354.   <AnimatedPixmapId>188</AnimatedPixmapId>
  8355.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8356.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8357.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8358.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8359.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8360.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8361.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8362.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8363. </AnimatedPixmap>
  8364. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1009, used as a custom key -->
  8365.   <AnimatedPixmapId>189</AnimatedPixmapId>
  8366.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8367.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8368.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8369.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8370.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8371.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8372.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8373.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8374. </AnimatedPixmap>
  8375. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1010, used as a custom key -->
  8376.   <AnimatedPixmapId>190</AnimatedPixmapId>
  8377.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8378.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8379.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8380.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8381.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8382.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8383.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8384.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8385. </AnimatedPixmap>
  8386. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1011, used as a custom key -->
  8387.   <AnimatedPixmapId>191</AnimatedPixmapId>
  8388.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8389.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8390.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8391.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8392.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8393.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8394.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8395.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8396. </AnimatedPixmap>
  8397. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1012, used as a custom key -->
  8398.   <AnimatedPixmapId>192</AnimatedPixmapId>
  8399.   <w>34</w><h>36</h>        <!-- Width and height of the animated pixmap -->
  8400.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8401.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8402.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8403.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8404.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8405.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8406.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8407. </AnimatedPixmap>
  8408. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1013, used as an application gallery button -->
  8409.   <AnimatedPixmapId>193</AnimatedPixmapId>
  8410.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8411.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8412.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8413.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8414.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8415.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8416.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8417.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8418. </AnimatedPixmap>
  8419. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1014, used as an application gallery button -->
  8420.   <AnimatedPixmapId>194</AnimatedPixmapId>
  8421.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8422.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8423.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8424.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8425.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8426.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8427.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8428.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8429. </AnimatedPixmap>
  8430. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1015, used as an application gallery button -->
  8431.   <AnimatedPixmapId>195</AnimatedPixmapId>
  8432.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8433.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8434.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8435.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8436.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8437.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8438.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8439.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8440. </AnimatedPixmap>
  8441. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1016, used as an application gallery button -->
  8442.   <AnimatedPixmapId>196</AnimatedPixmapId>
  8443.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8444.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8445.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8446.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8447.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8448.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8449.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8450.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8451. </AnimatedPixmap>
  8452. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1017, used as an application gallery button -->
  8453.   <AnimatedPixmapId>197</AnimatedPixmapId>
  8454.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8455.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8456.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8457.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8458.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8459.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8460.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8461.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8462. </AnimatedPixmap>
  8463. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1018, used as an application gallery button -->
  8464.   <AnimatedPixmapId>198</AnimatedPixmapId>
  8465.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8466.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8467.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8468.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8469.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8470.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8471.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8472.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8473. </AnimatedPixmap>
  8474. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1019, used as an application gallery button -->
  8475.   <AnimatedPixmapId>199</AnimatedPixmapId>
  8476.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8477.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8478.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8479.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8480.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8481.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8482.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8483.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8484. </AnimatedPixmap>
  8485. <AnimatedPixmap>            <!-- for use with dynamic virtual button 1020, used as an application gallery button -->
  8486.   <AnimatedPixmapId>200</AnimatedPixmapId>
  8487.   <w>59</w><h>48</h>        <!-- Width and height of the animated pixmap -->
  8488.   <Frames>1</Frames>        <!-- Number of frame (1-4) -->
  8489.   <x1>0</x1><y1>0</y1>         <!-- Location of first frame in source image -->
  8490.   <x2>0</x2><y2>0</y2>      <!-- Location of second frame in source image -->
  8491.   <x3>0</x3><y3>0</y3>      <!-- Location of third frame in source image -->
  8492.   <x4>0</x4><y4>0</y4>      <!-- Location of fourth frame in source image -->
  8493.   <TimeMs>0</TimeMs>        <!-- Time in mS that each frame is displayed -->
  8494.   <Repeat>0</Repeat>        <!-- Repeat if 1, stop at last frame if 0 -->
  8495. </AnimatedPixmap>
  8496. <Haptic>
  8497. <EffectFile>ftp://__fileserver/swe_haptic.dse</EffectFile> 
  8498. <Effect>
  8499.             <EffectId>1</EffectId> 
  8500.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_big.wav</EffectWav> 
  8501. </Effect> 
  8502. <Effect>
  8503.             <EffectId>2</EffectId>
  8504.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_big.wav</EffectWav> 
  8505. </Effect> 
  8506. <Effect>
  8507.             <EffectId>3</EffectId>
  8508.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_big.wav</EffectWav> 
  8509. </Effect> 
  8510. <Effect>
  8511.             <EffectId>4</EffectId>
  8512.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_small.wav</EffectWav> 
  8513. </Effect> 
  8514. <Effect>
  8515.             <EffectId>5</EffectId>
  8516.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_small.wav</EffectWav> 
  8517. </Effect> 
  8518. <Effect>
  8519.             <EffectId>6</EffectId>
  8520.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_small.wav</EffectWav> 
  8521. </Effect> 
  8522. <Effect>
  8523.             <EffectId>7</EffectId>
  8524.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_slider.wav</EffectWav> 
  8525. </Effect> 
  8526. <Effect>
  8527.             <EffectId>8</EffectId>
  8528.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_slider.wav</EffectWav> 
  8529. </Effect> 
  8530. <Effect>
  8531.             <EffectId>9</EffectId>
  8532.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_slider.wav</EffectWav> 
  8533. </Effect> 
  8534. <Effect>
  8535.             <EffectId>10</EffectId>
  8536.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_exit.wav</EffectWav> 
  8537. </Effect> 
  8538. <Effect>
  8539.             <EffectId>11</EffectId>
  8540.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_exit.wav</EffectWav> 
  8541. </Effect> 
  8542. <Effect>
  8543.             <EffectId>12</EffectId>
  8544.             <EffectWav>ftp://__fileserver/wav/Haptic/swe_exit.wav</EffectWav> 
  8545. </Effect> 
  8546. </Haptic>
  8547. </Model>
  8548. </Phone>
  8549.