aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/MenuTitle.bmpbin0 -> 11482 bytes
-rw-r--r--backends/wince/PocketSCUMM.rc209
-rw-r--r--backends/wince/PocketSCUMM.vcc74
-rw-r--r--backends/wince/PocketSCUMM.vcp9228
-rw-r--r--backends/wince/PocketSCUMM.vcw29
-rw-r--r--backends/wince/bitmaps.cpp10720
-rw-r--r--backends/wince/findgame.cpp556
-rw-r--r--backends/wince/gapi_keys.cpp341
-rw-r--r--backends/wince/gapi_keys.h62
-rw-r--r--backends/wince/missing/assert.h3
-rw-r--r--backends/wince/missing/conio.h2
-rw-r--r--backends/wince/missing/dir.h1
-rw-r--r--backends/wince/missing/direct.h1
-rw-r--r--backends/wince/missing/dirent.h52
-rw-r--r--backends/wince/missing/errno.h1
-rw-r--r--backends/wince/missing/fcntl.h1
-rw-r--r--backends/wince/missing/io.h15
-rw-r--r--backends/wince/missing/missing.cpp378
-rw-r--r--backends/wince/missing/signal.h3
-rw-r--r--backends/wince/missing/sys/stat.h23
-rw-r--r--backends/wince/missing/sys/time.h10
-rw-r--r--backends/wince/missing/sys/types.h5
-rw-r--r--backends/wince/missing/time.h24
-rw-r--r--backends/wince/missing/unistd.h1
-rw-r--r--backends/wince/newres.h41
-rw-r--r--backends/wince/pocketpc.cpp1490
-rw-r--r--backends/wince/pocketscumm.icobin0 -> 318 bytes
-rw-r--r--backends/wince/resource.h58
-rw-r--r--backends/wince/screen.cpp1588
-rw-r--r--backends/wince/screen.h58
30 files changed, 24974 insertions, 0 deletions
diff --git a/backends/wince/MenuTitle.bmp b/backends/wince/MenuTitle.bmp
new file mode 100644
index 0000000000..34faf3fbb2
--- /dev/null
+++ b/backends/wince/MenuTitle.bmp
Binary files differ
diff --git a/backends/wince/PocketSCUMM.rc b/backends/wince/PocketSCUMM.rc
new file mode 100644
index 0000000000..15fc9433ba
--- /dev/null
+++ b/backends/wince/PocketSCUMM.rc
@@ -0,0 +1,209 @@
+//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "newres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "#include ""newres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_GAMESELECT DIALOG DISCARDABLE 0, 0, 128, 134
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
+CAPTION "Choose a Game"
+FONT 8, "System"
+BEGIN
+ LISTBOX IDC_LISTAVAILABLE,6,47,113,70,LBS_NOINTEGRALHEIGHT |
+ WS_VSCROLL | WS_TABSTOP
+ CONTROL 133,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,2,
+ 125,35
+ LTEXT "",IDC_GAMEDESC,2,117,116,8
+ PUSHBUTTON "Play",IDC_PLAY,52,125,19,9
+ LTEXT "",IDC_FILEPATH,5,39,120,8
+ PUSHBUTTON "Scan",IDC_SCAN,4,125,19,9
+ PUSHBUTTON "Exit",IDC_EXIT,100,125,19,9
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menubar
+//
+
+IDM_MENU MENU DISCARDABLE
+BEGIN
+ POPUP "PocketSCUMM"
+ BEGIN
+ MENUITEM "Load/Save", IDC_LOADSAVE
+ MENUITEM "Options", IDC_OPTIONS
+ MENUITEM "Exit", IDC_EXIT
+ MENUITEM SEPARATOR
+ MENUITEM "Landscape", IDC_LANDSCAPE
+ MENUITEM "Skip section", IDC_SKIP
+ MENUITEM SEPARATOR
+ MENUITEM "Sound", IDC_SOUND
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Data
+//
+
+IDM_MENU SHMENUBAR DISCARDABLE
+BEGIN
+ IDM_MENU, 1,
+ I_IMAGENONE, IDM_POCKETSCUMM, TBSTATE_ENABLED,
+ TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, IDS_CAP_POCKETSCUMM, 0, 0,
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO DISCARDABLE
+BEGIN
+ IDD_GAMESELECT, DIALOG
+ BEGIN
+ RIGHTMARGIN, 125
+ HORZGUIDE, 2
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_CAP_POCKETSCUMM "PocketSCUMM"
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// French (France) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
+#ifdef _WIN32
+LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 90
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Dialog"
+FONT 8, "System"
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,129,7,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO DISCARDABLE
+BEGIN
+ IDD_DIALOG1, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 179
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 83
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDL_POCKETSCUMM ICON DISCARDABLE "PocketSCUMM.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Bitmap
+//
+
+IDB_MENUTITLE BITMAP DISCARDABLE "MenuTitle.bmp"
+#endif // French (France) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/backends/wince/PocketSCUMM.vcc b/backends/wince/PocketSCUMM.vcc
new file mode 100644
index 0000000000..9a25751416
--- /dev/null
+++ b/backends/wince/PocketSCUMM.vcc
@@ -0,0 +1,74 @@
+; CLW file contains information for the MFC ClassWizard
+
+[General Info]
+Version=1
+LastClass=
+LastTemplate=CDialog
+NewFileInclude1=#include "stdafx.h"
+NewFileInclude2=#include "pocketscumm.h"
+LastPage=0
+
+ClassCount=0
+
+ResourceCount=5
+Resource1=IDM_MENU
+Resource2=IDD_DIALOG1
+Resource3=IDD_GAMESELECT
+Resource4=IDD_GAMESELECT (English (U.S.))
+Resource5=IDM_MENU (English (U.S.))
+
+[DLG:IDD_GAMESELECT (English (U.S.))]
+Type=1
+Class=?
+ControlCount=7
+Control1=IDC_LISTAVAILABLE,listbox,1352728833
+Control2=IDC_STATIC,static,1342177806
+Control3=IDC_GAMEDESC,static,1342308352
+Control4=IDC_PLAY,button,1342242816
+Control5=IDC_FILEPATH,static,1342308352
+Control6=IDC_SCAN,button,1342242816
+Control7=IDC_EXIT,button,1342242816
+
+[MNU:IDM_MENU (English (U.S.))]
+Type=1
+Class=?
+Command1=IDC_LOADSAVE
+Command2=IDC_OPTIONS
+Command3=IDC_EXIT
+Command4=IDC_LANDSCAPE
+Command5=IDC_SKIP
+Command6=IDC_SOUND
+CommandCount=6
+
+[DLG:IDD_GAMESELECT]
+Type=1
+Class=?
+ControlCount=7
+Control1=IDC_LISTAVAILABLE,listbox,1352728833
+Control2=IDC_STATIC,static,1342177806
+Control3=IDC_GAMEDESC,static,1342308352
+Control4=IDC_PLAY,button,1342242816
+Control5=IDC_FILEPATH,static,1342308352
+Control6=IDC_SCAN,button,1342242816
+Control7=IDC_EXIT,button,1342242816
+
+[MNU:IDM_MENU]
+Type=1
+Class=?
+Command1=IDC_LOADSAVE
+Command2=IDC_OPTIONS
+Command3=IDC_EXIT
+Command4=IDC_LANDSCAPE
+Command5=IDC_SKIP
+Command6=IDC_SOUND
+CommandCount=6
+
+
+
+[DLG:IDD_DIALOG1]
+Type=1
+Class=?
+ControlCount=2
+Control1=IDOK,button,1342242817
+Control2=IDCANCEL,button,1342242816
+
diff --git a/backends/wince/PocketSCUMM.vcp b/backends/wince/PocketSCUMM.vcp
new file mode 100644
index 0000000000..5809a4d948
--- /dev/null
+++ b/backends/wince/PocketSCUMM.vcp
@@ -0,0 +1,9228 @@
+# Microsoft eMbedded Visual Tools Project File - Name="PocketSCUMM" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE ARM) Application" 0x8501
+# TARGTYPE "Win32 (WCE x86em) Application" 0x7f01
+# TARGTYPE "Win32 (WCE SH3) Application" 0x8101
+# TARGTYPE "Win32 (WCE SH4) Application" 0x8601
+# TARGTYPE "Win32 (WCE MIPS) Application" 0x8201
+
+CFG=PocketSCUMM - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "PocketSCUMM.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "PocketSCUMM.vcn" CFG="PocketSCUMM - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "PocketSCUMM - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /I "mad/include" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /D "__AUTO_MIXER_ADJUST__" /D "FPM_DEFAULT" /D "COMPRESSED_SOUND_FILE" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/MIPS" /libpath:"mad/lib/MIPS" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /I "mad/include" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "USE_ADLIB" /D "__AUTO_MIXER_ADJUST__" /D "FPM_DEFAULT" /D "COMPRESSED_SOUND_FILE" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/SH3" /libpath:"mad/lib/SH3" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "ARMRel"
+# PROP Intermediate_Dir "ARMRel"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "../sound" /I "gapi/inc" /I "SDLAudio/include" /I "mad/include" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "COMPRESSED_SOUND_FILE" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/ARM" /libpath:"mad/lib/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "ARMDbg"
+# PROP Intermediate_Dir "ARMDbg"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "../sound" /I "gapi/inc" /I "SDLAudio/include" /I "mad/include" /D "DEBUG" /D "ARM" /D "_ARM_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "COMPRESSED_SOUND_FILE" /FR /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/ARM" /libpath:"mad/lib/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "X86EMRel"
+# PROP Intermediate_Dir "X86EMRel"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "X86EMDbg"
+# PROP Intermediate_Dir "X86EMDbg"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "i486" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "i486" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "_X86_" /D "x86" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "PocketSCUMM - Win32 (WCE MIPS) Release"
+# Name "PocketSCUMM - Win32 (WCE MIPS) Debug"
+# Name "PocketSCUMM - Win32 (WCE SH4) Release"
+# Name "PocketSCUMM - Win32 (WCE SH4) Debug"
+# Name "PocketSCUMM - Win32 (WCE SH3) Release"
+# Name "PocketSCUMM - Win32 (WCE SH3) Debug"
+# Name "PocketSCUMM - Win32 (WCE ARM) Release"
+# Name "PocketSCUMM - Win32 (WCE ARM) Debug"
+# Name "PocketSCUMM - Win32 (WCE x86em) Release"
+# Name "PocketSCUMM - Win32 (WCE x86em) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Group "sound"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\sound\fmopl.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FMOPL=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FMOPL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_FMOPL=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FMOPL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_FMOPL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FMOPL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FMOPL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\imuse.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IMUSE=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\morphos\morphos.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_IMUSE=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\morphos\morphos.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_IMUSE=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\morphos\morphos.h"\
+ "..\saveload.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\morphos\morphos.h"\
+ "..\saveload.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\mididrv.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDID=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDID=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDID=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDID=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDID=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDID=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_MIDID=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDID=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MIDID=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\fmopl.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDID=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDID=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MIDID=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\sys\time.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDID=\
+ "..\sound.h"\
+ "..\sound\gmidi.h"\
+ "..\sound\QuickTimeMusic.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\mididrv.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\mixer.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIXER=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIXER=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_MIXER=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIXER=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MIXER=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIXER=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MIXER=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\mixer.h
+# End Source File
+# End Group
+# Begin Group "v3"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\v3\resource_v3.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_RESOU=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\myresource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RESOU=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\myresource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RESOU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "v4"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\v4\resource_v4.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_RESOUR=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RESOUR=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RESOUR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOUR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "simon"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\simon\midi.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\simon\gmidi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\simon\gmidi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\simon\gmidi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\simon\gmidi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\simon\gmidi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MIDI_=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_MIDI_=\
+ "..\simon\gmidi.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simon.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMON=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMON=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMON=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMON=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMON=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simon.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simondebug.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMOND=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMOND=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simonitems.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMONI=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONI=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simonres.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMONR=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONR=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simonsys.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMONS=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simonverb.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMONV=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONV=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\simon\simonvga.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIMONVG=\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SIMONVG=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "gui"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\gui\dialog.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_DIALO=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_DIALO=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIALO=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_DIALO=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\dialog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\ListWidget.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_LISTW=\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_LISTW=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LISTW=\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_LISTW=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LISTW=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_LISTW=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\ListWidget.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\ScrollBarWidget.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCROL=\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCROL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCROL=\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCROL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCROL=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ScrollBarWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCROL=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\ScrollBarWidget.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\widget.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_WIDGE=\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_WIDGE=\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_WIDGE=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_WIDGE=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui\widget.h
+# End Source File
+# End Group
+# Begin Source File
+
+SOURCE=..\actor.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ACTOR=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_ACTOR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_ACTOR=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_ACTOR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_ACTOR=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\costume.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_ACTOR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\costume.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_ACTOR=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\akos.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_AKOS_=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_AKOS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_AKOS_=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_AKOS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_AKOS_=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_AKOS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_AKOS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\boxes.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BOXES=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BOXES=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_BOXES=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BOXES=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_BOXES=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BOXES=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BOXES=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BOXES=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BOXES=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\bundle.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BUNDL=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BUNDL=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE="..\config-file.cpp"
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_CONFI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_CONFI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_CONFI=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_CONFI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_CONFI=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_CONFI=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_CONFI=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\costume.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_COSTU=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_COSTU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_COSTU=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_COSTU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_COSTU=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\costume.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_COSTU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_COSTU=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\costume.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_COSTU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_COSTU=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gameDetector.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GAMED=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAMED=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAMED=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAMED=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GAMED=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAMED=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GAMED=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GAMED=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GAMED=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GAMED=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAMED=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GAMED=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAMED=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gfx.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GFX_C=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GFX_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GFX_C=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GFX_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GFX_C=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\newgui.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GFX_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\newgui.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GFX_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GUI_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\guimaps.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GUI_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GUI_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\guimaps.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GUI_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GUI_C=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\guimaps.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GUI_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\guimaps.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_GUI_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\guimaps.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\insane.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_INSAN=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_INSAN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_INSAN=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_INSAN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_INSAN=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_INSAN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_INSAN=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_INSAN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_INSAN=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\newgui.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\ListWidget.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_NEWGU=\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui\dialog.h"\
+ "..\gui\widget.h"\
+ "..\guimaps.h"\
+ "..\newgui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_NEWGU=\
+ "..\gui\util.h"\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\object.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBJEC=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_OBJEC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBJEC=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_OBJEC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBJEC=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\object.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_OBJEC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\object.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_OBJEC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\resource.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RESOURC=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOURC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RESOURC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOURC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_RESOURC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOURC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RESOURC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOURC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_RESOURC=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOURC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RESOURC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOURC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_RESOURC=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOURC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RESOURC=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_RESOURC=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_RESOURC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOURC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RESOURC=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOURC=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\saveload.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SAVEL=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SAVEL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SAVEL=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SAVEL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SAVEL=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\saveload.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SAVEL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\saveload.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SAVEL=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\scaler.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCALE=\
+ "..\scaler.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCALE=\
+ "..\macos.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\script.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCRIP=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIP=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCRIP=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIP=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCRIP=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIP=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIP=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\script_v1.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ "..\cdmusic.h"\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\script_v2.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCRIPT_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\scummvm.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCUMM=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCUMM=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCUMM=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCUMM=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCUMM=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\newgui.h"\
+ "..\object.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCUMM=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\newgui.h"\
+ "..\object.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SCUMM=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gameDetector.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOUND=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SOUND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOUND=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SOUND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOUND=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SOUND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOUND=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\imuse.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SOUND=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOUND=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\cdmusic.h"\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\stdafx.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\string.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STRIN=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_STRIN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_STRIN=\
+ "..\actor.h"\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_STRIN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_STRIN=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_STRIN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STRIN=\
+ "..\actor.h"\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_STRIN=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STRIN=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sys.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SYS_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SYS_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SYS_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SYS_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SYS_C=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SYS_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_SYS_C=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\util.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UTIL_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\vars.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_VARS_=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VARS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_VARS_=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VARS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_VARS_=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VARS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_VARS_=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VARS_=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_VARS_=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\verbs.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_VERBS=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VERBS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_VERBS=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VERBS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_VERBS=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\object.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VERBS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_VERBS=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\gfx.h"\
+ "..\object.h"\
+ "..\resource.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_VERBS=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_VERBS=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\akos.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\boxes.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\bundle.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\config-file.h"
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\fmopl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\gapi_keys.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\guimaps.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\newgui.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\scaler.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\scumm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\scummsys.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\stdafx.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\util.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# Begin Source File
+
+SOURCE=.\MenuTitle.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\pocketscumm.ico
+# End Source File
+# End Group
+# Begin Group "Port Source Files"
+
+# PROP Default_Filter "cpp"
+# Begin Source File
+
+SOURCE=.\bitmaps.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\findgame.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FINDG=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FINDG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_FINDG=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FINDG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_FINDG=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FINDG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FINDG=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\gfx.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+NODEP_CPP_FINDG=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi_keys.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GAPI_=\
+ "..\gapi_keys.h"\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi\inc\gx.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi\inc\gx.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi\inc\gx.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GAPI_=\
+ "..\gapi_keys.h"\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi\inc\gx.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GAPI_=\
+ "..\gapi_keys.h"\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"Aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\gapi_keys.h"\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"Aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi\inc\gx.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\missing.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\pocketpc.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POCKE=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gameDetector.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\smush.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+NODEP_CPP_POCKE=\
+ "..\macos.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ "..\sound.h"\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_POCKE=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\config-file.h"\
+ "..\gameDetector.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\smush.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\gapi\inc\gx.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+NODEP_CPP_POCKE=\
+ "..\macos.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_POCKE=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\gapi\inc\gx.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+ {$(INCLUDE)}"Aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+NODEP_CPP_POCKE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POCKE=\
+ "..\boxes.h"\
+ "..\bundle.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\gapi_keys.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\sound\mixer.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\gapi\inc\gx.h"\
+ ".\mad\include\mad.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+ {$(INCLUDE)}"Aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+NODEP_CPP_POCKE=\
+ "..\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POCKE=\
+ "..\akos.h"\
+ "..\boxes.h"\
+ "..\gfx.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ "..\system.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+NODEP_CPP_POCKE=\
+ "..\gmidi.h"\
+ "..\sound.h"\
+ ".\ipapi.h"\
+ ".\SDL.h"\
+ ".\SDL_audio.h"\
+ ".\SDL_thread.h"\
+ ".\SDL_timer.h"\
+ ".\ygshell.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\PocketSCUMM.rc
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\screen.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCREE=\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCREE=\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCREE=\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCREE=\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"Aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"Aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCREE=\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+
+NODEP_CPP_SCREE=\
+ ".\ipapi.h"\
+ ".\ygshell.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\ARM\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\emu\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\MIPS\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\SH\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Port Header Files"
+
+# PROP Default_Filter "h"
+# Begin Source File
+
+SOURCE=.\missing\assert.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\conio.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\dir.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\direct.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\dirent.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\errno.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\fcntl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\io.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\newres.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\resource.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\screen.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\signal.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\sys\stat.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\sys\time.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\time.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\sys\types.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\unistd.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/backends/wince/PocketSCUMM.vcw b/backends/wince/PocketSCUMM.vcw
new file mode 100644
index 0000000000..9961cf0d39
--- /dev/null
+++ b/backends/wince/PocketSCUMM.vcw
@@ -0,0 +1,29 @@
+Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "PocketSCUMM"=.\PocketSCUMM.vcp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
diff --git a/backends/wince/bitmaps.cpp b/backends/wince/bitmaps.cpp
new file mode 100644
index 0000000000..3b23330fde
--- /dev/null
+++ b/backends/wince/bitmaps.cpp
@@ -0,0 +1,10720 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+#ifdef _WIN32_WCE
+
+// Bitmaps used for WCE
+
+#include <windows.h>
+#include "screen.h"
+
+// Loading
+
+unsigned char item_loading_colors[] = {
+ 0x04, 0x02, 0x04,
+ 0x21, 0x11, 0x1d,
+ 0x40, 0x21, 0x37,
+ 0x2c, 0x17, 0x26,
+ 0x7d, 0x41, 0x6b,
+ 0xf6, 0x80, 0xd3,
+ 0xb9, 0x60, 0x9f,
+ 0x90, 0x4b, 0x7c,
+ 0x18, 0x0c, 0x15,
+ 0x9b, 0x51, 0x85,
+ 0x5e, 0x31, 0x51,
+ 0xcd, 0x6b, 0xb0,
+ 0xe1, 0x75, 0xc1,
+ 0x36, 0x1c, 0x2f,
+ 0xc3, 0x65, 0xa7,
+ 0x4a, 0x27, 0x40,
+ 0xd8, 0x70, 0xb9,
+ 0x72, 0x3b, 0x62,
+ 0x55, 0x2c, 0x49,
+ 0x87, 0x46, 0x74,
+ 0xaf, 0x5b, 0x96,
+ 0xec, 0x7b, 0xca,
+ 0x69, 0x36, 0x5a,
+ 0xa5, 0x56, 0x8e
+
+};
+unsigned char item_loading[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x06, 0x00, 0x00, 0x06, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x06, 0x00, 0x00, 0x06, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x06, 0x00, 0x00, 0x07,
+ 0x06, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x02, 0x02, 0x08,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x06, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x09, 0x05, 0x05, 0x05,
+ 0x05, 0x09, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a,
+ 0x0b, 0x05, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x0d, 0x0b, 0x05, 0x0c, 0x09, 0x09, 0x05, 0x06, 0x00,
+ 0x00, 0x07, 0x06, 0x06, 0x00, 0x00, 0x07, 0x06, 0x06,
+ 0x08, 0x07, 0x0c, 0x05, 0x0e, 0x03, 0x00, 0x00, 0x00,
+ 0x00, 0x0f, 0x0b, 0x05, 0x05, 0x0b, 0x04, 0x04, 0x04,
+ 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x02, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x0b, 0x05, 0x05, 0x0b,
+ 0x0b, 0x05, 0x05, 0x0b, 0x00, 0x00, 0x00, 0x03, 0x10,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x11, 0x00, 0x00, 0x00,
+ 0x12, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06,
+ 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x06, 0x05,
+ 0x05, 0x0b, 0x05, 0x05, 0x05, 0x05, 0x10, 0x00, 0x00,
+ 0x00, 0x12, 0x05, 0x05, 0x09, 0x13, 0x0c, 0x05, 0x05,
+ 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x02, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x12,
+ 0x00, 0x00, 0x04, 0x05, 0x05, 0x0a, 0x00, 0x00, 0x12,
+ 0x05, 0x14, 0x01, 0x08, 0x14, 0x05, 0x06, 0x00, 0x00,
+ 0x03, 0x05, 0x05, 0x05, 0x14, 0x04, 0x0e, 0x05, 0x05,
+ 0x06, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x06,
+ 0x05, 0x05, 0x05, 0x0e, 0x13, 0x0c, 0x05, 0x05, 0x03,
+ 0x00, 0x00, 0x0c, 0x05, 0x04, 0x00, 0x00, 0x0d, 0x05,
+ 0x15, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x02,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x05, 0x0b,
+ 0x00, 0x00, 0x00, 0x00, 0x05, 0x05, 0x06, 0x00, 0x00,
+ 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x05, 0x06, 0x00,
+ 0x00, 0x09, 0x05, 0x05, 0x16, 0x00, 0x00, 0x00, 0x13,
+ 0x05, 0x06, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00,
+ 0x06, 0x05, 0x05, 0x16, 0x00, 0x00, 0x13, 0x05, 0x05,
+ 0x02, 0x00, 0x00, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00,
+ 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x05,
+ 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x05, 0x05,
+ 0x13, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x11, 0x14, 0x10, 0x05, 0x06,
+ 0x00, 0x00, 0x0c, 0x05, 0x10, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x06, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00,
+ 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x05, 0x02, 0x00, 0x00, 0x0c, 0x05, 0x04, 0x00, 0x00,
+ 0x0d, 0x05, 0x05, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x05,
+ 0x05, 0x04, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x07, 0x05, 0x05, 0x10, 0x10, 0x05,
+ 0x06, 0x00, 0x00, 0x05, 0x05, 0x06, 0x00, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x06, 0x00, 0x00, 0x06, 0x05, 0x05,
+ 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x05, 0x02, 0x00, 0x00, 0x12, 0x05, 0x05, 0x13,
+ 0x13, 0x0c, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x05, 0x05, 0x04, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x05,
+ 0x05, 0x00, 0x00, 0x14, 0x05, 0x0b, 0x0d, 0x00, 0x04,
+ 0x05, 0x06, 0x00, 0x00, 0x05, 0x05, 0x10, 0x00, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x06, 0x00, 0x00, 0x06, 0x05,
+ 0x05, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x05, 0x02, 0x00, 0x00, 0x0f, 0x0c, 0x15,
+ 0x05, 0x05, 0x10, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x05, 0x05, 0x0b, 0x00, 0x00, 0x00, 0x08, 0x05,
+ 0x05, 0x14, 0x00, 0x03, 0x05, 0x05, 0x01, 0x00, 0x00,
+ 0x04, 0x05, 0x06, 0x00, 0x00, 0x06, 0x05, 0x05, 0x0d,
+ 0x00, 0x00, 0x00, 0x13, 0x05, 0x06, 0x00, 0x00, 0x06,
+ 0x05, 0x05, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x05, 0x02, 0x00, 0x17, 0x05, 0x14,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x05, 0x16, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x00, 0x09, 0x05, 0x05, 0x12, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x0a, 0x00, 0x02, 0x05, 0x05, 0x01, 0x00,
+ 0x08, 0x0b, 0x05, 0x06, 0x00, 0x00, 0x0a, 0x05, 0x05,
+ 0x0c, 0x11, 0x02, 0x04, 0x05, 0x05, 0x06, 0x00, 0x00,
+ 0x06, 0x05, 0x05, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x05, 0x02, 0x02, 0x05, 0x05,
+ 0x0c, 0x06, 0x04, 0x11, 0x02, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x06,
+ 0x06, 0x03, 0x00, 0x00, 0x07, 0x06, 0x06, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x06, 0x00, 0x08, 0x0c, 0x05, 0x05, 0x06, 0x10,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x0c, 0x05, 0x0c,
+ 0x06, 0x0c, 0x05, 0x05, 0x05, 0x04, 0x0d, 0x00, 0x0b,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x00,
+ 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x06, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x02, 0x00, 0x09,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x0e, 0x03,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x05, 0x02, 0x00, 0x00, 0x06, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x05, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x06, 0x00, 0x00, 0x03, 0x0e, 0x05, 0x05,
+ 0x05, 0x0c, 0x04, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c,
+ 0x05, 0x05, 0x10, 0x02, 0x0c, 0x05, 0x05, 0x11, 0x00,
+ 0x08, 0x0e, 0x05, 0x05, 0x05, 0x10, 0x17, 0x05, 0x06,
+ 0x00, 0x00, 0x06, 0x05, 0x05, 0x00, 0x00, 0x06, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x05, 0x02, 0x00,
+ 0x00, 0x04, 0x05, 0x0e, 0x06, 0x0b, 0x05, 0x05, 0x05,
+ 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x05, 0x02, 0x00, 0x00, 0x06, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x05, 0x05, 0x06, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x00, 0x00, 0x08, 0x02, 0x08, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x00, 0x01, 0x02,
+ 0x03, 0x00, 0x00, 0x03, 0x02, 0x02, 0x00, 0x00, 0x03,
+ 0x02, 0x02, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x08,
+ 0x00, 0x17, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x08, 0x00, 0x00, 0x03, 0x02,
+ 0x02, 0x00, 0x00, 0x00, 0x02, 0x02, 0x03, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x03, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x03, 0x05, 0x05, 0x0d, 0x00, 0x00, 0x00,
+ 0x00, 0x14, 0x05, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x0b, 0x05, 0x05, 0x09, 0x04,
+ 0x13, 0x10, 0x05, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x09, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+// *************************************************************************
+// PORTRAIT
+// *************************************************************************
+
+unsigned char item_toolbarPortrait_colors[] = {
+ 0x00, 0x00, 0x00,
+ 0x04, 0x02, 0x04,
+ 0x0c, 0x02, 0x04,
+ 0x24, 0x06, 0x04,
+ 0x84, 0x16, 0x14,
+ 0x9c, 0x1a, 0x1c,
+ 0x74, 0x16, 0x14,
+ 0x1c, 0x06, 0x04,
+ 0x5c, 0x0e, 0x0c,
+ 0x4c, 0x0e, 0x0c,
+ 0x44, 0x0a, 0x0c,
+ 0x64, 0x12, 0x14,
+ 0x8c, 0x1a, 0x1c,
+ 0xc4, 0x22, 0x24,
+ 0xb4, 0x1e, 0x1c,
+ 0x0c, 0x06, 0x04,
+ 0xa4, 0x1e, 0x1c,
+ 0x34, 0x0a, 0x0c,
+ 0x14, 0x16, 0x14,
+ 0x64, 0x66, 0x64,
+ 0x1c, 0x16, 0x1c,
+ 0x1c, 0x1a, 0x1c,
+ 0x3c, 0x3e, 0x3c,
+ 0x34, 0x36, 0x34,
+ 0x34, 0x32, 0x34,
+ 0x6c, 0x6a, 0x6c,
+ 0xb4, 0xb2, 0xb4,
+ 0x4c, 0x4e, 0x4c,
+ 0x94, 0x92, 0x94,
+ 0x94, 0x96, 0x94,
+ 0x7c, 0x7e, 0x7c,
+ 0x9c, 0x9e, 0x9c,
+ 0x0c, 0x0a, 0x0c,
+ 0x44, 0x46, 0x44,
+ 0x5c, 0x5a, 0x5c,
+ 0x74, 0x76, 0x74,
+ 0xc4, 0xc2, 0xc4,
+ 0x84, 0x82, 0x84,
+ 0x9c, 0x9a, 0x9c,
+ 0x74, 0x72, 0x74,
+ 0x24, 0x26, 0x24,
+ 0xa4, 0xa6, 0xa4,
+ 0x3c, 0x3a, 0x3c,
+ 0x8c, 0x8e, 0x8c,
+ 0x2c, 0x7e, 0xb4,
+ 0xbc, 0xbe, 0xbc,
+ 0x6c, 0x6e, 0x6c,
+ 0x1c, 0x1e, 0x1c,
+ 0x2c, 0x5e, 0x7c,
+ 0xac, 0xaa, 0xac,
+ 0x5c, 0x5e, 0x5c,
+ 0xa4, 0xa2, 0xa4,
+ 0xd4, 0xd6, 0xd4,
+ 0xac, 0xae, 0xac,
+ 0xec, 0xee, 0xec,
+ 0xe4, 0xe6, 0xe4,
+ 0xfc, 0xfa, 0xfc,
+ 0x1c, 0x0a, 0x0c,
+ 0x2c, 0x0e, 0x0c,
+ 0x24, 0x0a, 0x0c,
+ 0x14, 0x06, 0x04,
+ 0x34, 0x0e, 0x0c,
+ 0xcc, 0xce, 0xcc,
+ 0xf4, 0xf2, 0xf4,
+ 0x0c, 0x0a, 0x04,
+ 0x24, 0x1a, 0x0c,
+ 0x2c, 0x1e, 0x14,
+ 0x24, 0x1e, 0x0c,
+ 0x24, 0x1e, 0x14,
+ 0x1c, 0x16, 0x0c,
+ 0x14, 0x0e, 0x04,
+ 0x04, 0x06, 0x04,
+ 0x14, 0x12, 0x0c,
+ 0x5c, 0x1a, 0x1c,
+ 0x94, 0x26, 0x24,
+ 0xb4, 0x2e, 0x2c,
+ 0xd4, 0x3a, 0x3c,
+ 0xcc, 0x36, 0x34,
+ 0xa4, 0x2e, 0x2c,
+ 0x54, 0x16, 0x14,
+ 0x4c, 0x16, 0x14,
+ 0x7c, 0x22, 0x24,
+ 0x9c, 0x2a, 0x2c,
+ 0xbc, 0x36, 0x34,
+ 0xb4, 0x32, 0x34,
+ 0xac, 0x2e, 0x2c,
+ 0x2c, 0x0a, 0x0c,
+ 0xa4, 0x2a, 0x2c,
+ 0x6c, 0x1e, 0x1c,
+ 0x64, 0x1e, 0x1c,
+ 0x94, 0x2a, 0x2c,
+ 0x34, 0x22, 0x24,
+ 0x64, 0x4a, 0x24,
+ 0xc4, 0x96, 0x4c,
+ 0xd4, 0xa2, 0x54,
+ 0xcc, 0x9e, 0x54,
+ 0x84, 0x66, 0x34,
+ 0x14, 0x0e, 0x0c,
+ 0xec, 0xb2, 0x5c,
+ 0xdc, 0xaa, 0x5c,
+ 0x94, 0x72, 0x3c,
+ 0xe4, 0xb2, 0x5c,
+ 0x4c, 0x3a, 0x1c,
+ 0xc4, 0x36, 0x34,
+ 0xbc, 0x32, 0x34,
+ 0xc4, 0x32, 0x34,
+ 0x8c, 0x26, 0x24,
+ 0x44, 0x12, 0x14,
+ 0x74, 0x1e, 0x1c,
+ 0x5c, 0x16, 0x14,
+ 0xb4, 0x86, 0x44,
+ 0xfc, 0xc6, 0x6c,
+ 0xf4, 0xbe, 0x64,
+ 0xf4, 0xba, 0x64,
+ 0xfc, 0xbe, 0x64,
+ 0xec, 0xb6, 0x64,
+ 0x2c, 0x22, 0x14,
+ 0xfc, 0xce, 0x6c,
+ 0xfc, 0xc2, 0x64,
+ 0xcc, 0x9a, 0x54,
+ 0xdc, 0xa6, 0x54,
+ 0xfc, 0xd2, 0x6c,
+ 0x5c, 0x46, 0x24,
+ 0xcc, 0x3a, 0x3c,
+ 0x84, 0x22, 0x24,
+ 0x84, 0x26, 0x24,
+ 0xdc, 0xde, 0xdc,
+ 0xe4, 0xe2, 0xe4,
+ 0x5c, 0x4a, 0x2c,
+ 0xec, 0xb6, 0x5c,
+ 0x9c, 0x7a, 0x3c,
+ 0xfc, 0xc6, 0x64,
+ 0x34, 0x26, 0x14,
+ 0x4c, 0x12, 0x14,
+ 0x64, 0x1a, 0x1c,
+ 0x54, 0x3e, 0x24,
+ 0xf4, 0xb6, 0x64,
+ 0x6c, 0x56, 0x2c,
+ 0x3c, 0x2a, 0x14,
+ 0x44, 0x32, 0x1c,
+ 0xac, 0x32, 0x34,
+ 0x54, 0x1a, 0x1c,
+ 0x3c, 0x12, 0x14,
+ 0xe4, 0xae, 0x5c,
+ 0x6c, 0x52, 0x2c,
+ 0x74, 0x5a, 0x34,
+ 0xc4, 0x9a, 0x54,
+ 0x7c, 0x62, 0x34,
+ 0x84, 0x62, 0x34,
+ 0xbc, 0xba, 0xbc,
+ 0x7c, 0x5e, 0x34,
+ 0x8c, 0x66, 0x34,
+ 0x9c, 0x76, 0x3c,
+ 0x94, 0x6e, 0x3c,
+ 0x8c, 0x6a, 0x3c,
+ 0x74, 0x22, 0x24,
+ 0xbc, 0x8e, 0x4c,
+ 0xb4, 0x8a, 0x4c,
+ 0xb4, 0x8e, 0x4c,
+ 0x44, 0x36, 0x1c,
+ 0x7c, 0x5a, 0x34,
+ 0x8c, 0x6a, 0x34,
+ 0x74, 0x56, 0x2c,
+ 0x5c, 0x4a, 0x24,
+ 0xbc, 0x92, 0x4c,
+ 0xe4, 0xaa, 0x5c,
+ 0x64, 0x4e, 0x2c,
+ 0x54, 0x3e, 0x1c,
+ 0x8c, 0x6e, 0x3c,
+ 0x0c, 0x06, 0x0c,
+ 0xa4, 0x7e, 0x44,
+ 0x94, 0x76, 0x3c,
+ 0x9c, 0x2e, 0x34,
+ 0x8c, 0x2a, 0x2c,
+ 0x8c, 0x8a, 0x8c,
+ 0x54, 0x42, 0x24,
+ 0x4c, 0x3e, 0x1c,
+ 0xd4, 0xa6, 0x54,
+ 0x1c, 0x1a, 0x0c,
+ 0x2c, 0x2e, 0x2c,
+ 0xac, 0x82, 0x44
+
+};
+unsigned char item_toolbarPortrait[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x03, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x06, 0x07, 0x01, 0x01, 0x01, 0x01, 0x02, 0x08,
+ 0x06, 0x04, 0x05, 0x08, 0x09, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x07, 0x08, 0x04, 0x04, 0x04, 0x06,
+ 0x0a, 0x01, 0x0b, 0x04, 0x05, 0x04, 0x01, 0x01, 0x01,
+ 0x08, 0x04, 0x04, 0x05, 0x03, 0x03, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x0c, 0x04, 0x0c, 0x08, 0x03, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x04, 0x05, 0x04, 0x05, 0x0b, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03,
+ 0x0d, 0x0e, 0x0d, 0x0e, 0x0d, 0x0e, 0x0d, 0x0e, 0x0f,
+ 0x01, 0x01, 0x08, 0x0d, 0x0e, 0x0d, 0x0d, 0x0e, 0x0d,
+ 0x0d, 0x10, 0x03, 0x01, 0x01, 0x01, 0x02, 0x06, 0x0d,
+ 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x05, 0x01, 0x04, 0x0d,
+ 0x0d, 0x0e, 0x01, 0x01, 0x11, 0x0d, 0x0d, 0x0d, 0x08,
+ 0x01, 0x03, 0x0d, 0x0e, 0x0d, 0x0d, 0x0e, 0x0d, 0x0d,
+ 0x0e, 0x08, 0x11, 0x0d, 0x0e, 0x0d, 0x0e, 0x0d, 0x0d,
+ 0x0d, 0x0e, 0x0d, 0x04, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x11, 0x0d, 0x0d, 0x05, 0x11,
+ 0x0a, 0x0e, 0x0d, 0x0e, 0x08, 0x01, 0x06, 0x0e, 0x0d,
+ 0x0d, 0x0e, 0x04, 0x0e, 0x0e, 0x0d, 0x0d, 0x0e, 0x02,
+ 0x01, 0x01, 0x05, 0x0e, 0x0d, 0x0d, 0x0e, 0x05, 0x04,
+ 0x04, 0x04, 0x01, 0x05, 0x0e, 0x0d, 0x0d, 0x01, 0x02,
+ 0x0e, 0x0e, 0x0d, 0x04, 0x01, 0x01, 0x11, 0x0d, 0x0d,
+ 0x0d, 0x0b, 0x08, 0x08, 0x08, 0x08, 0x11, 0x02, 0x08,
+ 0x08, 0x08, 0x0d, 0x0d, 0x0e, 0x06, 0x08, 0x08, 0x0a,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x11, 0x0e, 0x0d, 0x04, 0x01, 0x01, 0x04, 0x0d, 0x0d,
+ 0x08, 0x11, 0x0d, 0x0d, 0x0d, 0x04, 0x02, 0x01, 0x01,
+ 0x0a, 0x0d, 0x0e, 0x0d, 0x06, 0x01, 0x08, 0x0e, 0x0d,
+ 0x0d, 0x06, 0x07, 0x01, 0x01, 0x01, 0x01, 0x01, 0x04,
+ 0x0d, 0x0d, 0x0e, 0x01, 0x06, 0x0d, 0x0d, 0x0e, 0x02,
+ 0x01, 0x01, 0x11, 0x0e, 0x0d, 0x0d, 0x11, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x0e, 0x0d,
+ 0x0d, 0x11, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x12, 0x12, 0x12, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x11, 0x0d, 0x0d, 0x04,
+ 0x01, 0x03, 0x0d, 0x0d, 0x0e, 0x0a, 0x0b, 0x0d, 0x0e,
+ 0x0d, 0x02, 0x01, 0x01, 0x01, 0x01, 0x04, 0x0d, 0x0d,
+ 0x0e, 0x01, 0x05, 0x0d, 0x0d, 0x10, 0x02, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x04, 0x0d, 0x0d, 0x0e, 0x08,
+ 0x0d, 0x0d, 0x0e, 0x03, 0x01, 0x01, 0x01, 0x11, 0x0d,
+ 0x0d, 0x0e, 0x05, 0x05, 0x04, 0x0c, 0x09, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x0d, 0x0d, 0x0d, 0x03, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x13, 0x13, 0x14, 0x12, 0x15, 0x16,
+ 0x17, 0x18, 0x12, 0x14, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x03, 0x0d, 0x0e, 0x0b, 0x10, 0x0d, 0x0d, 0x0e,
+ 0x05, 0x01, 0x04, 0x0d, 0x0d, 0x04, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x08, 0x0e, 0x0d, 0x0d, 0x01, 0x0d, 0x0d,
+ 0x0e, 0x08, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x04, 0x0d, 0x0d, 0x04, 0x10, 0x0d, 0x0e, 0x05, 0x01,
+ 0x01, 0x01, 0x01, 0x03, 0x0d, 0x0e, 0x0d, 0x0d, 0x0d,
+ 0x0e, 0x0d, 0x08, 0x01, 0x01, 0x01, 0x01, 0x03, 0x0e,
+ 0x0d, 0x0d, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x13, 0x19, 0x13, 0x1a,
+ 0x19, 0x1b, 0x13, 0x1c, 0x1d, 0x1e, 0x18, 0x17, 0x18,
+ 0x13, 0x19, 0x13, 0x19, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x08, 0x0d, 0x0d,
+ 0x08, 0x06, 0x0e, 0x0e, 0x06, 0x02, 0x01, 0x04, 0x0d,
+ 0x0d, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x0d,
+ 0x0e, 0x0e, 0x01, 0x0e, 0x0d, 0x0d, 0x08, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x04, 0x0d, 0x0e, 0x05,
+ 0x0a, 0x0d, 0x0d, 0x0d, 0x0a, 0x01, 0x01, 0x01, 0x08,
+ 0x0d, 0x0d, 0x0d, 0x0b, 0x08, 0x08, 0x08, 0x03, 0x01,
+ 0x01, 0x01, 0x01, 0x11, 0x0d, 0x0d, 0x0e, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x19,
+ 0x19, 0x1a, 0x1f, 0x1f, 0x1e, 0x20, 0x21, 0x22, 0x23,
+ 0x24, 0x1a, 0x25, 0x13, 0x19, 0x1f, 0x1f, 0x1a, 0x1a,
+ 0x19, 0x19, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x08, 0x0d, 0x0e, 0x08, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x08, 0x0d, 0x0e, 0x0d, 0x03, 0x01,
+ 0x01, 0x01, 0x02, 0x0e, 0x0d, 0x0d, 0x04, 0x01, 0x05,
+ 0x0e, 0x0d, 0x0e, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x05, 0x0d, 0x0d, 0x04, 0x01, 0x04, 0x0d, 0x0e,
+ 0x0e, 0x02, 0x01, 0x01, 0x08, 0x0d, 0x0e, 0x0d, 0x11,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x03,
+ 0x0d, 0x0d, 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x26, 0x1a, 0x1f, 0x27, 0x27,
+ 0x28, 0x01, 0x18, 0x18, 0x17, 0x13, 0x1f, 0x1a, 0x29,
+ 0x1c, 0x2a, 0x2b, 0x1f, 0x26, 0x1a, 0x1f, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0b, 0x0e,
+ 0x0d, 0x08, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x07,
+ 0x0d, 0x0d, 0x0d, 0x0e, 0x08, 0x11, 0x09, 0x0e, 0x0d,
+ 0x0e, 0x0d, 0x03, 0x01, 0x08, 0x0d, 0x0d, 0x0e, 0x10,
+ 0x09, 0x0a, 0x03, 0x08, 0x03, 0x01, 0x0d, 0x0d, 0x0d,
+ 0x04, 0x01, 0x02, 0x0e, 0x0d, 0x0d, 0x04, 0x01, 0x01,
+ 0x08, 0x0d, 0x0d, 0x0e, 0x08, 0x03, 0x11, 0x11, 0x08,
+ 0x01, 0x01, 0x01, 0x01, 0x08, 0x0d, 0x0d, 0x0e, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x2a, 0x1f, 0x29, 0x1c, 0x1d, 0x01, 0x01, 0x17, 0x2c,
+ 0x18, 0x18, 0x2d, 0x1e, 0x1a, 0x2b, 0x01, 0x29, 0x29,
+ 0x2b, 0x1f, 0x17, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x08, 0x0d, 0x0d, 0x08, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x0a, 0x0d, 0x0d, 0x0e,
+ 0x0d, 0x0e, 0x0d, 0x0e, 0x0d, 0x0d, 0x09, 0x01, 0x01,
+ 0x01, 0x0b, 0x0d, 0x0d, 0x0d, 0x0e, 0x0d, 0x0d, 0x0d,
+ 0x11, 0x01, 0x0e, 0x0d, 0x0d, 0x04, 0x01, 0x01, 0x08,
+ 0x0d, 0x0e, 0x0d, 0x08, 0x01, 0x06, 0x0e, 0x0d, 0x0d,
+ 0x0d, 0x0d, 0x0d, 0x0e, 0x0d, 0x01, 0x01, 0x01, 0x01,
+ 0x08, 0x0d, 0x0e, 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x17, 0x26, 0x26,
+ 0x1a, 0x2e, 0x2f, 0x18, 0x30, 0x17, 0x18, 0x31, 0x32,
+ 0x1a, 0x2b, 0x27, 0x1a, 0x1f, 0x2b, 0x1c, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x04,
+ 0x0d, 0x0e, 0x08, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x03, 0x06, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d,
+ 0x04, 0x03, 0x01, 0x01, 0x01, 0x01, 0x01, 0x08, 0x05,
+ 0x0d, 0x0d, 0x0d, 0x0d, 0x0e, 0x02, 0x01, 0x0d, 0x0e,
+ 0x0d, 0x04, 0x01, 0x01, 0x01, 0x0e, 0x0e, 0x0d, 0x0e,
+ 0x03, 0x04, 0x0d, 0x0e, 0x0d, 0x0e, 0x0d, 0x0e, 0x0d,
+ 0x05, 0x01, 0x01, 0x01, 0x01, 0x04, 0x0e, 0x0d, 0x0e,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x18, 0x1c, 0x1f, 0x26, 0x33, 0x16,
+ 0x18, 0x17, 0x1f, 0x34, 0x35, 0x1a, 0x27, 0x1a, 0x1f,
+ 0x2b, 0x2b, 0x18, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x03, 0x11, 0x03, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x11, 0x03, 0x11,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x2e, 0x2b, 0x1c, 0x23, 0x21, 0x17, 0x1f, 0x36, 0x37,
+ 0x34, 0x1e, 0x1e, 0x26, 0x2b, 0x1c, 0x18, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x15, 0x1c, 0x2b, 0x2b,
+ 0x2b, 0x29, 0x34, 0x38, 0x36, 0x2d, 0x1d, 0x2b, 0x1c,
+ 0x2b, 0x2e, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x07,
+ 0x39, 0x3a, 0x3a, 0x3a, 0x3b, 0x39, 0x39, 0x02, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x3c,
+ 0x07, 0x3b, 0x3d, 0x3a, 0x3d, 0x3b, 0x07, 0x39, 0x01,
+ 0x01, 0x01, 0x07, 0x39, 0x03, 0x39, 0x3b, 0x39, 0x3c,
+ 0x01, 0x01, 0x01, 0x01, 0x02, 0x3b, 0x39, 0x39, 0x03,
+ 0x39, 0x07, 0x0f, 0x01, 0x01, 0x02, 0x07, 0x3b, 0x39,
+ 0x39, 0x07, 0x3b, 0x39, 0x07, 0x02, 0x01, 0x01, 0x01,
+ 0x3c, 0x3b, 0x07, 0x39, 0x07, 0x3b, 0x07, 0x39, 0x03,
+ 0x01, 0x01, 0x01, 0x3c, 0x3b, 0x07, 0x3b, 0x39, 0x03,
+ 0x39, 0x39, 0x3b, 0x01, 0x01, 0x01, 0x01, 0x07, 0x39,
+ 0x03, 0x39, 0x2e, 0x2b, 0x1a, 0x3e, 0x3f, 0x3f, 0x38,
+ 0x38, 0x37, 0x3e, 0x31, 0x2b, 0x1c, 0x15, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x40, 0x41, 0x42, 0x43, 0x43,
+ 0x43, 0x44, 0x45, 0x01, 0x43, 0x44, 0x41, 0x43, 0x44,
+ 0x41, 0x43, 0x42, 0x46, 0x47, 0x01, 0x01, 0x48, 0x43,
+ 0x43, 0x41, 0x43, 0x44, 0x41, 0x42, 0x43, 0x40, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x01, 0x07, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4c,
+ 0x4d, 0x4b, 0x4e, 0x4f, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x3b, 0x50, 0x51, 0x52, 0x53, 0x4d, 0x4c,
+ 0x4d, 0x54, 0x55, 0x4e, 0x56, 0x01, 0x01, 0x54, 0x55,
+ 0x57, 0x4e, 0x4e, 0x4b, 0x58, 0x02, 0x01, 0x01, 0x01,
+ 0x59, 0x57, 0x4e, 0x55, 0x57, 0x4e, 0x57, 0x50, 0x01,
+ 0x01, 0x4f, 0x54, 0x57, 0x4e, 0x55, 0x57, 0x4e, 0x57,
+ 0x4e, 0x4f, 0x01, 0x01, 0x07, 0x5a, 0x55, 0x4e, 0x55,
+ 0x4e, 0x57, 0x55, 0x57, 0x55, 0x01, 0x01, 0x01, 0x58,
+ 0x55, 0x57, 0x4e, 0x4e, 0x4e, 0x55, 0x4e, 0x4b, 0x56,
+ 0x01, 0x01, 0x02, 0x55, 0x55, 0x57, 0x4e, 0x5b, 0x1c,
+ 0x1a, 0x36, 0x38, 0x38, 0x38, 0x38, 0x38, 0x34, 0x1a,
+ 0x2b, 0x27, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x5c, 0x5d, 0x5e, 0x5e, 0x5f, 0x5e, 0x5e, 0x60, 0x61,
+ 0x62, 0x5e, 0x5e, 0x5e, 0x5e, 0x5e, 0x5e, 0x63, 0x64,
+ 0x40, 0x01, 0x01, 0x64, 0x5e, 0x5e, 0x5e, 0x5e, 0x5e,
+ 0x5e, 0x5f, 0x65, 0x66, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x4e, 0x4d,
+ 0x67, 0x67, 0x68, 0x68, 0x69, 0x68, 0x67, 0x4d, 0x6a,
+ 0x3c, 0x01, 0x01, 0x01, 0x01, 0x02, 0x50, 0x4e, 0x4c,
+ 0x4d, 0x67, 0x69, 0x68, 0x68, 0x69, 0x67, 0x67, 0x4d,
+ 0x6b, 0x01, 0x01, 0x4d, 0x67, 0x67, 0x67, 0x67, 0x4d,
+ 0x51, 0x01, 0x01, 0x01, 0x01, 0x6c, 0x53, 0x67, 0x67,
+ 0x67, 0x67, 0x68, 0x6d, 0x01, 0x01, 0x58, 0x4c, 0x67,
+ 0x67, 0x67, 0x67, 0x67, 0x67, 0x67, 0x6c, 0x01, 0x01,
+ 0x3d, 0x67, 0x4d, 0x67, 0x67, 0x67, 0x67, 0x67, 0x67,
+ 0x4c, 0x01, 0x01, 0x01, 0x6c, 0x4c, 0x67, 0x67, 0x69,
+ 0x67, 0x67, 0x67, 0x4c, 0x50, 0x01, 0x01, 0x50, 0x67,
+ 0x67, 0x67, 0x67, 0x67, 0x2b, 0x1a, 0x38, 0x38, 0x38,
+ 0x38, 0x38, 0x38, 0x34, 0x1a, 0x2b, 0x32, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x40, 0x6e, 0x6f, 0x70, 0x71,
+ 0x72, 0x70, 0x73, 0x74, 0x43, 0x75, 0x71, 0x70, 0x71,
+ 0x70, 0x72, 0x71, 0x76, 0x77, 0x48, 0x01, 0x01, 0x78,
+ 0x70, 0x70, 0x71, 0x72, 0x71, 0x70, 0x72, 0x79, 0x7a,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x3c, 0x52, 0x67, 0x68, 0x68, 0x68, 0x53, 0x68,
+ 0x53, 0x68, 0x68, 0x7b, 0x7c, 0x3c, 0x01, 0x01, 0x01,
+ 0x3c, 0x7d, 0x4d, 0x67, 0x4b, 0x69, 0x68, 0x53, 0x68,
+ 0x53, 0x68, 0x68, 0x68, 0x67, 0x6b, 0x01, 0x3b, 0x67,
+ 0x68, 0x68, 0x67, 0x68, 0x7b, 0x6d, 0x01, 0x01, 0x01,
+ 0x01, 0x6c, 0x68, 0x67, 0x4b, 0x53, 0x68, 0x54, 0x3d,
+ 0x01, 0x01, 0x51, 0x67, 0x67, 0x4b, 0x68, 0x67, 0x68,
+ 0x53, 0x68, 0x4a, 0x01, 0x01, 0x49, 0x4c, 0x4b, 0x53,
+ 0x68, 0x68, 0x53, 0x68, 0x68, 0x4b, 0x01, 0x01, 0x02,
+ 0x4a, 0x67, 0x68, 0x67, 0x53, 0x68, 0x68, 0x68, 0x4d,
+ 0x49, 0x01, 0x01, 0x7c, 0x53, 0x68, 0x68, 0x53, 0x68,
+ 0x68, 0x26, 0x7e, 0x38, 0x38, 0x38, 0x38, 0x7f, 0x2d,
+ 0x1a, 0x1c, 0x80, 0x46, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x66, 0x63, 0x71, 0x81, 0x71, 0x81, 0x71, 0x82, 0x01,
+ 0x7a, 0x83, 0x71, 0x81, 0x71, 0x81, 0x73, 0x81, 0x71,
+ 0x65, 0x46, 0x01, 0x84, 0x70, 0x71, 0x81, 0x71, 0x81,
+ 0x71, 0x81, 0x81, 0x70, 0x66, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x85, 0x68, 0x68,
+ 0x53, 0x69, 0x68, 0x68, 0x67, 0x4d, 0x4d, 0x7b, 0x4d,
+ 0x6a, 0x3c, 0x01, 0x01, 0x02, 0x51, 0x4d, 0x53, 0x69,
+ 0x53, 0x68, 0x53, 0x69, 0x67, 0x4d, 0x7b, 0x4d, 0x4d,
+ 0x4c, 0x86, 0x01, 0x3d, 0x4d, 0x68, 0x53, 0x4b, 0x67,
+ 0x4d, 0x49, 0x01, 0x01, 0x01, 0x01, 0x7c, 0x4b, 0x67,
+ 0x68, 0x68, 0x69, 0x55, 0x3d, 0x01, 0x02, 0x6c, 0x4d,
+ 0x53, 0x68, 0x53, 0x4b, 0x67, 0x68, 0x68, 0x54, 0x01,
+ 0x02, 0x7d, 0x67, 0x68, 0x68, 0x68, 0x67, 0x68, 0x68,
+ 0x67, 0x4a, 0x01, 0x01, 0x02, 0x52, 0x67, 0x68, 0x4b,
+ 0x67, 0x68, 0x67, 0x68, 0x67, 0x7c, 0x0f, 0x01, 0x55,
+ 0x68, 0x67, 0x68, 0x68, 0x67, 0x68, 0x2b, 0x7e, 0x38,
+ 0x38, 0x38, 0x38, 0x34, 0x1a, 0x1d, 0x2b, 0x65, 0x87,
+ 0x01, 0x01, 0x01, 0x01, 0x47, 0x64, 0x72, 0x81, 0x71,
+ 0x81, 0x73, 0x62, 0x43, 0x01, 0x7a, 0x6f, 0x81, 0x88,
+ 0x81, 0x88, 0x81, 0x71, 0x81, 0x75, 0x74, 0x01, 0x89,
+ 0x71, 0x81, 0x88, 0x81, 0x73, 0x81, 0x71, 0x70, 0x78,
+ 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x58, 0x68, 0x67, 0x4b, 0x53, 0x67, 0x68,
+ 0x7d, 0x6d, 0x49, 0x58, 0x4a, 0x5a, 0x07, 0x01, 0x01,
+ 0x86, 0x4d, 0x67, 0x68, 0x68, 0x68, 0x68, 0x67, 0x54,
+ 0x7c, 0x86, 0x6d, 0x49, 0x6c, 0x7d, 0x4f, 0x01, 0x3d,
+ 0x67, 0x68, 0x68, 0x68, 0x68, 0x7b, 0x6d, 0x01, 0x01,
+ 0x01, 0x01, 0x55, 0x53, 0x68, 0x68, 0x53, 0x68, 0x55,
+ 0x3a, 0x01, 0x02, 0x51, 0x4d, 0x68, 0x69, 0x68, 0x67,
+ 0x68, 0x68, 0x53, 0x4b, 0x0f, 0x3c, 0x4b, 0x69, 0x68,
+ 0x53, 0x67, 0x4b, 0x53, 0x68, 0x67, 0x4a, 0x01, 0x01,
+ 0x02, 0x4a, 0x69, 0x68, 0x68, 0x67, 0x4b, 0x53, 0x68,
+ 0x67, 0x4a, 0x02, 0x3b, 0x68, 0x67, 0x4b, 0x68, 0x67,
+ 0x4b, 0x53, 0x68, 0x2d, 0x7e, 0x38, 0x38, 0x38, 0x34,
+ 0x1a, 0x1c, 0x73, 0x81, 0x64, 0x01, 0x01, 0x01, 0x01,
+ 0x8b, 0x78, 0x70, 0x88, 0x81, 0x71, 0x76, 0x60, 0x01,
+ 0x01, 0x7a, 0x76, 0x71, 0x81, 0x71, 0x81, 0x71, 0x81,
+ 0x88, 0x6f, 0x66, 0x01, 0x6e, 0x73, 0x71, 0x81, 0x71,
+ 0x81, 0x88, 0x81, 0x70, 0x63, 0x8a, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x68,
+ 0x53, 0x68, 0x69, 0x4b, 0x54, 0x85, 0x01, 0x01, 0x01,
+ 0x3c, 0x3d, 0x02, 0x01, 0x07, 0x8c, 0x68, 0x4b, 0x67,
+ 0x68, 0x68, 0x67, 0x4a, 0x3d, 0x0f, 0x01, 0x01, 0x01,
+ 0x01, 0x02, 0x3c, 0x01, 0x3d, 0x67, 0x68, 0x53, 0x68,
+ 0x67, 0x67, 0x8d, 0x01, 0x01, 0x01, 0x01, 0x57, 0x68,
+ 0x67, 0x68, 0x68, 0x69, 0x55, 0x8e, 0x01, 0x0f, 0x7c,
+ 0x67, 0x68, 0x53, 0x68, 0x4b, 0x67, 0x68, 0x68, 0x54,
+ 0x3d, 0x3a, 0x7b, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68,
+ 0x68, 0x67, 0x4a, 0x01, 0x01, 0x01, 0x55, 0x67, 0x68,
+ 0x53, 0x68, 0x68, 0x68, 0x68, 0x67, 0x68, 0x0f, 0x86,
+ 0x53, 0x68, 0x53, 0x67, 0x68, 0x68, 0x68, 0x68, 0x1a,
+ 0x34, 0x38, 0x38, 0x38, 0x7e, 0x1a, 0x2b, 0x73, 0x81,
+ 0x5f, 0x01, 0x01, 0x01, 0x01, 0x60, 0x76, 0x88, 0x81,
+ 0x71, 0x81, 0x8f, 0x46, 0x01, 0x01, 0x90, 0x83, 0x73,
+ 0x81, 0x88, 0x81, 0x81, 0x73, 0x81, 0x76, 0x91, 0x46,
+ 0x73, 0x81, 0x88, 0x81, 0x73, 0x81, 0x71, 0x81, 0x70,
+ 0x63, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x3d, 0x69, 0x68, 0x68, 0x53, 0x68,
+ 0x68, 0x4a, 0x56, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x6d, 0x4b, 0x53, 0x68, 0x53, 0x68, 0x53, 0x52, 0x07,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x6b, 0x67, 0x68, 0x68, 0x68, 0x67, 0x55, 0x09, 0x01,
+ 0x01, 0x01, 0x01, 0x4e, 0x67, 0x4b, 0x53, 0x68, 0x53,
+ 0x4e, 0x07, 0x01, 0x07, 0x5a, 0x67, 0x68, 0x68, 0x68,
+ 0x52, 0x68, 0x68, 0x53, 0x4b, 0x85, 0x49, 0x4d, 0x53,
+ 0x69, 0x4e, 0x55, 0x69, 0x68, 0x53, 0x69, 0x4a, 0x01,
+ 0x01, 0x3c, 0x67, 0x68, 0x68, 0x68, 0x55, 0x55, 0x67,
+ 0x68, 0x68, 0x4d, 0x01, 0x6a, 0x69, 0x68, 0x68, 0x54,
+ 0x4a, 0x69, 0x53, 0x68, 0x1a, 0x34, 0x38, 0x38, 0x7e,
+ 0x34, 0x1a, 0x2b, 0x81, 0x71, 0x78, 0x84, 0x01, 0x01,
+ 0x43, 0x92, 0x76, 0x81, 0x73, 0x81, 0x76, 0x93, 0x01,
+ 0x01, 0x47, 0x60, 0x72, 0x71, 0x81, 0x71, 0x5e, 0x78,
+ 0x71, 0x73, 0x76, 0x94, 0x66, 0x81, 0x73, 0x81, 0x65,
+ 0x5d, 0x71, 0x88, 0x81, 0x70, 0x78, 0x8a, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x7c, 0x67, 0x68, 0x68, 0x68, 0x67, 0x67, 0x57, 0x50,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x51, 0x53, 0x69, 0x68,
+ 0x68, 0x68, 0x68, 0x4f, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x6d, 0x67, 0x68, 0x53,
+ 0x68, 0x67, 0x54, 0x6b, 0x01, 0x01, 0x01, 0x01, 0x57,
+ 0x68, 0x68, 0x69, 0x68, 0x67, 0x57, 0x0f, 0x01, 0x07,
+ 0x4a, 0x67, 0x68, 0x67, 0x67, 0x6a, 0x54, 0x53, 0x68,
+ 0x68, 0x58, 0x7d, 0x67, 0x68, 0x67, 0x6a, 0x6a, 0x67,
+ 0x68, 0x68, 0x67, 0x5a, 0x01, 0x01, 0x01, 0x4d, 0x67,
+ 0x68, 0x53, 0x57, 0x52, 0x53, 0x68, 0x53, 0x4d, 0x8e,
+ 0x4b, 0x53, 0x68, 0x68, 0x6a, 0x5a, 0x67, 0x68, 0x68,
+ 0x26, 0x95, 0x7e, 0x38, 0x7e, 0x34, 0x1a, 0x1c, 0x81,
+ 0x71, 0x65, 0x96, 0x01, 0x01, 0x90, 0x70, 0x81, 0x71,
+ 0x81, 0x71, 0x8f, 0x45, 0x01, 0x01, 0x47, 0x97, 0x76,
+ 0x73, 0x81, 0x70, 0x92, 0x77, 0x71, 0x81, 0x72, 0x98,
+ 0x99, 0x73, 0x81, 0x71, 0x8f, 0x9a, 0x76, 0x81, 0x71,
+ 0x71, 0x78, 0x8b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x3c, 0x6a, 0x4d, 0x53,
+ 0x68, 0x53, 0x4b, 0x67, 0x68, 0x86, 0x01, 0x01, 0x01,
+ 0x01, 0x4e, 0x4b, 0x68, 0x67, 0x68, 0x53, 0x4e, 0x07,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x49, 0x67, 0x68, 0x68, 0x68, 0x68, 0x4b, 0x3d,
+ 0x01, 0x01, 0x01, 0x3c, 0x4e, 0x69, 0x68, 0x53, 0x68,
+ 0x53, 0x57, 0x3c, 0x01, 0x3b, 0x52, 0x67, 0x68, 0x68,
+ 0x67, 0x58, 0x4b, 0x68, 0x67, 0x4b, 0x7d, 0x4b, 0x68,
+ 0x68, 0x69, 0x86, 0x51, 0x4d, 0x53, 0x68, 0x68, 0x4a,
+ 0x01, 0x01, 0x3b, 0x4d, 0x68, 0x68, 0x67, 0x57, 0x6a,
+ 0x55, 0x69, 0x68, 0x67, 0x9b, 0x4b, 0x68, 0x53, 0x54,
+ 0x6d, 0x4a, 0x67, 0x68, 0x53, 0x2b, 0x1a, 0x7e, 0x7e,
+ 0x34, 0x95, 0x1d, 0x2b, 0x81, 0x71, 0x81, 0x9c, 0x01,
+ 0x45, 0x9d, 0x76, 0x71, 0x81, 0x71, 0x76, 0x64, 0x01,
+ 0x01, 0x01, 0x47, 0x82, 0x72, 0x71, 0x81, 0x70, 0x6e,
+ 0x9e, 0x72, 0x81, 0x70, 0x6e, 0x5f, 0x81, 0x71, 0x81,
+ 0x5d, 0x7a, 0x83, 0x73, 0x81, 0x70, 0x63, 0x8a, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x01, 0x3c, 0x51, 0x4d, 0x68, 0x67, 0x68, 0x68,
+ 0x67, 0x67, 0x86, 0x01, 0x01, 0x01, 0x4e, 0x68, 0x53,
+ 0x4b, 0x67, 0x68, 0x4e, 0x0f, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x6d, 0x67, 0x68,
+ 0x53, 0x68, 0x67, 0x54, 0x6b, 0x01, 0x01, 0x01, 0x3c,
+ 0x55, 0x53, 0x68, 0x68, 0x68, 0x68, 0x4e, 0x3c, 0x01,
+ 0x3d, 0x55, 0x69, 0x68, 0x53, 0x4d, 0x3b, 0x4b, 0x53,
+ 0x68, 0x53, 0x55, 0x68, 0x53, 0x69, 0x4e, 0x49, 0x7c,
+ 0x67, 0x68, 0x68, 0x67, 0x4a, 0x01, 0x01, 0x3d, 0x4d,
+ 0x53, 0x68, 0x67, 0x5a, 0x4f, 0x52, 0x67, 0x68, 0x67,
+ 0x55, 0x68, 0x68, 0x68, 0x4b, 0x3a, 0x69, 0x68, 0x68,
+ 0x69, 0x1c, 0x1d, 0x95, 0x34, 0x95, 0x1d, 0x2b, 0x1c,
+ 0x88, 0x81, 0x71, 0x5f, 0x46, 0x9f, 0x76, 0x71, 0x81,
+ 0x88, 0x81, 0x76, 0x84, 0x01, 0x01, 0x01, 0x40, 0x5d,
+ 0x71, 0x81, 0x71, 0x76, 0xa0, 0xa1, 0x76, 0x73, 0x71,
+ 0x5e, 0x81, 0x88, 0x81, 0x73, 0x99, 0xa2, 0x6f, 0x88,
+ 0x81, 0x70, 0x78, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x02,
+ 0x6c, 0x67, 0x68, 0x68, 0x67, 0x68, 0x68, 0x67, 0x50,
+ 0x01, 0x01, 0x52, 0x68, 0x69, 0x68, 0x67, 0x68, 0x55,
+ 0x3b, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x7d, 0x69, 0x68, 0x68, 0x68, 0x67, 0x4b,
+ 0x3d, 0x01, 0x01, 0x01, 0x3a, 0x4b, 0x68, 0x68, 0x69,
+ 0x53, 0x67, 0x4e, 0x3c, 0x01, 0x8e, 0x55, 0x67, 0x68,
+ 0x68, 0x4c, 0x02, 0x4e, 0x68, 0x68, 0x68, 0x68, 0x68,
+ 0x68, 0x67, 0x6a, 0x6b, 0x5a, 0x67, 0x68, 0x69, 0x67,
+ 0x58, 0x01, 0x01, 0x8e, 0x4d, 0x68, 0x68, 0x67, 0x6a,
+ 0x85, 0x5a, 0x67, 0x68, 0x67, 0x4b, 0x53, 0x68, 0x53,
+ 0x4e, 0x02, 0x4c, 0x68, 0x53, 0x1d, 0x2b, 0x2b, 0x1a,
+ 0x34, 0x1a, 0x2b, 0x1c, 0x35, 0x81, 0x71, 0x81, 0x63,
+ 0x5c, 0x9a, 0x83, 0x88, 0x81, 0x73, 0x76, 0x82, 0x0f,
+ 0x01, 0x01, 0x01, 0x40, 0x5d, 0x70, 0x88, 0x81, 0x6f,
+ 0x5c, 0x89, 0x72, 0x71, 0x81, 0x73, 0x81, 0x73, 0x81,
+ 0x8f, 0xa3, 0x9a, 0x76, 0x81, 0x71, 0x72, 0x9d, 0x41,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x50, 0x67, 0x68,
+ 0x4b, 0x67, 0x68, 0x4d, 0x4a, 0x07, 0x01, 0x6c, 0x53,
+ 0x68, 0x53, 0x4b, 0x67, 0x68, 0x6c, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x6a, 0x67,
+ 0x53, 0x69, 0x68, 0x53, 0x68, 0x6b, 0x01, 0x01, 0x01,
+ 0x3d, 0x54, 0x68, 0x67, 0x53, 0x4b, 0x67, 0x4a, 0x01,
+ 0x01, 0x3d, 0x69, 0x53, 0x68, 0x53, 0x4d, 0x3c, 0x7c,
+ 0x53, 0x68, 0x67, 0x53, 0x68, 0x68, 0x4d, 0x6c, 0x39,
+ 0x4a, 0x67, 0x68, 0x53, 0x67, 0x86, 0x01, 0x01, 0x4f,
+ 0x67, 0x69, 0x53, 0x69, 0x4a, 0x3d, 0x51, 0x67, 0x68,
+ 0x68, 0x68, 0x68, 0x69, 0x4b, 0x86, 0x3c, 0x4d, 0x67,
+ 0x1d, 0x1a, 0x2b, 0x1c, 0x1a, 0x95, 0x1a, 0x2b, 0x2b,
+ 0x1a, 0x1d, 0x81, 0x71, 0x65, 0xa4, 0x5e, 0x71, 0x81,
+ 0x71, 0x71, 0x70, 0x84, 0x01, 0x01, 0x01, 0x01, 0x40,
+ 0xa5, 0x71, 0x81, 0x71, 0x83, 0xa6, 0xa7, 0x65, 0x81,
+ 0x71, 0x81, 0x71, 0x81, 0x71, 0x8f, 0x46, 0xa8, 0x76,
+ 0x88, 0x81, 0x76, 0x9d, 0x45, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0x03, 0x01,
+ 0x01, 0x01, 0x02, 0x7c, 0x4d, 0x53, 0x68, 0x68, 0x67,
+ 0x55, 0x3b, 0x01, 0x50, 0x4b, 0x68, 0x68, 0x53, 0x68,
+ 0x67, 0x4b, 0x6c, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x3a, 0x07, 0x01, 0x4a, 0x67, 0x4b, 0x68, 0x67, 0x68,
+ 0x67, 0x51, 0x01, 0x01, 0x01, 0x6a, 0x68, 0x67, 0x4b,
+ 0x69, 0x68, 0x53, 0x52, 0x01, 0x01, 0x4f, 0x4c, 0x68,
+ 0x68, 0x69, 0x4d, 0x3c, 0x49, 0x4b, 0x67, 0x4b, 0x68,
+ 0x68, 0x53, 0x68, 0x50, 0x3c, 0x52, 0x67, 0x68, 0x68,
+ 0x4d, 0x6d, 0x01, 0x01, 0x86, 0x67, 0x68, 0x68, 0x67,
+ 0x52, 0x39, 0x58, 0x4d, 0x53, 0x68, 0x67, 0x68, 0x53,
+ 0x68, 0x3d, 0x3c, 0x4c, 0x1d, 0x1a, 0x1a, 0x35, 0x2b,
+ 0x1d, 0x19, 0x19, 0x1c, 0x35, 0x1a, 0x1a, 0x1d, 0x81,
+ 0x73, 0x81, 0x73, 0x81, 0x88, 0x81, 0x83, 0x82, 0x46,
+ 0x01, 0x01, 0x01, 0x01, 0x46, 0x6f, 0x81, 0x71, 0x81,
+ 0x6f, 0x90, 0x74, 0x5e, 0x71, 0x81, 0x88, 0x81, 0x71,
+ 0x81, 0x6e, 0x01, 0x64, 0x76, 0x73, 0x81, 0x76, 0x6e,
+ 0x45, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x54, 0x4b, 0x68, 0x7d, 0x7c, 0x4a, 0x67,
+ 0x68, 0x68, 0x69, 0x53, 0x67, 0x52, 0x07, 0x01, 0x01,
+ 0x4e, 0x68, 0x53, 0x68, 0x68, 0x68, 0x53, 0x53, 0x4b,
+ 0x52, 0x7c, 0x7c, 0x55, 0x68, 0x67, 0x07, 0x01, 0x6c,
+ 0x67, 0x68, 0x53, 0x4b, 0x67, 0x67, 0x67, 0x4e, 0x7c,
+ 0x55, 0x68, 0x53, 0x67, 0x68, 0x53, 0x68, 0x68, 0x6c,
+ 0x01, 0x01, 0x50, 0x4d, 0x68, 0x53, 0x68, 0x67, 0x02,
+ 0x50, 0x68, 0x68, 0x68, 0x67, 0x68, 0x67, 0x57, 0x3a,
+ 0x07, 0x52, 0x67, 0x68, 0x53, 0x67, 0x86, 0x01, 0x01,
+ 0x86, 0x67, 0x68, 0x68, 0x67, 0x4a, 0x3c, 0x86, 0x4d,
+ 0x68, 0x68, 0x4b, 0x67, 0x68, 0x4b, 0x01, 0x3c, 0x1f,
+ 0x1a, 0x1a, 0x1d, 0x1d, 0x13, 0xa9, 0x47, 0x01, 0x13,
+ 0x19, 0x1a, 0x1a, 0x1a, 0x1f, 0x71, 0x81, 0x81, 0x88,
+ 0x81, 0x71, 0x71, 0x8a, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x46, 0x6f, 0x81, 0x88, 0x81, 0x76, 0x5c, 0x41, 0x92,
+ 0x70, 0x73, 0x81, 0x71, 0x81, 0x73, 0xa2, 0x01, 0x64,
+ 0x76, 0x81, 0x88, 0x76, 0x9d, 0x45, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4b, 0x69,
+ 0x53, 0x69, 0x53, 0x68, 0x53, 0x68, 0x53, 0x68, 0x68,
+ 0x4d, 0x6c, 0x02, 0x01, 0x01, 0x8e, 0x4b, 0x69, 0x53,
+ 0x68, 0x67, 0x4b, 0x69, 0x68, 0x53, 0x69, 0x53, 0x68,
+ 0x68, 0x4d, 0x02, 0x01, 0x85, 0x67, 0x68, 0x68, 0x68,
+ 0x67, 0x4b, 0x68, 0x68, 0x67, 0x67, 0x68, 0x67, 0x4b,
+ 0x68, 0x68, 0x68, 0x55, 0x56, 0x01, 0x01, 0x86, 0x7b,
+ 0x68, 0x68, 0x67, 0x4e, 0x02, 0x3a, 0x68, 0x53, 0x68,
+ 0x68, 0x68, 0x67, 0x6a, 0x01, 0x07, 0x4a, 0x67, 0x68,
+ 0x68, 0x67, 0x86, 0x01, 0x01, 0x51, 0x67, 0x53, 0x68,
+ 0x67, 0x7c, 0x01, 0x6b, 0x4b, 0x67, 0x68, 0x53, 0x68,
+ 0x68, 0x7c, 0x01, 0x07, 0x1a, 0x1a, 0x13, 0x13, 0x13,
+ 0x50, 0x01, 0x01, 0x01, 0x47, 0x32, 0x19, 0x13, 0x1c,
+ 0xaa, 0x81, 0x88, 0x71, 0x81, 0x71, 0x76, 0xab, 0x46,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x84, 0x76, 0x71, 0x81,
+ 0x71, 0x8f, 0x66, 0x01, 0x9d, 0x72, 0x81, 0x71, 0x81,
+ 0x73, 0x81, 0x74, 0x0f, 0x64, 0x76, 0x71, 0x73, 0x72,
+ 0x6e, 0x45, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x54, 0x68, 0x68, 0x68, 0x68, 0x69,
+ 0x68, 0x68, 0x69, 0x53, 0x67, 0x4e, 0x03, 0x01, 0x01,
+ 0x01, 0x01, 0x3d, 0x54, 0x4b, 0x67, 0x68, 0x68, 0x53,
+ 0x68, 0x68, 0x68, 0x68, 0x68, 0x67, 0x52, 0x02, 0x01,
+ 0x01, 0x7c, 0x67, 0x53, 0x68, 0x53, 0x68, 0x53, 0x53,
+ 0x68, 0x4b, 0x67, 0x68, 0x53, 0x68, 0x53, 0x4b, 0x50,
+ 0x01, 0x01, 0x02, 0x6c, 0x4d, 0x68, 0x68, 0x67, 0x57,
+ 0x02, 0x02, 0x4b, 0x68, 0x68, 0x53, 0x68, 0x67, 0x59,
+ 0x01, 0x56, 0x57, 0x67, 0x68, 0x68, 0x67, 0x86, 0x01,
+ 0x01, 0x4a, 0x69, 0x68, 0x68, 0x67, 0x7d, 0x01, 0x3d,
+ 0x4e, 0x69, 0x68, 0x68, 0x68, 0x67, 0x50, 0x01, 0x3b,
+ 0xac, 0xad, 0xae, 0xae, 0xae, 0x1e, 0x01, 0x01, 0x01,
+ 0x01, 0xae, 0xae, 0xae, 0x5f, 0x71, 0x81, 0x81, 0x81,
+ 0x73, 0x81, 0x88, 0x8b, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0xaf, 0x76, 0x88, 0x81, 0x71, 0x8f, 0xb0, 0x01,
+ 0x82, 0x72, 0x81, 0x71, 0x81, 0x81, 0xb1, 0x01, 0x40,
+ 0xaa, 0x76, 0x81, 0x81, 0x76, 0x9d, 0x45, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4e,
+ 0x69, 0x53, 0x69, 0x68, 0x68, 0x68, 0x53, 0x53, 0x4b,
+ 0x52, 0x56, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x3c,
+ 0x7c, 0x54, 0x68, 0x68, 0x68, 0x68, 0x68, 0x69, 0x53,
+ 0x69, 0x67, 0x6a, 0x01, 0x01, 0x01, 0x01, 0x6d, 0x54,
+ 0x4b, 0x68, 0x68, 0x67, 0x4b, 0x69, 0x53, 0x68, 0x53,
+ 0x68, 0x4b, 0x52, 0x3d, 0x01, 0x01, 0x01, 0x02, 0x7c,
+ 0x4d, 0x53, 0x67, 0x67, 0x57, 0x3c, 0x01, 0x54, 0x67,
+ 0x67, 0x68, 0x53, 0x55, 0x09, 0x01, 0x6b, 0x54, 0x67,
+ 0x67, 0x53, 0x67, 0x86, 0x01, 0x01, 0x55, 0x67, 0x67,
+ 0x67, 0x4d, 0x7c, 0x01, 0x07, 0x4e, 0x69, 0x53, 0x67,
+ 0x53, 0x68, 0x07, 0x01, 0x50, 0x4d, 0x53, 0x54, 0x2b,
+ 0x2a, 0x16, 0x01, 0x01, 0x01, 0x01, 0x2a, 0x16, 0x2a,
+ 0x71, 0x81, 0x71, 0x71, 0x71, 0x71, 0x83, 0xab, 0x46,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x5c, 0x76, 0x70,
+ 0x81, 0x70, 0x8f, 0xa7, 0x01, 0x64, 0x76, 0x71, 0x71,
+ 0x71, 0x71, 0xa1, 0x01, 0x48, 0x5e, 0x70, 0x71, 0x71,
+ 0x76, 0x9d, 0xb2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x58, 0x4a, 0x52, 0x4e, 0x55,
+ 0x4e, 0x55, 0x57, 0x6a, 0x85, 0x02, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x59, 0x4a,
+ 0x4e, 0x4e, 0x55, 0x4e, 0x57, 0x57, 0x4a, 0x50, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x02, 0x4f, 0x7c, 0x57, 0x4e,
+ 0x57, 0x4e, 0x57, 0x57, 0x52, 0x6c, 0x6b, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x3c, 0x6c, 0x4e, 0x52, 0x4a, 0x4e,
+ 0x7c, 0x02, 0x01, 0x6c, 0x52, 0x4a, 0x4e, 0x52, 0x7c,
+ 0x07, 0x01, 0x3d, 0x4a, 0x52, 0x4a, 0x4e, 0x57, 0x4f,
+ 0x01, 0x01, 0x4e, 0x52, 0x4a, 0x52, 0x57, 0x58, 0x01,
+ 0x02, 0x6c, 0x4e, 0x52, 0x4a, 0x57, 0x7d, 0x01, 0x01,
+ 0x3d, 0xb3, 0x18, 0xb3, 0x2a, 0x18, 0x18, 0xb3, 0x01,
+ 0x01, 0xb3, 0x18, 0x18, 0x18, 0xb3, 0x18, 0xb3, 0x5d,
+ 0x5d, 0x77, 0x5d, 0x8b, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x90, 0x5f, 0x5d, 0x5d, 0x5f, 0x9c, 0x8b,
+ 0x01, 0x7a, 0x5d, 0x5d, 0x5d, 0x5d, 0x77, 0x9f, 0x01,
+ 0x46, 0xb4, 0x77, 0x5d, 0x5d, 0x5e, 0x64, 0x46, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x01, 0x01, 0x02, 0x3c, 0x3c, 0x3c, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x07, 0x3c, 0x3c,
+ 0x3c, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01
+};
+
+// Keyboard
+
+unsigned char item_keyboardPortrait_colors[] = {
+ 0x00, 0x00, 0x00,
+ 0x18, 0x18, 0x18,
+ 0x39, 0x39, 0x39,
+ 0x31, 0x31, 0x31,
+ 0x29, 0x29, 0x29,
+ 0x21, 0x21, 0x21,
+ 0x42, 0x42, 0x42,
+ 0x63, 0x63, 0x63,
+ 0x7b, 0x7b, 0x7b,
+ 0x73, 0x73, 0x73,
+ 0x6b, 0x6b, 0x6b,
+ 0x4a, 0x4a, 0x4a,
+ 0x94, 0x94, 0x94,
+ 0x9c, 0x9c, 0x9c,
+ 0xa5, 0xa5, 0xa5,
+ 0xbd, 0xbd, 0xbd,
+ 0x5a, 0x5a, 0x5a,
+ 0x52, 0x52, 0x52,
+ 0x84, 0x84, 0x84,
+ 0xad, 0xad, 0xad,
+ 0xc6, 0xc6, 0xc6,
+ 0xb5, 0xb5, 0xb5,
+ 0x8c, 0x8c, 0x8c,
+ 0x10, 0x10, 0x10,
+ 0x08, 0x08, 0x08
+
+};
+unsigned char item_keyboardPortrait[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05,
+ 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x07, 0x08, 0x06,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x09, 0x08, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x0a, 0x08, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x08, 0x07,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x0b, 0x0c, 0x0d, 0x0d,
+ 0x0b, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x0a, 0x08, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x0e, 0x0f, 0x10, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x0f, 0x0f, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x0a, 0x08, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x0d, 0x0e,
+ 0x0d, 0x0b, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06,
+ 0x0a, 0x0d, 0x0e, 0x0d, 0x11, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x0a, 0x0d, 0x0e, 0x0d,
+ 0x0d, 0x0d, 0x06, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x0a, 0x0d, 0x0e, 0x0d, 0x0d, 0x0d, 0x10, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x11, 0x0d, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x10, 0x0d, 0x0d, 0x0d, 0x0d, 0x07,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x0b, 0x0e, 0x13, 0x08, 0x08, 0x06, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x12, 0x0e, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x07, 0x12,
+ 0x0b, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x08, 0x09, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x08, 0x12, 0x0f, 0x10, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x10, 0x12, 0x12, 0x0f,
+ 0x10, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x10, 0x12, 0x12, 0x08, 0x08, 0x13, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x10, 0x12, 0x12,
+ 0x08, 0x08, 0x0d, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x07, 0x0f, 0x06, 0x06, 0x07, 0x08, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07,
+ 0x14, 0x08, 0x12, 0x08, 0x0b, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x11, 0x11, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x0d,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x0f, 0x07, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0d, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x0f, 0x07, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x06, 0x06, 0x0f, 0x07, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x06, 0x06,
+ 0x06, 0x06, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x06, 0x06, 0x06, 0x06, 0x08, 0x0d,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x07, 0x14,
+ 0x06, 0x06, 0x08, 0x0d, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x07, 0x0f, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x0b, 0x06, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b,
+ 0x11, 0x13, 0x07, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x10, 0x0f, 0x0f, 0x14, 0x0e, 0x06,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13,
+ 0x0e, 0x0f, 0x14, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x11, 0x0e, 0x0f, 0x14, 0x0f,
+ 0x0c, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x12, 0x0f, 0x0f, 0x0e, 0x13, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12, 0x0f, 0x0f, 0x14,
+ 0x12, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x10, 0x0f, 0x0f, 0x0f, 0x15, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12, 0x0f, 0x0f,
+ 0x0e, 0x0e, 0x09, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x12, 0x0e, 0x12, 0x15, 0x0f, 0x0e, 0x06, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x15, 0x0f,
+ 0x0f, 0x11, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x0d, 0x0f, 0x14, 0x15, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e,
+ 0x06, 0x06, 0x09, 0x15, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x0f, 0x10, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0d,
+ 0x0d, 0x0f, 0x0e, 0x0e, 0x15, 0x07, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x0f, 0x10, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x0d, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x08, 0x0d, 0x03, 0x03, 0x03, 0x00,
+ 0x06, 0x06, 0x0b, 0x07, 0x0f, 0x06, 0x06, 0x08, 0x0d,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x07, 0x14, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x0c, 0x13, 0x06, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x11, 0x13, 0x0f, 0x07, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x07, 0x07, 0x10, 0x13, 0x09, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x12, 0x0f, 0x0c, 0x07, 0x0a, 0x15,
+ 0x0a, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x11,
+ 0x13, 0x13, 0x07, 0x10, 0x10, 0x0b, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x09, 0x15, 0x09, 0x07, 0x16,
+ 0x0f, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x09, 0x15, 0x08, 0x07, 0x09, 0x0f, 0x0a, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x07, 0x14, 0x09,
+ 0x11, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x09, 0x15, 0x09, 0x07, 0x16, 0x0f, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x0f, 0x13,
+ 0x09, 0x10, 0x13, 0x09, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x10, 0x07, 0x0f, 0x07, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x11, 0x07, 0x09, 0x0f, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x0c, 0x15, 0x11,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x14, 0x10, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x0e, 0x15, 0x09, 0x0f, 0x0e,
+ 0x16, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x14, 0x10, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x11, 0x08,
+ 0x12, 0x08, 0x08, 0x13, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x0b, 0x12, 0x12, 0x08, 0x13,
+ 0x16, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x07,
+ 0x0f, 0x06, 0x06, 0x12, 0x0d, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x07, 0x0f, 0x12, 0x08,
+ 0x08, 0x06, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x0c,
+ 0x0f, 0x0f, 0x13, 0x06, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x0b,
+ 0x13, 0x0f, 0x0f, 0x09, 0x10, 0x11, 0x11, 0x11, 0x0b,
+ 0x0b, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x10, 0x12, 0x08, 0x08, 0x13,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12,
+ 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x12, 0x13, 0x0b, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x12, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x0f, 0x10, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x0d, 0x06,
+ 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x12, 0x0e, 0x06, 0x02, 0x02, 0x0d, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x0f, 0x10, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x10, 0x0f,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12,
+ 0x0e, 0x0d, 0x13, 0x11, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x0f, 0x10,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x0d, 0x12, 0x06, 0x0f, 0x10, 0x08, 0x0d, 0x03, 0x03,
+ 0x03, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x0f, 0x10, 0x11, 0x10, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x08, 0x15, 0x0d, 0x0e, 0x0d, 0x0d,
+ 0x0b, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x11, 0x0d, 0x0d, 0x0d, 0x15, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x07, 0x0f, 0x12, 0x08, 0x0d,
+ 0x13, 0x06, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x10, 0x0d, 0x0d, 0x0d, 0x15, 0x09, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x06, 0x06, 0x0c, 0x14, 0x0f, 0x0f, 0x0f, 0x13,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x02, 0x10, 0x15, 0x0f, 0x0f, 0x0e,
+ 0x0e, 0x0d, 0x0e, 0x0d, 0x0d, 0x0c, 0x06, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x11,
+ 0x0f, 0x0d, 0x0d, 0x0d, 0x14, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x02, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x08, 0x0d, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02,
+ 0x06, 0x08, 0x15, 0x0d, 0x0d, 0x0d, 0x15, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x02, 0x14,
+ 0x10, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d,
+ 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x02, 0x06, 0x02, 0x02, 0x06, 0x0f, 0x10, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02,
+ 0x02, 0x06, 0x02, 0x10, 0x0f, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x08, 0x0f, 0x0f, 0x0c, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x02, 0x02, 0x06, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x0d, 0x08, 0x02, 0x0f,
+ 0x10, 0x08, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x06, 0x02, 0x02, 0x06, 0x0f, 0x10, 0x08,
+ 0x0d, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x02, 0x08,
+ 0x0d, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x02, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x11, 0x0d, 0x0d, 0x0d, 0x13, 0x15, 0x06, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x02, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x0c, 0x0f,
+ 0x0f, 0x14, 0x0f, 0x0f, 0x0f, 0x0e, 0x02, 0x03, 0x03,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x11, 0x15, 0x0f, 0x07, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x08, 0x0e, 0x02, 0x02, 0x02,
+ 0x16, 0x0d, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x06, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0e, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x08,
+ 0x08, 0x08, 0x08, 0x0b, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x0f, 0x10, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13,
+ 0x02, 0x02, 0x0b, 0x13, 0x08, 0x03, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x08,
+ 0x0d, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x0f, 0x10, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x10,
+ 0x0f, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x08, 0x13, 0x10, 0x15, 0x0c, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0f,
+ 0x10, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x0d, 0x08, 0x02, 0x14, 0x10, 0x11, 0x0f, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x0f, 0x10, 0x08, 0x0d, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x10, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
+ 0x08, 0x08, 0x07, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x11, 0x15,
+ 0x10, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x03,
+ 0x09, 0x13, 0x10, 0x10, 0x07, 0x13, 0x0d, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x0f, 0x16, 0x10,
+ 0x0a, 0x15, 0x07, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x06, 0x13, 0x0e, 0x10, 0x11, 0x11, 0x06, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x0a, 0x15, 0x0a,
+ 0x10, 0x0c, 0x0f, 0x08, 0x04, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x03, 0x0a, 0x15, 0x0a, 0x10, 0x11, 0x10, 0x02,
+ 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x02, 0x02,
+ 0x0f, 0x10, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x02, 0x06, 0x15, 0x13, 0x0d, 0x0f, 0x15,
+ 0x09, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x08,
+ 0x0d, 0x02, 0x03, 0x03, 0x08, 0x0d, 0x04, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x03, 0x02, 0x0b, 0x10, 0x0f, 0x0a,
+ 0x10, 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03,
+ 0x02, 0x02, 0x03, 0x02, 0x11, 0x14, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x06,
+ 0x0e, 0x0c, 0x02, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x02, 0x0b, 0x10, 0x0f, 0x0a, 0x10, 0x03, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x02,
+ 0x0f, 0x10, 0x11, 0x0f, 0x03, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x03, 0x06, 0x10, 0x10, 0x0f, 0x0a,
+ 0x16, 0x0d, 0x04, 0x04, 0x04, 0x00, 0x02, 0x03, 0x02,
+ 0x08, 0x13, 0x10, 0x11, 0x10, 0x11, 0x02, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x03, 0x02, 0x06, 0x10, 0x10, 0x10,
+ 0x11, 0x16, 0x0d, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x02, 0x02, 0x02, 0x03, 0x08, 0x0d, 0x03, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x03, 0x02, 0x07, 0x16, 0x10,
+ 0x10, 0x11, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x03, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x03, 0x02, 0x0b, 0x0b, 0x02, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x06, 0x0e, 0x0f, 0x0f,
+ 0x15, 0x0d, 0x0c, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x09, 0x0e, 0x0e, 0x0f, 0x0f, 0x08, 0x04, 0x03,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x06, 0x0e,
+ 0x0f, 0x14, 0x0f, 0x0c, 0x04, 0x04, 0x04, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x08, 0x0f, 0x0f, 0x0c, 0x0e, 0x0a,
+ 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x0a,
+ 0x15, 0x0f, 0x0f, 0x0f, 0x09, 0x04, 0x04, 0x04, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x15, 0x0b, 0x03, 0x03,
+ 0x04, 0x03, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x06, 0x09, 0x08, 0x11, 0x0d, 0x09, 0x04, 0x04, 0x04,
+ 0x00, 0x03, 0x03, 0x03, 0x09, 0x0c, 0x03, 0x02, 0x03,
+ 0x0a, 0x0c, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x15, 0x0f, 0x14, 0x0f, 0x0f, 0x06, 0x03, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x11, 0x0f, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x09, 0x0c, 0x03, 0x03, 0x06, 0x0e, 0x09, 0x04,
+ 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x15, 0x0f,
+ 0x14, 0x0f, 0x0f, 0x06, 0x03, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x0c, 0x09, 0x03, 0x15, 0x0b, 0x0b, 0x15,
+ 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03,
+ 0x09, 0x0f, 0x0f, 0x14, 0x0f, 0x0f, 0x0c, 0x03, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x08, 0x0f, 0x0f, 0x14,
+ 0x0f, 0x0f, 0x09, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03,
+ 0x03, 0x09, 0x0f, 0x0f, 0x0f, 0x14, 0x0f, 0x0a, 0x04,
+ 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x09, 0x0c, 0x03, 0x04, 0x04, 0x04, 0x00, 0x03,
+ 0x03, 0x03, 0x0b, 0x0c, 0x0f, 0x14, 0x0f, 0x15, 0x0b,
+ 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04,
+ 0x05, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x0c, 0x09, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x09, 0x06, 0x03, 0x11, 0x14, 0x04, 0x04,
+ 0x05, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x09, 0x09, 0x09, 0x0c, 0x14, 0x06, 0x04, 0x05,
+ 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x15, 0x0d,
+ 0x09, 0x0c, 0x13, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x0c, 0x0d, 0x0d,
+ 0x0c, 0x02, 0x04, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x06, 0x0c, 0x0d, 0x0c, 0x06, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x05, 0x18, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x01, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x04, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05,
+ 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05,
+ 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05,
+ 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x06, 0x0b, 0x02, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x10, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x06, 0x0a, 0x0d, 0x11, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x0a, 0x0d, 0x0e,
+ 0x0d, 0x0d, 0x0d, 0x12, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x11, 0x0e, 0x0d, 0x0d, 0x0b, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x0a, 0x0d,
+ 0x0e, 0x0d, 0x0d, 0x0d, 0x07, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x11, 0x0d, 0x0e, 0x0d, 0x0d, 0x0d,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x0b, 0x07, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x0a, 0x0b, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x11, 0x13, 0x0b, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07, 0x0f, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13, 0x0b,
+ 0x06, 0x06, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x08, 0x13, 0x12, 0x08, 0x08, 0x0e, 0x0d,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07,
+ 0x0f, 0x12, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x12, 0x13, 0x12, 0x08, 0x12, 0x13,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12,
+ 0x13, 0x12, 0x08, 0x12, 0x13, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x0b, 0x13, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12,
+ 0x13, 0x0b, 0x06, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06,
+ 0x02, 0x11, 0x15, 0x0b, 0x03, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x11,
+ 0x11, 0x11, 0x07, 0x06, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x07, 0x14, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x0b, 0x12, 0x0e, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x06,
+ 0x06, 0x06, 0x06, 0x08, 0x0d, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x07, 0x14, 0x06, 0x0f, 0x10,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12,
+ 0x0e, 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x0b, 0x0b, 0x13, 0x0f, 0x08, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x12, 0x0f, 0x13, 0x06, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x11, 0x15, 0x0b,
+ 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x06, 0x06, 0x0b, 0x08, 0x0d, 0x08, 0x15, 0x0f, 0x0e,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x12, 0x0f, 0x0f, 0x14, 0x08, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13, 0x13, 0x0f, 0x15,
+ 0x11, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x06, 0x12, 0x0f, 0x0f, 0x0e, 0x0e, 0x09, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0d, 0x10, 0x13,
+ 0x14, 0x13, 0x0b, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x11, 0x13, 0x0f, 0x14, 0x0f, 0x13, 0x0b, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0f, 0x0f,
+ 0x0f, 0x0f, 0x15, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x08, 0x0d, 0x06, 0x06, 0x06, 0x0c, 0x09,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0d,
+ 0x06, 0x06, 0x06, 0x09, 0x0c, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x15, 0x10, 0x06, 0x06, 0x06, 0x02,
+ 0x15, 0x0b, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08,
+ 0x13, 0x0b, 0x06, 0x0b, 0x0e, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0d, 0x06, 0x06, 0x06,
+ 0x09, 0x0c, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x08, 0x0f, 0x0f, 0x0f, 0x14, 0x0f, 0x09, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0d,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x08,
+ 0x0d, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x07, 0x0f, 0x06, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13, 0x12, 0x08, 0x08,
+ 0x13, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x12, 0x0e, 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x11,
+ 0x13, 0x0f, 0x0f, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x10, 0x12, 0x12, 0x12, 0x12, 0x08, 0x12, 0x08,
+ 0x08, 0x07, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x12, 0x0f, 0x0f, 0x13, 0x06, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x11, 0x15, 0x0b, 0x03, 0x04, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x12,
+ 0x0f, 0x13, 0x09, 0x10, 0x13, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x09, 0x0f, 0x08, 0x07, 0x09,
+ 0x13, 0x0a, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x12, 0x0f, 0x0d, 0x06, 0x0c, 0x0f, 0x0b, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x09, 0x15, 0x08, 0x07,
+ 0x16, 0x0f, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x12, 0x13, 0x15, 0x12, 0x10, 0x0d, 0x0c, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x15, 0x07,
+ 0x07, 0x10, 0x16, 0x07, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x11, 0x09, 0x14, 0x07, 0x10, 0x11, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x0d,
+ 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x12, 0x0e, 0x06, 0x06, 0x02, 0x12,
+ 0x0d, 0x03, 0x03, 0x03, 0x00, 0x06, 0x06, 0x06, 0x0f,
+ 0x07, 0x06, 0x06, 0x02, 0x02, 0x0f, 0x11, 0x03, 0x03,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x13, 0x0e, 0x06, 0x0d,
+ 0x0e, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x12, 0x0d, 0x06, 0x06, 0x02, 0x12, 0x0d, 0x03, 0x03,
+ 0x03, 0x00, 0x06, 0x06, 0x06, 0x11, 0x07, 0x07, 0x07,
+ 0x12, 0x0f, 0x07, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x06, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x07, 0x15, 0x12, 0x03, 0x03, 0x03,
+ 0x00, 0x06, 0x06, 0x06, 0x11, 0x16, 0x0f, 0x12, 0x0f,
+ 0x12, 0x06, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x0a, 0x0d, 0x0e, 0x0d, 0x0e, 0x15, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x06,
+ 0x06, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x06, 0x06, 0x06, 0x11, 0x0e, 0x0f, 0x0f, 0x14, 0x08,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0c, 0x0f,
+ 0x0f, 0x0f, 0x0f, 0x0f, 0x0f, 0x0e, 0x06, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x12, 0x0f, 0x0f, 0x14,
+ 0x0e, 0x06, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x11, 0x15,
+ 0x0b, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x06, 0x06, 0x08, 0x13, 0x06, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x12, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x13, 0x06, 0x02,
+ 0x02, 0x13, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x12, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x15, 0x11,
+ 0x02, 0x02, 0x07, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x11, 0x15, 0x13, 0x08, 0x06, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x07,
+ 0x0f, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x12, 0x13, 0x06, 0x02, 0x02, 0x0d,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x11,
+ 0x14, 0x0b, 0x06, 0x02, 0x13, 0x0a, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x13, 0x09, 0x06, 0x15, 0x11,
+ 0x0b, 0x0f, 0x06, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x0b, 0x15, 0x15, 0x15, 0x06, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x11, 0x14, 0x0b, 0x06,
+ 0x02, 0x13, 0x09, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x07, 0x14, 0x07, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x12,
+ 0x13, 0x12, 0x08, 0x08, 0x08, 0x0b, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x0a, 0x0f,
+ 0x07, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x08, 0x15, 0x0d, 0x0d, 0x0d, 0x15, 0x09, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x12, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x0c, 0x14, 0x0f, 0x0f, 0x08, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x0c, 0x14, 0x0f, 0x14, 0x0f,
+ 0x13, 0x06, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x12, 0x0f, 0x0f, 0x0f, 0x0c, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x11, 0x15, 0x0b, 0x03, 0x04, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06,
+ 0x08, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02,
+ 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x02,
+ 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x0b,
+ 0x08, 0x13, 0x15, 0x12, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x02, 0x06, 0x02, 0x10, 0x0f, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x10,
+ 0x0f, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x02, 0x0e, 0x16, 0x02, 0x0a,
+ 0x15, 0x06, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x0d, 0x08, 0x02, 0x0f, 0x10, 0x10, 0x0f, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x02, 0x08, 0x0f,
+ 0x08, 0x03, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02,
+ 0x06, 0x02, 0x13, 0x12, 0x02, 0x0a, 0x15, 0x06, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x02, 0x0a,
+ 0x0f, 0x07, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x06, 0x08, 0x15, 0x0d, 0x0d, 0x0d,
+ 0x15, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x02,
+ 0x02, 0x06, 0x02, 0x0f, 0x09, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x02, 0x08, 0x0d, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02,
+ 0x06, 0x02, 0x02, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06,
+ 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x06, 0x02, 0x06, 0x0c, 0x0f, 0x0f,
+ 0x08, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x02,
+ 0x06, 0x0c, 0x0f, 0x0f, 0x13, 0x06, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x08, 0x14, 0x0f,
+ 0x0c, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x06, 0x02, 0x02, 0x06, 0x11, 0x02, 0x11,
+ 0x13, 0x0b, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02,
+ 0x02, 0x08, 0x0d, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x02,
+ 0x02, 0x02, 0x0e, 0x08, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0e, 0x08,
+ 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0a, 0x15,
+ 0x0a, 0x04, 0x03, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x10, 0x14, 0x02, 0x02, 0x06, 0x06, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x10, 0x14, 0x02, 0x02, 0x02,
+ 0x0e, 0x08, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x10, 0x0f, 0x06, 0x0e, 0x08, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x0d, 0x16, 0x11, 0x0f,
+ 0x09, 0x07, 0x15, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x11, 0x15, 0x12, 0x15, 0x0b, 0x03, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x0a, 0x15,
+ 0x02, 0x0e, 0x12, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x0a, 0x0f, 0x0a, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0f,
+ 0x10, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08,
+ 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x0c, 0x0f, 0x08, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0c, 0x0e,
+ 0x06, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x08, 0x0f, 0x0c, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x0b, 0x0d, 0x0e, 0x10, 0x07, 0x15, 0x0b, 0x04, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x03, 0x08, 0x0d, 0x02, 0x03, 0x03, 0x08, 0x0d, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x0a, 0x15, 0x0a,
+ 0x10, 0x0a, 0x0f, 0x07, 0x04, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x03, 0x08, 0x0f, 0x0c, 0x02, 0x16, 0x0f, 0x0b,
+ 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x0a, 0x14,
+ 0x0a, 0x10, 0x0c, 0x14, 0x09, 0x03, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x03, 0x08, 0x0d, 0x02, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x07,
+ 0x12, 0x10, 0x10, 0x11, 0x13, 0x09, 0x04, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x03, 0x02, 0x0b, 0x0f, 0x07, 0x11,
+ 0x0e, 0x0d, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03,
+ 0x11, 0x0f, 0x07, 0x0a, 0x13, 0x0f, 0x08, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x03, 0x02, 0x02, 0x13, 0x0c,
+ 0x0f, 0x06, 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x07, 0x15, 0x15, 0x0d, 0x0f, 0x13, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x06, 0x15, 0x12,
+ 0x02, 0x12, 0x15, 0x02, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x03, 0x02, 0x06, 0x15, 0x0e, 0x0f, 0x06, 0x03,
+ 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x07, 0x0f,
+ 0x12, 0x10, 0x11, 0x11, 0x06, 0x04, 0x04, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x03, 0x08, 0x13, 0x10, 0x10,
+ 0x11, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x02, 0x03,
+ 0x02, 0x02, 0x03, 0x02, 0x0f, 0x10, 0x03, 0x03, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x03, 0x02, 0x08, 0x13, 0x10,
+ 0x11, 0x10, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x03, 0x02, 0x02, 0x03, 0x02, 0x03, 0x0e, 0x08,
+ 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x08, 0x13,
+ 0x11, 0x10, 0x11, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x03, 0x02, 0x03, 0x02, 0x02,
+ 0x16, 0x08, 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x03,
+ 0x02, 0x02, 0x03, 0x02, 0x06, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x02, 0x08, 0x0c,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x03, 0x02, 0x09, 0x0f, 0x13, 0x0d,
+ 0x0e, 0x15, 0x11, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x09, 0x0c, 0x03,
+ 0x02, 0x03, 0x0a, 0x0c, 0x03, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x08, 0x15, 0x0f, 0x15, 0x08, 0x04,
+ 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x08, 0x13,
+ 0x15, 0x0f, 0x15, 0x0b, 0x04, 0x03, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x08, 0x0f, 0x0f, 0x0c, 0x0d,
+ 0x09, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x09,
+ 0x0c, 0x03, 0x02, 0x03, 0x03, 0x04, 0x03, 0x04, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x0b, 0x13, 0x0f, 0x0f, 0x14,
+ 0x0d, 0x02, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x12, 0x0f, 0x0f, 0x13, 0x06, 0x03, 0x04,
+ 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x0c, 0x0f, 0x15,
+ 0x08, 0x0c, 0x09, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x10, 0x0f, 0x16, 0x03, 0x04, 0x03,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x15, 0x0e,
+ 0x03, 0x12, 0x0f, 0x0b, 0x04, 0x04, 0x04, 0x00, 0x03,
+ 0x03, 0x03, 0x09, 0x0e, 0x03, 0x03, 0x03, 0x0e, 0x0a,
+ 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x10, 0x13, 0x16, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x09, 0x0f, 0x0f, 0x14, 0x0f, 0x0f,
+ 0x09, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x03, 0x03,
+ 0x03, 0x09, 0x0f, 0x0f, 0x0f, 0x14, 0x0f, 0x09, 0x04,
+ 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x15, 0x0b, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x11, 0x15, 0x0f, 0x0f, 0x0f, 0x15, 0x0b,
+ 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x0b, 0x0f, 0x09, 0x04, 0x04, 0x04, 0x00,
+ 0x03, 0x03, 0x03, 0x11, 0x15, 0x0f, 0x0f, 0x14, 0x15,
+ 0x0b, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x03, 0x04,
+ 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x11, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x02, 0x09, 0x0c, 0x06, 0x02, 0x02, 0x03, 0x04,
+ 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x09, 0x0d, 0x02, 0x11, 0x02, 0x03,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x0d, 0x09, 0x04, 0x04, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x06, 0x0f, 0x0b, 0x03,
+ 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x09,
+ 0x0d, 0x03, 0x04, 0x03, 0x04, 0x04, 0x05, 0x04, 0x05,
+ 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x0c, 0x09, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x06,
+ 0x09, 0x0d, 0x0e, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x01, 0x04, 0x04, 0x11, 0x09, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x09, 0x11, 0x05, 0x05,
+ 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x04, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x01, 0x04, 0x04, 0x11, 0x0d, 0x0d, 0x11, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x05, 0x18, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x01, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00
+};
+// *************************************************************************
+// LANDSCAPE
+// *************************************************************************
+
+// Panel
+
+unsigned char item_toolbar_colors[] = {
+ 0x04, 0x02, 0x04,
+ 0x0c, 0x02, 0x04,
+ 0x24, 0x06, 0x04,
+ 0x84, 0x16, 0x14,
+ 0x9c, 0x1a, 0x1c,
+ 0x74, 0x16, 0x14,
+ 0x1c, 0x06, 0x04,
+ 0x5c, 0x0e, 0x0c,
+ 0x4c, 0x0e, 0x0c,
+ 0x44, 0x0a, 0x0c,
+ 0x64, 0x12, 0x14,
+ 0x8c, 0x1a, 0x1c,
+ 0xc4, 0x22, 0x24,
+ 0xb4, 0x1e, 0x1c,
+ 0x0c, 0x06, 0x04,
+ 0xa4, 0x1e, 0x1c,
+ 0x34, 0x0a, 0x0c,
+ 0x14, 0x16, 0x14,
+ 0x64, 0x66, 0x64,
+ 0x1c, 0x16, 0x1c,
+ 0x1c, 0x1a, 0x1c,
+ 0x3c, 0x3e, 0x3c,
+ 0x34, 0x36, 0x34,
+ 0x34, 0x32, 0x34,
+ 0x6c, 0x6a, 0x6c,
+ 0xb4, 0xb2, 0xb4,
+ 0x4c, 0x4e, 0x4c,
+ 0x94, 0x92, 0x94,
+ 0x94, 0x96, 0x94,
+ 0x7c, 0x7e, 0x7c,
+ 0x9c, 0x9e, 0x9c,
+ 0x0c, 0x0a, 0x0c,
+ 0x44, 0x46, 0x44,
+ 0x5c, 0x5a, 0x5c,
+ 0x74, 0x76, 0x74,
+ 0xc4, 0xc2, 0xc4,
+ 0x84, 0x82, 0x84,
+ 0x9c, 0x9a, 0x9c,
+ 0x74, 0x72, 0x74,
+ 0x24, 0x26, 0x24,
+ 0xa4, 0xa6, 0xa4,
+ 0x3c, 0x3a, 0x3c,
+ 0x8c, 0x8e, 0x8c,
+ 0x2c, 0x7e, 0xb4,
+ 0xbc, 0xbe, 0xbc,
+ 0x6c, 0x6e, 0x6c,
+ 0x1c, 0x1e, 0x1c,
+ 0x2c, 0x5e, 0x7c,
+ 0xac, 0xaa, 0xac,
+ 0x5c, 0x5e, 0x5c,
+ 0xa4, 0xa2, 0xa4,
+ 0xd4, 0xd6, 0xd4,
+ 0xac, 0xae, 0xac,
+ 0xec, 0xee, 0xec,
+ 0xe4, 0xe6, 0xe4,
+ 0xfc, 0xfa, 0xfc,
+ 0x1c, 0x0a, 0x0c,
+ 0x2c, 0x0e, 0x0c,
+ 0x24, 0x0a, 0x0c,
+ 0x14, 0x06, 0x04,
+ 0x34, 0x0e, 0x0c,
+ 0xcc, 0xce, 0xcc,
+ 0xf4, 0xf2, 0xf4,
+ 0x0c, 0x0a, 0x04,
+ 0x24, 0x1a, 0x0c,
+ 0x2c, 0x1e, 0x14,
+ 0x24, 0x1e, 0x0c,
+ 0x24, 0x1e, 0x14,
+ 0x1c, 0x16, 0x0c,
+ 0x14, 0x0e, 0x04,
+ 0x04, 0x06, 0x04,
+ 0x14, 0x12, 0x0c,
+ 0x5c, 0x1a, 0x1c,
+ 0x94, 0x26, 0x24,
+ 0xb4, 0x2e, 0x2c,
+ 0xd4, 0x3a, 0x3c,
+ 0xcc, 0x36, 0x34,
+ 0xa4, 0x2e, 0x2c,
+ 0x54, 0x16, 0x14,
+ 0x4c, 0x16, 0x14,
+ 0x7c, 0x22, 0x24,
+ 0x9c, 0x2a, 0x2c,
+ 0xbc, 0x36, 0x34,
+ 0xb4, 0x32, 0x34,
+ 0xac, 0x2e, 0x2c,
+ 0x2c, 0x0a, 0x0c,
+ 0xa4, 0x2a, 0x2c,
+ 0x6c, 0x1e, 0x1c,
+ 0x64, 0x1e, 0x1c,
+ 0x94, 0x2a, 0x2c,
+ 0x34, 0x22, 0x24,
+ 0x64, 0x4a, 0x24,
+ 0xc4, 0x96, 0x4c,
+ 0xd4, 0xa2, 0x54,
+ 0xcc, 0x9e, 0x54,
+ 0x84, 0x66, 0x34,
+ 0x14, 0x0e, 0x0c,
+ 0xec, 0xb2, 0x5c,
+ 0xdc, 0xaa, 0x5c,
+ 0x94, 0x72, 0x3c,
+ 0xe4, 0xb2, 0x5c,
+ 0x4c, 0x3a, 0x1c,
+ 0xc4, 0x36, 0x34,
+ 0xbc, 0x32, 0x34,
+ 0xc4, 0x32, 0x34,
+ 0x8c, 0x26, 0x24,
+ 0x44, 0x12, 0x14,
+ 0x74, 0x1e, 0x1c,
+ 0x5c, 0x16, 0x14,
+ 0xb4, 0x86, 0x44,
+ 0xfc, 0xc6, 0x6c,
+ 0xf4, 0xbe, 0x64,
+ 0xf4, 0xba, 0x64,
+ 0xfc, 0xbe, 0x64,
+ 0xec, 0xb6, 0x64,
+ 0x2c, 0x22, 0x14,
+ 0xfc, 0xce, 0x6c,
+ 0xfc, 0xc2, 0x64,
+ 0xcc, 0x9a, 0x54,
+ 0xdc, 0xa6, 0x54,
+ 0xfc, 0xd2, 0x6c,
+ 0x5c, 0x46, 0x24,
+ 0xcc, 0x3a, 0x3c,
+ 0x84, 0x22, 0x24,
+ 0x84, 0x26, 0x24,
+ 0xdc, 0xde, 0xdc,
+ 0xe4, 0xe2, 0xe4,
+ 0x5c, 0x4a, 0x2c,
+ 0xec, 0xb6, 0x5c,
+ 0x9c, 0x7a, 0x3c,
+ 0xfc, 0xc6, 0x64,
+ 0x34, 0x26, 0x14,
+ 0x4c, 0x12, 0x14,
+ 0x64, 0x1a, 0x1c,
+ 0x54, 0x3e, 0x24,
+ 0xf4, 0xb6, 0x64,
+ 0x6c, 0x56, 0x2c,
+ 0x3c, 0x2a, 0x14,
+ 0x44, 0x32, 0x1c,
+ 0xac, 0x32, 0x34,
+ 0x54, 0x1a, 0x1c,
+ 0x3c, 0x12, 0x14,
+ 0xe4, 0xae, 0x5c,
+ 0x6c, 0x52, 0x2c,
+ 0x74, 0x5a, 0x34,
+ 0xc4, 0x9a, 0x54,
+ 0x7c, 0x62, 0x34,
+ 0x84, 0x62, 0x34,
+ 0xbc, 0xba, 0xbc,
+ 0x7c, 0x5e, 0x34,
+ 0x8c, 0x66, 0x34,
+ 0x9c, 0x76, 0x3c,
+ 0x94, 0x6e, 0x3c,
+ 0x8c, 0x6a, 0x3c,
+ 0x74, 0x22, 0x24,
+ 0xbc, 0x8e, 0x4c,
+ 0xb4, 0x8a, 0x4c,
+ 0xb4, 0x8e, 0x4c,
+ 0x44, 0x36, 0x1c,
+ 0x7c, 0x5a, 0x34,
+ 0x8c, 0x6a, 0x34,
+ 0x74, 0x56, 0x2c,
+ 0x5c, 0x4a, 0x24,
+ 0xbc, 0x92, 0x4c,
+ 0xe4, 0xaa, 0x5c,
+ 0x64, 0x4e, 0x2c,
+ 0x54, 0x3e, 0x1c,
+ 0x8c, 0x6e, 0x3c,
+ 0x0c, 0x06, 0x0c,
+ 0xa4, 0x7e, 0x44,
+ 0x94, 0x76, 0x3c,
+ 0x9c, 0x2e, 0x34,
+ 0x8c, 0x2a, 0x2c,
+ 0x8c, 0x8a, 0x8c,
+ 0x54, 0x42, 0x24,
+ 0x4c, 0x3e, 0x1c,
+ 0xd4, 0xa6, 0x54,
+ 0x1c, 0x1a, 0x0c,
+ 0x2c, 0x2e, 0x2c,
+ 0xac, 0x82, 0x44
+
+};
+unsigned char item_toolbar[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x02, 0x03, 0x04, 0x03, 0x04, 0x03, 0x04,
+ 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x01, 0x07, 0x05,
+ 0x03, 0x04, 0x07, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x07, 0x03, 0x03, 0x03, 0x05, 0x09,
+ 0x00, 0x0a, 0x03, 0x04, 0x03, 0x00, 0x00, 0x00, 0x07,
+ 0x03, 0x03, 0x04, 0x02, 0x02, 0x04, 0x03, 0x04, 0x03,
+ 0x04, 0x0b, 0x03, 0x0b, 0x07, 0x02, 0x03, 0x04, 0x03,
+ 0x04, 0x03, 0x03, 0x04, 0x03, 0x04, 0x0a, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0c,
+ 0x0d, 0x0c, 0x0d, 0x0c, 0x0d, 0x0c, 0x0d, 0x0e, 0x00,
+ 0x00, 0x07, 0x0c, 0x0d, 0x0c, 0x0c, 0x0d, 0x0c, 0x0c,
+ 0x0f, 0x02, 0x00, 0x00, 0x00, 0x01, 0x05, 0x0c, 0x0c,
+ 0x0c, 0x0c, 0x0c, 0x0c, 0x04, 0x00, 0x03, 0x0c, 0x0c,
+ 0x0d, 0x00, 0x00, 0x10, 0x0c, 0x0c, 0x0c, 0x07, 0x00,
+ 0x02, 0x0c, 0x0d, 0x0c, 0x0c, 0x0d, 0x0c, 0x0c, 0x0d,
+ 0x07, 0x10, 0x0c, 0x0d, 0x0c, 0x0d, 0x0c, 0x0c, 0x0c,
+ 0x0d, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x10, 0x0c, 0x0c, 0x04, 0x10, 0x09,
+ 0x0d, 0x0c, 0x0d, 0x07, 0x00, 0x05, 0x0d, 0x0c, 0x0c,
+ 0x0d, 0x03, 0x0d, 0x0d, 0x0c, 0x0c, 0x0d, 0x01, 0x00,
+ 0x00, 0x04, 0x0d, 0x0c, 0x0c, 0x0d, 0x04, 0x03, 0x03,
+ 0x03, 0x00, 0x04, 0x0d, 0x0c, 0x0c, 0x00, 0x01, 0x0d,
+ 0x0d, 0x0c, 0x03, 0x00, 0x00, 0x10, 0x0c, 0x0c, 0x0c,
+ 0x0a, 0x07, 0x07, 0x07, 0x07, 0x10, 0x01, 0x07, 0x07,
+ 0x07, 0x0c, 0x0c, 0x0d, 0x05, 0x07, 0x07, 0x09, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10,
+ 0x0d, 0x0c, 0x03, 0x00, 0x00, 0x03, 0x0c, 0x0c, 0x07,
+ 0x10, 0x0c, 0x0c, 0x0c, 0x03, 0x01, 0x00, 0x00, 0x09,
+ 0x0c, 0x0d, 0x0c, 0x05, 0x00, 0x07, 0x0d, 0x0c, 0x0c,
+ 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c,
+ 0x0c, 0x0d, 0x00, 0x05, 0x0c, 0x0c, 0x0d, 0x01, 0x00,
+ 0x00, 0x10, 0x0d, 0x0c, 0x0c, 0x10, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x0c, 0x0c,
+ 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x11, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x10, 0x0c, 0x0c, 0x03, 0x00,
+ 0x02, 0x0c, 0x0c, 0x0d, 0x09, 0x0a, 0x0c, 0x0d, 0x0c,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x0c, 0x0d,
+ 0x00, 0x04, 0x0c, 0x0c, 0x0f, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x03, 0x0c, 0x0c, 0x0d, 0x07, 0x0c,
+ 0x0c, 0x0d, 0x02, 0x00, 0x00, 0x00, 0x10, 0x0c, 0x0c,
+ 0x0d, 0x04, 0x04, 0x03, 0x0b, 0x08, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x0c, 0x0c, 0x0c, 0x02, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x12, 0x12, 0x13, 0x11, 0x14, 0x15, 0x16,
+ 0x17, 0x11, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x0c, 0x0d, 0x0a, 0x0f, 0x0c, 0x0c, 0x0d, 0x04,
+ 0x00, 0x03, 0x0c, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x07, 0x0d, 0x0c, 0x0c, 0x00, 0x0c, 0x0c, 0x0d,
+ 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
+ 0x0c, 0x0c, 0x03, 0x0f, 0x0c, 0x0d, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x02, 0x0c, 0x0d, 0x0c, 0x0c, 0x0c, 0x0d,
+ 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0d, 0x0c,
+ 0x0c, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x12, 0x18, 0x12, 0x19, 0x18,
+ 0x1a, 0x12, 0x1b, 0x1c, 0x1d, 0x17, 0x16, 0x17, 0x12,
+ 0x18, 0x12, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0c, 0x0c, 0x07,
+ 0x05, 0x0d, 0x0d, 0x05, 0x01, 0x00, 0x03, 0x0c, 0x0c,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x0c, 0x0d,
+ 0x0d, 0x00, 0x0d, 0x0c, 0x0c, 0x07, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x0d, 0x04, 0x09,
+ 0x0c, 0x0c, 0x0c, 0x09, 0x00, 0x00, 0x00, 0x07, 0x0c,
+ 0x0c, 0x0c, 0x0a, 0x07, 0x07, 0x07, 0x02, 0x00, 0x00,
+ 0x00, 0x00, 0x10, 0x0c, 0x0c, 0x0d, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18,
+ 0x19, 0x1e, 0x1e, 0x1d, 0x1f, 0x20, 0x21, 0x22, 0x23,
+ 0x19, 0x24, 0x12, 0x18, 0x1e, 0x1e, 0x19, 0x19, 0x18,
+ 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x07, 0x0c, 0x0d, 0x07, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x07, 0x0c, 0x0d, 0x0c, 0x02, 0x00, 0x00,
+ 0x00, 0x01, 0x0d, 0x0c, 0x0c, 0x03, 0x00, 0x04, 0x0d,
+ 0x0c, 0x0d, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x0c, 0x0c, 0x03, 0x00, 0x03, 0x0c, 0x0d, 0x0d,
+ 0x01, 0x00, 0x00, 0x07, 0x0c, 0x0d, 0x0c, 0x10, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0c,
+ 0x0c, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x25, 0x19, 0x1e, 0x26, 0x26, 0x27,
+ 0x00, 0x17, 0x17, 0x16, 0x12, 0x1e, 0x19, 0x28, 0x1b,
+ 0x29, 0x2a, 0x1e, 0x25, 0x19, 0x1e, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0d, 0x0c,
+ 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x0c,
+ 0x0c, 0x0c, 0x0d, 0x07, 0x10, 0x08, 0x0d, 0x0c, 0x0d,
+ 0x0c, 0x02, 0x00, 0x07, 0x0c, 0x0c, 0x0d, 0x0f, 0x08,
+ 0x09, 0x02, 0x07, 0x02, 0x00, 0x0c, 0x0c, 0x0c, 0x03,
+ 0x00, 0x01, 0x0d, 0x0c, 0x0c, 0x03, 0x00, 0x00, 0x07,
+ 0x0c, 0x0c, 0x0d, 0x07, 0x02, 0x10, 0x10, 0x07, 0x00,
+ 0x00, 0x00, 0x00, 0x07, 0x0c, 0x0c, 0x0d, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29,
+ 0x1e, 0x28, 0x1b, 0x1c, 0x00, 0x00, 0x16, 0x2b, 0x17,
+ 0x17, 0x2c, 0x1d, 0x19, 0x2a, 0x00, 0x28, 0x28, 0x2a,
+ 0x1e, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x07, 0x0c, 0x0c, 0x07, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x09, 0x0c, 0x0c, 0x0d, 0x0c,
+ 0x0d, 0x0c, 0x0d, 0x0c, 0x0c, 0x08, 0x00, 0x00, 0x00,
+ 0x0a, 0x0c, 0x0c, 0x0c, 0x0d, 0x0c, 0x0c, 0x0c, 0x10,
+ 0x00, 0x0d, 0x0c, 0x0c, 0x03, 0x00, 0x00, 0x07, 0x0c,
+ 0x0d, 0x0c, 0x07, 0x00, 0x05, 0x0d, 0x0c, 0x0c, 0x0c,
+ 0x0c, 0x0c, 0x0d, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x07,
+ 0x0c, 0x0d, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x25, 0x25, 0x19,
+ 0x2d, 0x2e, 0x17, 0x2f, 0x16, 0x17, 0x30, 0x31, 0x19,
+ 0x2a, 0x26, 0x19, 0x1e, 0x2a, 0x1b, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c,
+ 0x0d, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x05, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x03,
+ 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x04, 0x0c,
+ 0x0c, 0x0c, 0x0c, 0x0d, 0x01, 0x00, 0x0c, 0x0d, 0x0c,
+ 0x03, 0x00, 0x00, 0x00, 0x0d, 0x0d, 0x0c, 0x0d, 0x02,
+ 0x03, 0x0c, 0x0d, 0x0c, 0x0d, 0x0c, 0x0d, 0x0c, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0d, 0x0c, 0x0d, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x1b, 0x1e, 0x25, 0x32, 0x15, 0x17,
+ 0x16, 0x1e, 0x33, 0x34, 0x19, 0x26, 0x19, 0x1e, 0x2a,
+ 0x2a, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x10, 0x02, 0x10, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2d,
+ 0x2a, 0x1b, 0x22, 0x20, 0x16, 0x1e, 0x35, 0x36, 0x33,
+ 0x1d, 0x1d, 0x25, 0x2a, 0x1b, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x14, 0x1b, 0x2a, 0x2a, 0x2a,
+ 0x28, 0x33, 0x37, 0x35, 0x2c, 0x1c, 0x2a, 0x1b, 0x2a,
+ 0x2d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x38,
+ 0x39, 0x39, 0x39, 0x3a, 0x38, 0x38, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3b, 0x06,
+ 0x3a, 0x3c, 0x39, 0x3c, 0x3a, 0x06, 0x38, 0x00, 0x00,
+ 0x00, 0x06, 0x38, 0x02, 0x38, 0x3a, 0x38, 0x3b, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x3a, 0x38, 0x38, 0x02, 0x38,
+ 0x06, 0x0e, 0x00, 0x00, 0x01, 0x06, 0x3a, 0x38, 0x38,
+ 0x06, 0x3a, 0x38, 0x06, 0x01, 0x00, 0x00, 0x00, 0x3b,
+ 0x3a, 0x06, 0x38, 0x06, 0x3a, 0x06, 0x38, 0x02, 0x00,
+ 0x00, 0x00, 0x3b, 0x3a, 0x06, 0x3a, 0x38, 0x02, 0x38,
+ 0x38, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x06, 0x38, 0x02,
+ 0x38, 0x2d, 0x2a, 0x19, 0x3d, 0x3e, 0x3e, 0x37, 0x37,
+ 0x36, 0x3d, 0x30, 0x2a, 0x1b, 0x14, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x3f, 0x40, 0x41, 0x42, 0x42, 0x42,
+ 0x43, 0x44, 0x00, 0x42, 0x43, 0x40, 0x42, 0x43, 0x40,
+ 0x42, 0x41, 0x45, 0x46, 0x00, 0x00, 0x47, 0x42, 0x42,
+ 0x40, 0x42, 0x43, 0x40, 0x41, 0x42, 0x3f, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x06, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4b, 0x4c,
+ 0x4a, 0x4d, 0x4e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x3a, 0x4f, 0x50, 0x51, 0x52, 0x4c, 0x4b, 0x4c,
+ 0x53, 0x54, 0x4d, 0x55, 0x00, 0x00, 0x53, 0x54, 0x56,
+ 0x4d, 0x4d, 0x4a, 0x57, 0x01, 0x00, 0x00, 0x00, 0x58,
+ 0x56, 0x4d, 0x54, 0x56, 0x4d, 0x56, 0x4f, 0x00, 0x00,
+ 0x4e, 0x53, 0x56, 0x4d, 0x54, 0x56, 0x4d, 0x56, 0x4d,
+ 0x4e, 0x00, 0x00, 0x06, 0x59, 0x54, 0x4d, 0x54, 0x4d,
+ 0x56, 0x54, 0x56, 0x54, 0x00, 0x00, 0x00, 0x57, 0x54,
+ 0x56, 0x4d, 0x4d, 0x4d, 0x54, 0x4d, 0x4a, 0x55, 0x00,
+ 0x00, 0x01, 0x54, 0x54, 0x56, 0x4d, 0x5a, 0x1b, 0x19,
+ 0x35, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x19, 0x2a,
+ 0x26, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b,
+ 0x5c, 0x5d, 0x5d, 0x5e, 0x5d, 0x5d, 0x5f, 0x60, 0x61,
+ 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x62, 0x63, 0x3f,
+ 0x00, 0x00, 0x63, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d,
+ 0x5e, 0x64, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x4d, 0x4c, 0x66,
+ 0x66, 0x67, 0x67, 0x68, 0x67, 0x66, 0x4c, 0x69, 0x3b,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x4f, 0x4d, 0x4b, 0x4c,
+ 0x66, 0x68, 0x67, 0x67, 0x68, 0x66, 0x66, 0x4c, 0x6a,
+ 0x00, 0x00, 0x4c, 0x66, 0x66, 0x66, 0x66, 0x4c, 0x50,
+ 0x00, 0x00, 0x00, 0x00, 0x6b, 0x52, 0x66, 0x66, 0x66,
+ 0x66, 0x67, 0x6c, 0x00, 0x00, 0x57, 0x4b, 0x66, 0x66,
+ 0x66, 0x66, 0x66, 0x66, 0x66, 0x6b, 0x00, 0x00, 0x3c,
+ 0x66, 0x4c, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x4b,
+ 0x00, 0x00, 0x00, 0x6b, 0x4b, 0x66, 0x66, 0x68, 0x66,
+ 0x66, 0x66, 0x4b, 0x4f, 0x00, 0x00, 0x4f, 0x66, 0x66,
+ 0x66, 0x66, 0x66, 0x2a, 0x19, 0x37, 0x37, 0x37, 0x37,
+ 0x37, 0x37, 0x33, 0x19, 0x2a, 0x31, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x3f, 0x6d, 0x6e, 0x6f, 0x70, 0x71,
+ 0x6f, 0x72, 0x73, 0x42, 0x74, 0x70, 0x6f, 0x70, 0x6f,
+ 0x71, 0x70, 0x75, 0x76, 0x47, 0x00, 0x00, 0x77, 0x6f,
+ 0x6f, 0x70, 0x71, 0x70, 0x6f, 0x71, 0x78, 0x79, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x3b, 0x51, 0x66, 0x67, 0x67, 0x67, 0x52, 0x67, 0x52,
+ 0x67, 0x67, 0x7a, 0x7b, 0x3b, 0x00, 0x00, 0x00, 0x3b,
+ 0x7c, 0x4c, 0x66, 0x4a, 0x68, 0x67, 0x52, 0x67, 0x52,
+ 0x67, 0x67, 0x67, 0x66, 0x6a, 0x00, 0x3a, 0x66, 0x67,
+ 0x67, 0x66, 0x67, 0x7a, 0x6c, 0x00, 0x00, 0x00, 0x00,
+ 0x6b, 0x67, 0x66, 0x4a, 0x52, 0x67, 0x53, 0x3c, 0x00,
+ 0x00, 0x50, 0x66, 0x66, 0x4a, 0x67, 0x66, 0x67, 0x52,
+ 0x67, 0x49, 0x00, 0x00, 0x48, 0x4b, 0x4a, 0x52, 0x67,
+ 0x67, 0x52, 0x67, 0x67, 0x4a, 0x00, 0x00, 0x01, 0x49,
+ 0x66, 0x67, 0x66, 0x52, 0x67, 0x67, 0x67, 0x4c, 0x48,
+ 0x00, 0x00, 0x7b, 0x52, 0x67, 0x67, 0x52, 0x67, 0x67,
+ 0x25, 0x7d, 0x37, 0x37, 0x37, 0x37, 0x7e, 0x2c, 0x19,
+ 0x1b, 0x7f, 0x45, 0x00, 0x00, 0x00, 0x00, 0x00, 0x65,
+ 0x62, 0x70, 0x80, 0x70, 0x80, 0x70, 0x81, 0x00, 0x79,
+ 0x82, 0x70, 0x80, 0x70, 0x80, 0x72, 0x80, 0x70, 0x64,
+ 0x45, 0x00, 0x83, 0x6f, 0x70, 0x80, 0x70, 0x80, 0x70,
+ 0x80, 0x80, 0x6f, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x67, 0x67, 0x52,
+ 0x68, 0x67, 0x67, 0x66, 0x4c, 0x4c, 0x7a, 0x4c, 0x69,
+ 0x3b, 0x00, 0x00, 0x01, 0x50, 0x4c, 0x52, 0x68, 0x52,
+ 0x67, 0x52, 0x68, 0x66, 0x4c, 0x7a, 0x4c, 0x4c, 0x4b,
+ 0x85, 0x00, 0x3c, 0x4c, 0x67, 0x52, 0x4a, 0x66, 0x4c,
+ 0x48, 0x00, 0x00, 0x00, 0x00, 0x7b, 0x4a, 0x66, 0x67,
+ 0x67, 0x68, 0x54, 0x3c, 0x00, 0x01, 0x6b, 0x4c, 0x52,
+ 0x67, 0x52, 0x4a, 0x66, 0x67, 0x67, 0x53, 0x00, 0x01,
+ 0x7c, 0x66, 0x67, 0x67, 0x67, 0x66, 0x67, 0x67, 0x66,
+ 0x49, 0x00, 0x00, 0x01, 0x51, 0x66, 0x67, 0x4a, 0x66,
+ 0x67, 0x66, 0x67, 0x66, 0x7b, 0x0e, 0x00, 0x54, 0x67,
+ 0x66, 0x67, 0x67, 0x66, 0x67, 0x2a, 0x7d, 0x37, 0x37,
+ 0x37, 0x37, 0x33, 0x19, 0x1c, 0x2a, 0x64, 0x86, 0x00,
+ 0x00, 0x00, 0x00, 0x46, 0x63, 0x71, 0x80, 0x70, 0x80,
+ 0x72, 0x61, 0x42, 0x00, 0x79, 0x6e, 0x80, 0x87, 0x80,
+ 0x87, 0x80, 0x70, 0x80, 0x74, 0x73, 0x00, 0x88, 0x70,
+ 0x80, 0x87, 0x80, 0x72, 0x80, 0x70, 0x6f, 0x77, 0x89,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x57, 0x67, 0x66, 0x4a, 0x52, 0x66, 0x67, 0x7c,
+ 0x6c, 0x48, 0x57, 0x49, 0x59, 0x06, 0x00, 0x00, 0x85,
+ 0x4c, 0x66, 0x67, 0x67, 0x67, 0x67, 0x66, 0x53, 0x7b,
+ 0x85, 0x6c, 0x48, 0x6b, 0x7c, 0x4e, 0x00, 0x3c, 0x66,
+ 0x67, 0x67, 0x67, 0x67, 0x7a, 0x6c, 0x00, 0x00, 0x00,
+ 0x00, 0x54, 0x52, 0x67, 0x67, 0x52, 0x67, 0x54, 0x39,
+ 0x00, 0x01, 0x50, 0x4c, 0x67, 0x68, 0x67, 0x66, 0x67,
+ 0x67, 0x52, 0x4a, 0x0e, 0x3b, 0x4a, 0x68, 0x67, 0x52,
+ 0x66, 0x4a, 0x52, 0x67, 0x66, 0x49, 0x00, 0x00, 0x01,
+ 0x49, 0x68, 0x67, 0x67, 0x66, 0x4a, 0x52, 0x67, 0x66,
+ 0x49, 0x01, 0x3a, 0x67, 0x66, 0x4a, 0x67, 0x66, 0x4a,
+ 0x52, 0x67, 0x2c, 0x7d, 0x37, 0x37, 0x37, 0x33, 0x19,
+ 0x1b, 0x72, 0x80, 0x63, 0x00, 0x00, 0x00, 0x00, 0x8a,
+ 0x77, 0x6f, 0x87, 0x80, 0x70, 0x75, 0x5f, 0x00, 0x00,
+ 0x79, 0x75, 0x70, 0x80, 0x70, 0x80, 0x70, 0x80, 0x87,
+ 0x6e, 0x65, 0x00, 0x6d, 0x72, 0x70, 0x80, 0x70, 0x80,
+ 0x87, 0x80, 0x6f, 0x62, 0x89, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x57, 0x67, 0x52,
+ 0x67, 0x68, 0x4a, 0x53, 0x84, 0x00, 0x00, 0x00, 0x3b,
+ 0x3c, 0x01, 0x00, 0x06, 0x8b, 0x67, 0x4a, 0x66, 0x67,
+ 0x67, 0x66, 0x49, 0x3c, 0x0e, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x3b, 0x00, 0x3c, 0x66, 0x67, 0x52, 0x67, 0x66,
+ 0x66, 0x8c, 0x00, 0x00, 0x00, 0x00, 0x56, 0x67, 0x66,
+ 0x67, 0x67, 0x68, 0x54, 0x8d, 0x00, 0x0e, 0x7b, 0x66,
+ 0x67, 0x52, 0x67, 0x4a, 0x66, 0x67, 0x67, 0x53, 0x3c,
+ 0x39, 0x7a, 0x67, 0x67, 0x67, 0x67, 0x67, 0x67, 0x67,
+ 0x66, 0x49, 0x00, 0x00, 0x00, 0x54, 0x66, 0x67, 0x52,
+ 0x67, 0x67, 0x67, 0x67, 0x66, 0x67, 0x0e, 0x85, 0x52,
+ 0x67, 0x52, 0x66, 0x67, 0x67, 0x67, 0x67, 0x19, 0x33,
+ 0x37, 0x37, 0x37, 0x7d, 0x19, 0x2a, 0x72, 0x80, 0x5e,
+ 0x00, 0x00, 0x00, 0x00, 0x5f, 0x75, 0x87, 0x80, 0x70,
+ 0x80, 0x8e, 0x45, 0x00, 0x00, 0x8f, 0x82, 0x72, 0x80,
+ 0x87, 0x80, 0x80, 0x72, 0x80, 0x75, 0x90, 0x45, 0x72,
+ 0x80, 0x87, 0x80, 0x72, 0x80, 0x70, 0x80, 0x6f, 0x62,
+ 0x89, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x3c, 0x68, 0x67, 0x67, 0x52, 0x67, 0x67,
+ 0x49, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6c,
+ 0x4a, 0x52, 0x67, 0x52, 0x67, 0x52, 0x51, 0x06, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6a,
+ 0x66, 0x67, 0x67, 0x67, 0x66, 0x54, 0x08, 0x00, 0x00,
+ 0x00, 0x00, 0x4d, 0x66, 0x4a, 0x52, 0x67, 0x52, 0x4d,
+ 0x06, 0x00, 0x06, 0x59, 0x66, 0x67, 0x67, 0x67, 0x51,
+ 0x67, 0x67, 0x52, 0x4a, 0x84, 0x48, 0x4c, 0x52, 0x68,
+ 0x4d, 0x54, 0x68, 0x67, 0x52, 0x68, 0x49, 0x00, 0x00,
+ 0x3b, 0x66, 0x67, 0x67, 0x67, 0x54, 0x54, 0x66, 0x67,
+ 0x67, 0x4c, 0x00, 0x69, 0x68, 0x67, 0x67, 0x53, 0x49,
+ 0x68, 0x52, 0x67, 0x19, 0x33, 0x37, 0x37, 0x7d, 0x33,
+ 0x19, 0x2a, 0x80, 0x70, 0x77, 0x83, 0x00, 0x00, 0x42,
+ 0x91, 0x75, 0x80, 0x72, 0x80, 0x75, 0x92, 0x00, 0x00,
+ 0x46, 0x5f, 0x71, 0x70, 0x80, 0x70, 0x5d, 0x77, 0x70,
+ 0x72, 0x75, 0x93, 0x65, 0x80, 0x72, 0x80, 0x64, 0x5c,
+ 0x70, 0x87, 0x80, 0x6f, 0x77, 0x89, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7b,
+ 0x66, 0x67, 0x67, 0x67, 0x66, 0x66, 0x56, 0x4f, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x50, 0x52, 0x68, 0x67, 0x67,
+ 0x67, 0x67, 0x4e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x6c, 0x66, 0x67, 0x52, 0x67,
+ 0x66, 0x53, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x56, 0x67,
+ 0x67, 0x68, 0x67, 0x66, 0x56, 0x0e, 0x00, 0x06, 0x49,
+ 0x66, 0x67, 0x66, 0x66, 0x69, 0x53, 0x52, 0x67, 0x67,
+ 0x57, 0x7c, 0x66, 0x67, 0x66, 0x69, 0x69, 0x66, 0x67,
+ 0x67, 0x66, 0x59, 0x00, 0x00, 0x00, 0x4c, 0x66, 0x67,
+ 0x52, 0x56, 0x51, 0x52, 0x67, 0x52, 0x4c, 0x8d, 0x4a,
+ 0x52, 0x67, 0x67, 0x69, 0x59, 0x66, 0x67, 0x67, 0x25,
+ 0x94, 0x7d, 0x37, 0x7d, 0x33, 0x19, 0x1b, 0x80, 0x70,
+ 0x64, 0x95, 0x00, 0x00, 0x8f, 0x6f, 0x80, 0x70, 0x80,
+ 0x70, 0x8e, 0x44, 0x00, 0x00, 0x46, 0x96, 0x75, 0x72,
+ 0x80, 0x6f, 0x91, 0x76, 0x70, 0x80, 0x71, 0x97, 0x98,
+ 0x72, 0x80, 0x70, 0x8e, 0x99, 0x75, 0x80, 0x70, 0x70,
+ 0x77, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x3b, 0x69, 0x4c, 0x52, 0x67,
+ 0x52, 0x4a, 0x66, 0x67, 0x85, 0x00, 0x00, 0x00, 0x00,
+ 0x4d, 0x4a, 0x67, 0x66, 0x67, 0x52, 0x4d, 0x06, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x48, 0x66, 0x67, 0x67, 0x67, 0x67, 0x4a, 0x3c, 0x00,
+ 0x00, 0x00, 0x3b, 0x4d, 0x68, 0x67, 0x52, 0x67, 0x52,
+ 0x56, 0x3b, 0x00, 0x3a, 0x51, 0x66, 0x67, 0x67, 0x66,
+ 0x57, 0x4a, 0x67, 0x66, 0x4a, 0x7c, 0x4a, 0x67, 0x67,
+ 0x68, 0x85, 0x50, 0x4c, 0x52, 0x67, 0x67, 0x49, 0x00,
+ 0x00, 0x3a, 0x4c, 0x67, 0x67, 0x66, 0x56, 0x69, 0x54,
+ 0x68, 0x67, 0x66, 0x9a, 0x4a, 0x67, 0x52, 0x53, 0x6c,
+ 0x49, 0x66, 0x67, 0x52, 0x2a, 0x19, 0x7d, 0x7d, 0x33,
+ 0x94, 0x1c, 0x2a, 0x80, 0x70, 0x80, 0x9b, 0x00, 0x44,
+ 0x9c, 0x75, 0x70, 0x80, 0x70, 0x75, 0x63, 0x00, 0x00,
+ 0x00, 0x46, 0x81, 0x71, 0x70, 0x80, 0x6f, 0x6d, 0x9d,
+ 0x71, 0x80, 0x6f, 0x6d, 0x5e, 0x80, 0x70, 0x80, 0x5c,
+ 0x79, 0x82, 0x72, 0x80, 0x6f, 0x62, 0x89, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x3b, 0x50, 0x4c, 0x67, 0x66, 0x67, 0x67, 0x66,
+ 0x66, 0x85, 0x00, 0x00, 0x00, 0x4d, 0x67, 0x52, 0x4a,
+ 0x66, 0x67, 0x4d, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x6c, 0x66, 0x67, 0x52,
+ 0x67, 0x66, 0x53, 0x6a, 0x00, 0x00, 0x00, 0x3b, 0x54,
+ 0x52, 0x67, 0x67, 0x67, 0x67, 0x4d, 0x3b, 0x00, 0x3c,
+ 0x54, 0x68, 0x67, 0x52, 0x4c, 0x3a, 0x4a, 0x52, 0x67,
+ 0x52, 0x54, 0x67, 0x52, 0x68, 0x4d, 0x48, 0x7b, 0x66,
+ 0x67, 0x67, 0x66, 0x49, 0x00, 0x00, 0x3c, 0x4c, 0x52,
+ 0x67, 0x66, 0x59, 0x4e, 0x51, 0x66, 0x67, 0x66, 0x54,
+ 0x67, 0x67, 0x67, 0x4a, 0x39, 0x68, 0x67, 0x67, 0x68,
+ 0x1b, 0x1c, 0x94, 0x33, 0x94, 0x1c, 0x2a, 0x1b, 0x87,
+ 0x80, 0x70, 0x5e, 0x45, 0x9e, 0x75, 0x70, 0x80, 0x87,
+ 0x80, 0x75, 0x83, 0x00, 0x00, 0x00, 0x3f, 0x5c, 0x70,
+ 0x80, 0x70, 0x75, 0x9f, 0xa0, 0x75, 0x72, 0x70, 0x5d,
+ 0x80, 0x87, 0x80, 0x72, 0x98, 0xa1, 0x6e, 0x87, 0x80,
+ 0x6f, 0x77, 0x89, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x6b,
+ 0x66, 0x67, 0x67, 0x66, 0x67, 0x67, 0x66, 0x4f, 0x00,
+ 0x00, 0x51, 0x67, 0x68, 0x67, 0x66, 0x67, 0x54, 0x3a,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x7c, 0x68, 0x67, 0x67, 0x67, 0x66, 0x4a, 0x3c,
+ 0x00, 0x00, 0x00, 0x39, 0x4a, 0x67, 0x67, 0x68, 0x52,
+ 0x66, 0x4d, 0x3b, 0x00, 0x8d, 0x54, 0x66, 0x67, 0x67,
+ 0x4b, 0x01, 0x4d, 0x67, 0x67, 0x67, 0x67, 0x67, 0x67,
+ 0x66, 0x69, 0x6a, 0x59, 0x66, 0x67, 0x68, 0x66, 0x57,
+ 0x00, 0x00, 0x8d, 0x4c, 0x67, 0x67, 0x66, 0x69, 0x84,
+ 0x59, 0x66, 0x67, 0x66, 0x4a, 0x52, 0x67, 0x52, 0x4d,
+ 0x01, 0x4b, 0x67, 0x52, 0x1c, 0x2a, 0x2a, 0x19, 0x33,
+ 0x19, 0x2a, 0x1b, 0x34, 0x80, 0x70, 0x80, 0x62, 0x5b,
+ 0x99, 0x82, 0x87, 0x80, 0x72, 0x75, 0x81, 0x0e, 0x00,
+ 0x00, 0x00, 0x3f, 0x5c, 0x6f, 0x87, 0x80, 0x6e, 0x5b,
+ 0x88, 0x71, 0x70, 0x80, 0x72, 0x80, 0x72, 0x80, 0x8e,
+ 0xa2, 0x99, 0x75, 0x80, 0x70, 0x71, 0x9c, 0x40, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x4f, 0x66, 0x67, 0x4a,
+ 0x66, 0x67, 0x4c, 0x49, 0x06, 0x00, 0x6b, 0x52, 0x67,
+ 0x52, 0x4a, 0x66, 0x67, 0x6b, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x66, 0x52,
+ 0x68, 0x67, 0x52, 0x67, 0x6a, 0x00, 0x00, 0x00, 0x3c,
+ 0x53, 0x67, 0x66, 0x52, 0x4a, 0x66, 0x49, 0x00, 0x00,
+ 0x3c, 0x68, 0x52, 0x67, 0x52, 0x4c, 0x3b, 0x7b, 0x52,
+ 0x67, 0x66, 0x52, 0x67, 0x67, 0x4c, 0x6b, 0x38, 0x49,
+ 0x66, 0x67, 0x52, 0x66, 0x85, 0x00, 0x00, 0x4e, 0x66,
+ 0x68, 0x52, 0x68, 0x49, 0x3c, 0x50, 0x66, 0x67, 0x67,
+ 0x67, 0x67, 0x68, 0x4a, 0x85, 0x3b, 0x4c, 0x66, 0x1c,
+ 0x19, 0x2a, 0x1b, 0x19, 0x94, 0x19, 0x2a, 0x2a, 0x19,
+ 0x1c, 0x80, 0x70, 0x64, 0xa3, 0x5d, 0x70, 0x80, 0x70,
+ 0x70, 0x6f, 0x83, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xa4,
+ 0x70, 0x80, 0x70, 0x82, 0xa5, 0xa6, 0x64, 0x80, 0x70,
+ 0x80, 0x70, 0x80, 0x70, 0x8e, 0x45, 0xa7, 0x75, 0x87,
+ 0x80, 0x75, 0x9c, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x4e, 0x58, 0x02, 0x00, 0x00,
+ 0x00, 0x01, 0x7b, 0x4c, 0x52, 0x67, 0x67, 0x66, 0x54,
+ 0x3a, 0x00, 0x4f, 0x4a, 0x67, 0x67, 0x52, 0x67, 0x66,
+ 0x4a, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x39,
+ 0x06, 0x00, 0x49, 0x66, 0x4a, 0x67, 0x66, 0x67, 0x66,
+ 0x50, 0x00, 0x00, 0x00, 0x69, 0x67, 0x66, 0x4a, 0x68,
+ 0x67, 0x52, 0x51, 0x00, 0x00, 0x4e, 0x4b, 0x67, 0x67,
+ 0x68, 0x4c, 0x3b, 0x48, 0x4a, 0x66, 0x4a, 0x67, 0x67,
+ 0x52, 0x67, 0x4f, 0x3b, 0x51, 0x66, 0x67, 0x67, 0x4c,
+ 0x6c, 0x00, 0x00, 0x85, 0x66, 0x67, 0x67, 0x66, 0x51,
+ 0x38, 0x57, 0x4c, 0x52, 0x67, 0x66, 0x67, 0x52, 0x67,
+ 0x3c, 0x3b, 0x4b, 0x1c, 0x19, 0x19, 0x34, 0x2a, 0x1c,
+ 0x18, 0x18, 0x1b, 0x34, 0x19, 0x19, 0x1c, 0x80, 0x72,
+ 0x80, 0x72, 0x80, 0x87, 0x80, 0x82, 0x81, 0x45, 0x00,
+ 0x00, 0x00, 0x00, 0x45, 0x6e, 0x80, 0x70, 0x80, 0x6e,
+ 0x8f, 0x73, 0x5d, 0x70, 0x80, 0x87, 0x80, 0x70, 0x80,
+ 0x6d, 0x00, 0x63, 0x75, 0x72, 0x80, 0x75, 0x6d, 0x44,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x3c, 0x53, 0x4a, 0x67, 0x7c, 0x7b, 0x49, 0x66, 0x67,
+ 0x67, 0x68, 0x52, 0x66, 0x51, 0x06, 0x00, 0x00, 0x4d,
+ 0x67, 0x52, 0x67, 0x67, 0x67, 0x52, 0x52, 0x4a, 0x51,
+ 0x7b, 0x7b, 0x54, 0x67, 0x66, 0x06, 0x00, 0x6b, 0x66,
+ 0x67, 0x52, 0x4a, 0x66, 0x66, 0x66, 0x4d, 0x7b, 0x54,
+ 0x67, 0x52, 0x66, 0x67, 0x52, 0x67, 0x67, 0x6b, 0x00,
+ 0x00, 0x4f, 0x4c, 0x67, 0x52, 0x67, 0x66, 0x01, 0x4f,
+ 0x67, 0x67, 0x67, 0x66, 0x67, 0x66, 0x56, 0x39, 0x06,
+ 0x51, 0x66, 0x67, 0x52, 0x66, 0x85, 0x00, 0x00, 0x85,
+ 0x66, 0x67, 0x67, 0x66, 0x49, 0x3b, 0x85, 0x4c, 0x67,
+ 0x67, 0x4a, 0x66, 0x67, 0x4a, 0x00, 0x3b, 0x1e, 0x19,
+ 0x19, 0x1c, 0x1c, 0x12, 0xa8, 0x46, 0x00, 0x12, 0x18,
+ 0x19, 0x19, 0x19, 0x1e, 0x70, 0x80, 0x80, 0x87, 0x80,
+ 0x70, 0x70, 0x89, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45,
+ 0x6e, 0x80, 0x87, 0x80, 0x75, 0x5b, 0x40, 0x91, 0x6f,
+ 0x72, 0x80, 0x70, 0x80, 0x72, 0xa1, 0x00, 0x63, 0x75,
+ 0x80, 0x87, 0x75, 0x9c, 0x44, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x8d, 0x4a, 0x68, 0x52,
+ 0x68, 0x52, 0x67, 0x52, 0x67, 0x52, 0x67, 0x67, 0x4c,
+ 0x6b, 0x01, 0x00, 0x00, 0x8d, 0x4a, 0x68, 0x52, 0x67,
+ 0x66, 0x4a, 0x68, 0x67, 0x52, 0x68, 0x52, 0x67, 0x67,
+ 0x4c, 0x01, 0x00, 0x84, 0x66, 0x67, 0x67, 0x67, 0x66,
+ 0x4a, 0x67, 0x67, 0x66, 0x66, 0x67, 0x66, 0x4a, 0x67,
+ 0x67, 0x67, 0x54, 0x55, 0x00, 0x00, 0x85, 0x7a, 0x67,
+ 0x67, 0x66, 0x4d, 0x01, 0x39, 0x67, 0x52, 0x67, 0x67,
+ 0x67, 0x66, 0x69, 0x00, 0x06, 0x49, 0x66, 0x67, 0x67,
+ 0x66, 0x85, 0x00, 0x00, 0x50, 0x66, 0x52, 0x67, 0x66,
+ 0x7b, 0x00, 0x6a, 0x4a, 0x66, 0x67, 0x52, 0x67, 0x67,
+ 0x7b, 0x00, 0x06, 0x19, 0x19, 0x12, 0x12, 0x12, 0x4f,
+ 0x00, 0x00, 0x00, 0x46, 0x31, 0x18, 0x12, 0x1b, 0xa9,
+ 0x80, 0x87, 0x70, 0x80, 0x70, 0x75, 0xaa, 0x45, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x83, 0x75, 0x70, 0x80, 0x70,
+ 0x8e, 0x65, 0x00, 0x9c, 0x71, 0x80, 0x70, 0x80, 0x72,
+ 0x80, 0x73, 0x0e, 0x63, 0x75, 0x70, 0x72, 0x71, 0x6d,
+ 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x3c, 0x53, 0x67, 0x67, 0x67, 0x67, 0x68, 0x67,
+ 0x67, 0x68, 0x52, 0x66, 0x4d, 0x02, 0x00, 0x00, 0x00,
+ 0x00, 0x3c, 0x53, 0x4a, 0x66, 0x67, 0x67, 0x52, 0x67,
+ 0x67, 0x67, 0x67, 0x67, 0x66, 0x51, 0x01, 0x00, 0x00,
+ 0x7b, 0x66, 0x52, 0x67, 0x52, 0x67, 0x52, 0x52, 0x67,
+ 0x4a, 0x66, 0x67, 0x52, 0x67, 0x52, 0x4a, 0x4f, 0x00,
+ 0x00, 0x01, 0x6b, 0x4c, 0x67, 0x67, 0x66, 0x56, 0x01,
+ 0x01, 0x4a, 0x67, 0x67, 0x52, 0x67, 0x66, 0x58, 0x00,
+ 0x55, 0x56, 0x66, 0x67, 0x67, 0x66, 0x85, 0x00, 0x00,
+ 0x49, 0x68, 0x67, 0x67, 0x66, 0x7c, 0x00, 0x3c, 0x4d,
+ 0x68, 0x67, 0x67, 0x67, 0x66, 0x4f, 0x00, 0x3a, 0xab,
+ 0xac, 0xad, 0xad, 0xad, 0x1d, 0x00, 0x00, 0x00, 0x00,
+ 0xad, 0xad, 0xad, 0x5e, 0x70, 0x80, 0x80, 0x80, 0x72,
+ 0x80, 0x87, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xae, 0x75, 0x87, 0x80, 0x70, 0x8e, 0xaf, 0x00, 0x81,
+ 0x71, 0x80, 0x70, 0x80, 0x80, 0xb0, 0x00, 0x3f, 0xa9,
+ 0x75, 0x80, 0x80, 0x75, 0x9c, 0x44, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3b, 0x4d, 0x68,
+ 0x52, 0x68, 0x67, 0x67, 0x67, 0x52, 0x52, 0x4a, 0x51,
+ 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3b, 0x7b,
+ 0x53, 0x67, 0x67, 0x67, 0x67, 0x67, 0x68, 0x52, 0x68,
+ 0x66, 0x69, 0x00, 0x00, 0x00, 0x00, 0x6c, 0x53, 0x4a,
+ 0x67, 0x67, 0x66, 0x4a, 0x68, 0x52, 0x67, 0x52, 0x67,
+ 0x4a, 0x51, 0x3c, 0x00, 0x00, 0x00, 0x01, 0x7b, 0x4c,
+ 0x52, 0x66, 0x66, 0x56, 0x3b, 0x00, 0x53, 0x66, 0x66,
+ 0x67, 0x52, 0x54, 0x08, 0x00, 0x6a, 0x53, 0x66, 0x66,
+ 0x52, 0x66, 0x85, 0x00, 0x00, 0x54, 0x66, 0x66, 0x66,
+ 0x4c, 0x7b, 0x00, 0x06, 0x4d, 0x68, 0x52, 0x66, 0x52,
+ 0x67, 0x06, 0x00, 0x4f, 0x4c, 0x52, 0x53, 0x2a, 0x29,
+ 0x15, 0x00, 0x00, 0x00, 0x00, 0x29, 0x15, 0x29, 0x70,
+ 0x80, 0x70, 0x70, 0x70, 0x70, 0x82, 0xaa, 0x45, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x75, 0x6f, 0x80,
+ 0x6f, 0x8e, 0xa6, 0x00, 0x63, 0x75, 0x70, 0x70, 0x70,
+ 0x70, 0xa0, 0x00, 0x47, 0x5d, 0x6f, 0x70, 0x70, 0x75,
+ 0x9c, 0xb1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x57, 0x49, 0x51, 0x4d, 0x54, 0x4d,
+ 0x54, 0x56, 0x69, 0x84, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x58, 0x49, 0x4d,
+ 0x4d, 0x54, 0x4d, 0x56, 0x56, 0x49, 0x4f, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x4e, 0x7b, 0x56, 0x4d, 0x56,
+ 0x4d, 0x56, 0x56, 0x51, 0x6b, 0x6a, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x3b, 0x6b, 0x4d, 0x51, 0x49, 0x4d, 0x7b,
+ 0x01, 0x00, 0x6b, 0x51, 0x49, 0x4d, 0x51, 0x7b, 0x06,
+ 0x00, 0x3c, 0x49, 0x51, 0x49, 0x4d, 0x56, 0x4e, 0x00,
+ 0x00, 0x4d, 0x51, 0x49, 0x51, 0x56, 0x57, 0x00, 0x01,
+ 0x6b, 0x4d, 0x51, 0x49, 0x56, 0x7c, 0x00, 0x00, 0x3c,
+ 0xb2, 0x17, 0xb2, 0x29, 0x17, 0x17, 0xb2, 0x00, 0x00,
+ 0xb2, 0x17, 0x17, 0x17, 0xb2, 0x17, 0xb2, 0x5c, 0x5c,
+ 0x76, 0x5c, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x8f, 0x5e, 0x5c, 0x5c, 0x5e, 0x9b, 0x8a, 0x00,
+ 0x79, 0x5c, 0x5c, 0x5c, 0x5c, 0x76, 0x9e, 0x00, 0x45,
+ 0xb3, 0x76, 0x5c, 0x5c, 0x5d, 0x63, 0x45, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x3b, 0x3b, 0x3b, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x3b, 0x3b, 0x3b,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00
+};
+
+// Keyboard
+
+unsigned char item_keyboard_colors[] = {
+ 0x00, 0x00, 0x00,
+ 0x18, 0x18, 0x18,
+ 0x39, 0x39, 0x39,
+ 0x31, 0x31, 0x31,
+ 0x29, 0x29, 0x29,
+ 0x21, 0x21, 0x21,
+ 0x42, 0x42, 0x42,
+ 0x63, 0x63, 0x63,
+ 0x7b, 0x7b, 0x7b,
+ 0x73, 0x73, 0x73,
+ 0x6b, 0x6b, 0x6b,
+ 0x4a, 0x4a, 0x4a,
+ 0x94, 0x94, 0x94,
+ 0x9c, 0x9c, 0x9c,
+ 0xa5, 0xa5, 0xa5,
+ 0xbd, 0xbd, 0xbd,
+ 0x5a, 0x5a, 0x5a,
+ 0x52, 0x52, 0x52,
+ 0x84, 0x84, 0x84,
+ 0xad, 0xad, 0xad,
+ 0xc6, 0xc6, 0xc6,
+ 0xb5, 0xb5, 0xb5,
+ 0x8c, 0x8c, 0x8c,
+ 0x10, 0x10, 0x10,
+ 0x08, 0x08, 0x08
+
+};
+unsigned char item_keyboard[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05,
+ 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x07, 0x08, 0x06, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x09, 0x08, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x0a, 0x08, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x08, 0x07, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x0b, 0x0c, 0x0d, 0x0d, 0x0b,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x0a, 0x08, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x0e, 0x0f, 0x10, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x0f,
+ 0x0f, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x0a, 0x08, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x0d, 0x0e, 0x0d,
+ 0x0b, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x0a,
+ 0x0d, 0x0e, 0x0d, 0x11, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x0a, 0x0d, 0x0e, 0x0d, 0x0d,
+ 0x0d, 0x06, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x0a, 0x0d, 0x0e, 0x0d, 0x0d, 0x0d, 0x10, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x11, 0x0d, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x10, 0x0d, 0x0d, 0x0d, 0x0d, 0x07, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b,
+ 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x0e, 0x13, 0x08, 0x08, 0x06, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12,
+ 0x0e, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x07, 0x12, 0x0b,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x06, 0x0b, 0x06, 0x06, 0x08, 0x09, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x08, 0x12, 0x0f, 0x10, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x0b, 0x10, 0x12, 0x12, 0x0f, 0x10,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x10, 0x12, 0x12, 0x08, 0x08, 0x13, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x10, 0x12, 0x12, 0x08,
+ 0x08, 0x0d, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x07, 0x0f, 0x06, 0x06, 0x07, 0x08, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07, 0x14,
+ 0x08, 0x12, 0x08, 0x0b, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b,
+ 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x11, 0x11, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x0d, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x0f, 0x07, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x0f, 0x07, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b,
+ 0x0b, 0x06, 0x06, 0x0f, 0x07, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x06, 0x06, 0x06,
+ 0x06, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x06, 0x06, 0x06, 0x06, 0x08, 0x0d, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x07, 0x14, 0x06,
+ 0x06, 0x08, 0x0d, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x07, 0x0f, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x0b,
+ 0x06, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x11,
+ 0x13, 0x07, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x10, 0x0f, 0x0f, 0x14, 0x0e, 0x06, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13, 0x0e,
+ 0x0f, 0x14, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x11, 0x0e, 0x0f, 0x14, 0x0f, 0x0c,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12,
+ 0x0f, 0x0f, 0x0e, 0x13, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x12, 0x0f, 0x0f, 0x14, 0x12,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x10,
+ 0x0f, 0x0f, 0x0f, 0x15, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12, 0x0f, 0x0f, 0x0e,
+ 0x0e, 0x09, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x12, 0x0e, 0x12, 0x15, 0x0f, 0x0e, 0x06, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x15, 0x0f, 0x0f,
+ 0x11, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x0d, 0x0f, 0x14, 0x15, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e, 0x06,
+ 0x06, 0x09, 0x15, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x0f, 0x10, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0d, 0x0d,
+ 0x0f, 0x0e, 0x0e, 0x15, 0x07, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x0f,
+ 0x10, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x08, 0x0d, 0x03, 0x03, 0x03, 0x00, 0x06,
+ 0x06, 0x0b, 0x07, 0x0f, 0x06, 0x06, 0x08, 0x0d, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07,
+ 0x14, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x0c, 0x13, 0x06, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x11, 0x13, 0x0f, 0x07, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x07,
+ 0x07, 0x10, 0x13, 0x09, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x12, 0x0f, 0x0c, 0x07, 0x0a, 0x15, 0x0a,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x11, 0x13,
+ 0x13, 0x07, 0x10, 0x10, 0x0b, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x09, 0x15, 0x09, 0x07, 0x16, 0x0f,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x09,
+ 0x15, 0x08, 0x07, 0x09, 0x0f, 0x0a, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x07, 0x14, 0x09, 0x11,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x09, 0x15, 0x09, 0x07, 0x16, 0x0f, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x0f, 0x13, 0x09,
+ 0x10, 0x13, 0x09, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x10, 0x07, 0x0f, 0x07, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x11,
+ 0x07, 0x09, 0x0f, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x12, 0x0d, 0x06, 0x0c, 0x15, 0x11, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x14, 0x10, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x0e, 0x15, 0x09, 0x0f, 0x0e, 0x16,
+ 0x0d, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x14, 0x10, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x11, 0x08, 0x12,
+ 0x08, 0x08, 0x13, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x0b, 0x12, 0x12, 0x08, 0x13, 0x16,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x07, 0x0f,
+ 0x06, 0x06, 0x12, 0x0d, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x07, 0x0f, 0x12, 0x08, 0x08,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x0c, 0x0f,
+ 0x0f, 0x13, 0x06, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x0b, 0x13,
+ 0x0f, 0x0f, 0x09, 0x10, 0x11, 0x11, 0x11, 0x0b, 0x0b,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x10, 0x12, 0x08, 0x08, 0x13, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x0d,
+ 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x12, 0x13, 0x0b, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12,
+ 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x0f, 0x10, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x12, 0x0e, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x0f, 0x10, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x10, 0x0f, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x0e,
+ 0x0d, 0x13, 0x11, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x0f, 0x10, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x0d,
+ 0x12, 0x06, 0x0f, 0x10, 0x08, 0x0d, 0x03, 0x03, 0x03,
+ 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x0f, 0x10, 0x11, 0x10, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x08, 0x15, 0x0d, 0x0e, 0x0d, 0x0d, 0x0b,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x11,
+ 0x0d, 0x0d, 0x0d, 0x15, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x07, 0x0f, 0x12, 0x08, 0x0d, 0x13,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x10, 0x0d, 0x0d, 0x0d, 0x15, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x06, 0x06, 0x0c, 0x14, 0x0f, 0x0f, 0x0f, 0x13, 0x06,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x02, 0x10, 0x15, 0x0f, 0x0f, 0x0e, 0x0e,
+ 0x0d, 0x0e, 0x0d, 0x0d, 0x0c, 0x06, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x11, 0x0f,
+ 0x0d, 0x0d, 0x0d, 0x14, 0x09, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x02, 0x06, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x08,
+ 0x0d, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x08, 0x15, 0x0d, 0x0d, 0x0d, 0x15, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x02, 0x14, 0x10,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02,
+ 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06,
+ 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x02, 0x06, 0x02, 0x02, 0x06, 0x0f, 0x10, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x02,
+ 0x06, 0x02, 0x10, 0x0f, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x02, 0x06, 0x08, 0x0f, 0x0f, 0x0c, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02,
+ 0x02, 0x06, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x0d, 0x08, 0x02, 0x0f, 0x10,
+ 0x08, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x06, 0x02, 0x02, 0x06, 0x0f, 0x10, 0x08, 0x0d,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x02, 0x08, 0x0d,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x02, 0x02, 0x06, 0x02, 0x02, 0x02, 0x08,
+ 0x0d, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x11,
+ 0x0d, 0x0d, 0x0d, 0x13, 0x15, 0x06, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x02, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x0c, 0x0f, 0x0f,
+ 0x14, 0x0f, 0x0f, 0x0f, 0x0e, 0x02, 0x03, 0x03, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x11, 0x15, 0x0f, 0x07, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x08, 0x0e, 0x02, 0x02, 0x02, 0x16,
+ 0x0d, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08,
+ 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x06, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0e, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x08, 0x08,
+ 0x08, 0x08, 0x0b, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x02,
+ 0x02, 0x0b, 0x13, 0x08, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x08, 0x0d,
+ 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x0f, 0x10, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x10, 0x0f,
+ 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08,
+ 0x13, 0x10, 0x15, 0x0c, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0f, 0x10,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x0d, 0x08, 0x02, 0x14, 0x10, 0x11, 0x0f, 0x03, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x0f, 0x10, 0x08, 0x0d, 0x03, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x08,
+ 0x0d, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x10, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
+ 0x08, 0x07, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x11, 0x15, 0x10,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x03, 0x09,
+ 0x13, 0x10, 0x10, 0x07, 0x13, 0x0d, 0x04, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x08, 0x0f, 0x16, 0x10, 0x0a,
+ 0x15, 0x07, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03,
+ 0x06, 0x13, 0x0e, 0x10, 0x11, 0x11, 0x06, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x03, 0x0a, 0x15, 0x0a, 0x10,
+ 0x0c, 0x0f, 0x08, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x0a, 0x15, 0x0a, 0x10, 0x11, 0x10, 0x02, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x02, 0x02, 0x0f,
+ 0x10, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x06, 0x15, 0x13, 0x0d, 0x0f, 0x15, 0x09,
+ 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x08, 0x0d,
+ 0x02, 0x03, 0x03, 0x08, 0x0d, 0x04, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x03, 0x02, 0x0b, 0x10, 0x0f, 0x0a, 0x10,
+ 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x02,
+ 0x02, 0x03, 0x02, 0x11, 0x14, 0x03, 0x04, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x06, 0x0e,
+ 0x0c, 0x02, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03,
+ 0x02, 0x0b, 0x10, 0x0f, 0x0a, 0x10, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x02, 0x0f,
+ 0x10, 0x11, 0x0f, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x03, 0x06, 0x10, 0x10, 0x0f, 0x0a, 0x16,
+ 0x0d, 0x04, 0x04, 0x04, 0x00, 0x02, 0x03, 0x02, 0x08,
+ 0x13, 0x10, 0x11, 0x10, 0x11, 0x02, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x03, 0x02, 0x06, 0x10, 0x10, 0x10, 0x11,
+ 0x16, 0x0d, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03,
+ 0x02, 0x02, 0x02, 0x03, 0x08, 0x0d, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x03, 0x02, 0x07, 0x16, 0x10, 0x10,
+ 0x11, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x03, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x03, 0x02, 0x0b, 0x0b, 0x02, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x03, 0x03, 0x03, 0x06, 0x0e, 0x0f, 0x0f, 0x15,
+ 0x0d, 0x0c, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x09, 0x0e, 0x0e, 0x0f, 0x0f, 0x08, 0x04, 0x03, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x06, 0x0e, 0x0f,
+ 0x14, 0x0f, 0x0c, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x08, 0x0f, 0x0f, 0x0c, 0x0e, 0x0a, 0x03,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x0a, 0x15,
+ 0x0f, 0x0f, 0x0f, 0x09, 0x04, 0x04, 0x04, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x15, 0x0b, 0x03, 0x03, 0x04,
+ 0x03, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x06,
+ 0x09, 0x08, 0x11, 0x0d, 0x09, 0x04, 0x04, 0x04, 0x00,
+ 0x03, 0x03, 0x03, 0x09, 0x0c, 0x03, 0x02, 0x03, 0x0a,
+ 0x0c, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x15, 0x0f, 0x14, 0x0f, 0x0f, 0x06, 0x03, 0x04, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x11,
+ 0x0f, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x09, 0x0c, 0x03, 0x03, 0x06, 0x0e, 0x09, 0x04, 0x04,
+ 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x15, 0x0f, 0x14,
+ 0x0f, 0x0f, 0x06, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x0c, 0x09, 0x03, 0x15, 0x0b, 0x0b, 0x15, 0x04,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x09,
+ 0x0f, 0x0f, 0x14, 0x0f, 0x0f, 0x0c, 0x03, 0x04, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x08, 0x0f, 0x0f, 0x14, 0x0f,
+ 0x0f, 0x09, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03,
+ 0x09, 0x0f, 0x0f, 0x0f, 0x14, 0x0f, 0x0a, 0x04, 0x04,
+ 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x09, 0x0c, 0x03, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03,
+ 0x03, 0x0b, 0x0c, 0x0f, 0x14, 0x0f, 0x15, 0x0b, 0x03,
+ 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0c,
+ 0x09, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x09, 0x06, 0x03, 0x11, 0x14, 0x04, 0x04, 0x05,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04,
+ 0x09, 0x09, 0x09, 0x0c, 0x14, 0x06, 0x04, 0x05, 0x05,
+ 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x15, 0x0d, 0x09,
+ 0x0c, 0x13, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x01, 0x04, 0x04, 0x04, 0x0c, 0x0d, 0x0d, 0x0c,
+ 0x02, 0x04, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x06, 0x0c, 0x0d, 0x0c, 0x06, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x18, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x01, 0x17, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02,
+ 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x03, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
+ 0x02, 0x03, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x03,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05,
+ 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00,
+ 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02,
+ 0x06, 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x01,
+ 0x00, 0x05, 0x02, 0x06, 0x02, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x03, 0x01, 0x00, 0x05, 0x02, 0x06,
+ 0x02, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03,
+ 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x02, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x06,
+ 0x0b, 0x02, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x10, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06,
+ 0x0a, 0x0d, 0x11, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x0a, 0x0d, 0x0e, 0x0d,
+ 0x0d, 0x0d, 0x12, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x11, 0x0e, 0x0d, 0x0d, 0x0b, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x0a, 0x0d, 0x0e,
+ 0x0d, 0x0d, 0x0d, 0x07, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x11, 0x0d, 0x0e, 0x0d, 0x0d, 0x0d, 0x06,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x0b, 0x07, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x0a, 0x0b, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x02, 0x11, 0x13, 0x0b, 0x03, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07, 0x0f, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13, 0x0b, 0x06,
+ 0x06, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x08, 0x13, 0x12, 0x08, 0x08, 0x0e, 0x0d, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07, 0x0f,
+ 0x12, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x12, 0x13, 0x12, 0x08, 0x12, 0x13, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x13,
+ 0x12, 0x08, 0x12, 0x13, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x0b,
+ 0x13, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12, 0x13,
+ 0x0b, 0x06, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x00,
+ 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02,
+ 0x11, 0x15, 0x0b, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x11, 0x11,
+ 0x11, 0x07, 0x06, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b,
+ 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x0b, 0x07, 0x14, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06,
+ 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b,
+ 0x06, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x02,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x12, 0x0e, 0x06, 0x06, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x06, 0x06,
+ 0x06, 0x06, 0x08, 0x0d, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x07, 0x14, 0x06, 0x0f, 0x10, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0e,
+ 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x12, 0x0d, 0x06, 0x06, 0x02, 0x0d,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x0b, 0x0b, 0x0b, 0x0b, 0x13, 0x0f, 0x08, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x0b, 0x0b, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x0b, 0x12, 0x0f, 0x13, 0x06, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b,
+ 0x0b, 0x0b, 0x06, 0x06, 0x02, 0x11, 0x15, 0x0b, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x0b, 0x08, 0x0d, 0x08, 0x15, 0x0f, 0x0e, 0x06,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12,
+ 0x0f, 0x0f, 0x14, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x12, 0x13, 0x13, 0x0f, 0x15, 0x11,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06,
+ 0x12, 0x0f, 0x0f, 0x0e, 0x0e, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0d, 0x10, 0x13, 0x14,
+ 0x13, 0x0b, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b,
+ 0x11, 0x13, 0x0f, 0x14, 0x0f, 0x13, 0x0b, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0f, 0x0f, 0x0f,
+ 0x0f, 0x15, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x0b, 0x08, 0x0d, 0x06, 0x06, 0x06, 0x0c, 0x09, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08, 0x0d, 0x06,
+ 0x06, 0x06, 0x09, 0x0c, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x15, 0x10, 0x06, 0x06, 0x06, 0x02, 0x15,
+ 0x0b, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08, 0x13,
+ 0x0b, 0x06, 0x0b, 0x0e, 0x09, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x08, 0x0d, 0x06, 0x06, 0x06, 0x09,
+ 0x0c, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x08,
+ 0x0f, 0x0f, 0x0f, 0x14, 0x0f, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x12, 0x0d, 0x06,
+ 0x06, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06, 0x02, 0x08, 0x0d,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x07,
+ 0x0f, 0x06, 0x0f, 0x10, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x0b, 0x12, 0x13, 0x12, 0x08, 0x08, 0x13,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x12,
+ 0x0e, 0x06, 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x11, 0x13,
+ 0x0f, 0x0f, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x10, 0x12, 0x12, 0x12, 0x12, 0x08, 0x12, 0x08, 0x08,
+ 0x07, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x12,
+ 0x0f, 0x0f, 0x13, 0x06, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x00, 0x00, 0x06, 0x06, 0x0b, 0x06, 0x0b, 0x06, 0x06,
+ 0x02, 0x11, 0x15, 0x0b, 0x03, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x12, 0x0f,
+ 0x13, 0x09, 0x10, 0x13, 0x09, 0x03, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x09, 0x0f, 0x08, 0x07, 0x09, 0x13,
+ 0x0a, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x12,
+ 0x0f, 0x0d, 0x06, 0x0c, 0x0f, 0x0b, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x09, 0x15, 0x08, 0x07, 0x16,
+ 0x0f, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06,
+ 0x12, 0x13, 0x15, 0x12, 0x10, 0x0d, 0x0c, 0x03, 0x03,
+ 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x15, 0x07, 0x07,
+ 0x10, 0x16, 0x07, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06,
+ 0x06, 0x11, 0x09, 0x14, 0x07, 0x10, 0x11, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x12, 0x0d, 0x06,
+ 0x06, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x06,
+ 0x06, 0x06, 0x12, 0x0e, 0x06, 0x06, 0x02, 0x12, 0x0d,
+ 0x03, 0x03, 0x03, 0x00, 0x06, 0x06, 0x06, 0x0f, 0x07,
+ 0x06, 0x06, 0x02, 0x02, 0x0f, 0x11, 0x03, 0x03, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x13, 0x0e, 0x06, 0x0d, 0x0e,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x12,
+ 0x0d, 0x06, 0x06, 0x02, 0x12, 0x0d, 0x03, 0x03, 0x03,
+ 0x00, 0x06, 0x06, 0x06, 0x11, 0x07, 0x07, 0x07, 0x12,
+ 0x0f, 0x07, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x06, 0x12, 0x0d, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x06, 0x06, 0x07, 0x15, 0x12, 0x03, 0x03, 0x03, 0x00,
+ 0x06, 0x06, 0x06, 0x11, 0x16, 0x0f, 0x12, 0x0f, 0x12,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x06, 0x0a,
+ 0x0d, 0x0e, 0x0d, 0x0e, 0x15, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x06, 0x06, 0x06, 0x12, 0x0d, 0x06, 0x06, 0x06,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06,
+ 0x06, 0x06, 0x11, 0x0e, 0x0f, 0x0f, 0x14, 0x08, 0x02,
+ 0x03, 0x03, 0x04, 0x00, 0x06, 0x06, 0x0c, 0x0f, 0x0f,
+ 0x0f, 0x0f, 0x0f, 0x0f, 0x0e, 0x06, 0x03, 0x04, 0x00,
+ 0x06, 0x06, 0x06, 0x06, 0x12, 0x0f, 0x0f, 0x14, 0x0e,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x11, 0x15, 0x0b,
+ 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x06, 0x06, 0x08, 0x13, 0x06, 0x02, 0x02, 0x0d,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x12,
+ 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x12, 0x13, 0x06, 0x02, 0x02,
+ 0x13, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x12, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x06, 0x06, 0x12, 0x15, 0x11, 0x02,
+ 0x02, 0x07, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06,
+ 0x06, 0x11, 0x15, 0x13, 0x08, 0x06, 0x02, 0x02, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06, 0x07, 0x0f,
+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x06, 0x06, 0x12, 0x13, 0x06, 0x02, 0x02, 0x0d, 0x08,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x11, 0x14,
+ 0x0b, 0x06, 0x02, 0x13, 0x0a, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x13, 0x09, 0x06, 0x15, 0x11, 0x0b,
+ 0x0f, 0x06, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x0b, 0x15, 0x15, 0x15, 0x06, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x11, 0x14, 0x0b, 0x06, 0x02,
+ 0x13, 0x09, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x06, 0x06, 0x06, 0x07, 0x14, 0x07, 0x02, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x12, 0x13,
+ 0x12, 0x08, 0x08, 0x08, 0x0b, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x0a, 0x0f, 0x07,
+ 0x02, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x08,
+ 0x15, 0x0d, 0x0d, 0x0d, 0x15, 0x09, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06,
+ 0x12, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x0c,
+ 0x14, 0x0f, 0x0f, 0x08, 0x02, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x06, 0x06, 0x0c, 0x14, 0x0f, 0x14, 0x0f, 0x13,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x06, 0x06,
+ 0x12, 0x0f, 0x0f, 0x0f, 0x0c, 0x02, 0x03, 0x03, 0x04,
+ 0x00, 0x00, 0x00, 0x02, 0x06, 0x06, 0x06, 0x06, 0x06,
+ 0x02, 0x02, 0x11, 0x15, 0x0b, 0x03, 0x04, 0x04, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x08,
+ 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x08, 0x0d, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x02, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02,
+ 0x06, 0x08, 0x0d, 0x06, 0x02, 0x02, 0x02, 0x03, 0x03,
+ 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x0b, 0x08,
+ 0x13, 0x15, 0x12, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02,
+ 0x02, 0x06, 0x02, 0x10, 0x0f, 0x02, 0x02, 0x02, 0x03,
+ 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x10, 0x0f,
+ 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00,
+ 0x02, 0x02, 0x06, 0x02, 0x0e, 0x16, 0x02, 0x0a, 0x15,
+ 0x06, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06, 0x0d,
+ 0x08, 0x02, 0x0f, 0x10, 0x10, 0x0f, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x02, 0x02, 0x08, 0x0f, 0x08,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x02, 0x13, 0x12, 0x02, 0x0a, 0x15, 0x06, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x02, 0x02, 0x0a, 0x0f,
+ 0x07, 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x06, 0x08, 0x15, 0x0d, 0x0d, 0x0d, 0x15,
+ 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x02, 0x02,
+ 0x06, 0x02, 0x0f, 0x09, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x06, 0x02, 0x08, 0x0d, 0x06, 0x02, 0x02,
+ 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x02, 0x02, 0x06,
+ 0x02, 0x02, 0x06, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x03,
+ 0x04, 0x00, 0x02, 0x02, 0x06, 0x08, 0x0d, 0x06, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x06, 0x02, 0x06, 0x0c, 0x0f, 0x0f, 0x08,
+ 0x03, 0x03, 0x03, 0x04, 0x00, 0x02, 0x06, 0x02, 0x06,
+ 0x0c, 0x0f, 0x0f, 0x13, 0x06, 0x03, 0x03, 0x03, 0x04,
+ 0x00, 0x02, 0x02, 0x06, 0x02, 0x08, 0x14, 0x0f, 0x0c,
+ 0x02, 0x03, 0x03, 0x03, 0x04, 0x00, 0x00, 0x00, 0x02,
+ 0x02, 0x06, 0x02, 0x02, 0x06, 0x11, 0x02, 0x11, 0x13,
+ 0x0b, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x13, 0x02, 0x02,
+ 0x02, 0x0e, 0x08, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0e, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x08, 0x0d, 0x02,
+ 0x02, 0x02, 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0a, 0x15, 0x0a,
+ 0x04, 0x03, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x10,
+ 0x14, 0x02, 0x02, 0x06, 0x06, 0x03, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x02, 0x10, 0x14, 0x02, 0x02, 0x02, 0x0e,
+ 0x08, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x10, 0x0f, 0x06, 0x0e, 0x08, 0x03, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x0d, 0x16, 0x11, 0x0f, 0x09,
+ 0x07, 0x15, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x11, 0x15, 0x12, 0x15, 0x0b, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x0a, 0x15, 0x02,
+ 0x0e, 0x12, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x02, 0x0a, 0x0f, 0x0a, 0x02, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x08,
+ 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0f, 0x10,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x0d, 0x08, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x02, 0x08, 0x0d, 0x02, 0x02, 0x02, 0x0d, 0x08, 0x03,
+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x0c, 0x0f, 0x08, 0x03, 0x03, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0c, 0x0e, 0x06,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02, 0x02,
+ 0x02, 0x08, 0x0f, 0x0c, 0x02, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02, 0x0b,
+ 0x0d, 0x0e, 0x10, 0x07, 0x15, 0x0b, 0x04, 0x04, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x03,
+ 0x08, 0x0d, 0x02, 0x03, 0x03, 0x08, 0x0d, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x02, 0x0a, 0x15, 0x0a, 0x10,
+ 0x0a, 0x0f, 0x07, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x08, 0x0f, 0x0c, 0x02, 0x16, 0x0f, 0x0b, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x0a, 0x14, 0x0a,
+ 0x10, 0x0c, 0x14, 0x09, 0x03, 0x04, 0x04, 0x00, 0x02,
+ 0x02, 0x03, 0x08, 0x0d, 0x02, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x07, 0x12,
+ 0x10, 0x10, 0x11, 0x13, 0x09, 0x04, 0x04, 0x04, 0x00,
+ 0x02, 0x02, 0x03, 0x02, 0x0b, 0x0f, 0x07, 0x11, 0x0e,
+ 0x0d, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x11,
+ 0x0f, 0x07, 0x0a, 0x13, 0x0f, 0x08, 0x04, 0x04, 0x04,
+ 0x00, 0x02, 0x02, 0x03, 0x02, 0x02, 0x13, 0x0c, 0x0f,
+ 0x06, 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02, 0x03,
+ 0x07, 0x15, 0x15, 0x0d, 0x0f, 0x13, 0x08, 0x03, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x03, 0x06, 0x15, 0x12, 0x02,
+ 0x12, 0x15, 0x02, 0x03, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x02, 0x06, 0x15, 0x0e, 0x0f, 0x06, 0x03, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x07, 0x0f, 0x12,
+ 0x10, 0x11, 0x11, 0x06, 0x04, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x03, 0x08, 0x13, 0x10, 0x10, 0x11,
+ 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x02, 0x03, 0x02,
+ 0x02, 0x03, 0x02, 0x0f, 0x10, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x03, 0x02, 0x08, 0x13, 0x10, 0x11,
+ 0x10, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x02, 0x02,
+ 0x03, 0x02, 0x02, 0x03, 0x02, 0x03, 0x0e, 0x08, 0x04,
+ 0x04, 0x04, 0x00, 0x02, 0x02, 0x03, 0x08, 0x13, 0x11,
+ 0x10, 0x11, 0x0e, 0x08, 0x04, 0x04, 0x04, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x03, 0x02, 0x03, 0x02, 0x02, 0x16,
+ 0x08, 0x03, 0x04, 0x04, 0x04, 0x00, 0x02, 0x03, 0x02,
+ 0x02, 0x03, 0x02, 0x06, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x02, 0x02, 0x03, 0x02, 0x08, 0x0c, 0x02,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00,
+ 0x02, 0x02, 0x03, 0x02, 0x09, 0x0f, 0x13, 0x0d, 0x0e,
+ 0x15, 0x11, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x09, 0x0c, 0x03, 0x02,
+ 0x03, 0x0a, 0x0c, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x08, 0x15, 0x0f, 0x15, 0x08, 0x04, 0x03,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x08, 0x13, 0x15,
+ 0x0f, 0x15, 0x0b, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x08, 0x0f, 0x0f, 0x0c, 0x0d, 0x09,
+ 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x09, 0x0c,
+ 0x03, 0x02, 0x03, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x0b, 0x13, 0x0f, 0x0f, 0x14, 0x0d,
+ 0x02, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x12, 0x0f, 0x0f, 0x13, 0x06, 0x03, 0x04, 0x04,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x0c, 0x0f, 0x15, 0x08,
+ 0x0c, 0x09, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x10, 0x0f, 0x16, 0x03, 0x04, 0x03, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x15, 0x0e, 0x03,
+ 0x12, 0x0f, 0x0b, 0x04, 0x04, 0x04, 0x00, 0x03, 0x03,
+ 0x03, 0x09, 0x0e, 0x03, 0x03, 0x03, 0x0e, 0x0a, 0x04,
+ 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10,
+ 0x13, 0x16, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x09, 0x0f, 0x0f, 0x14, 0x0f, 0x0f, 0x09,
+ 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03,
+ 0x09, 0x0f, 0x0f, 0x0f, 0x14, 0x0f, 0x09, 0x04, 0x04,
+ 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x15,
+ 0x0b, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x11, 0x15, 0x0f, 0x0f, 0x0f, 0x15, 0x0b, 0x04,
+ 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x0b, 0x0f, 0x09, 0x04, 0x04, 0x04, 0x00, 0x03,
+ 0x03, 0x03, 0x11, 0x15, 0x0f, 0x0f, 0x14, 0x15, 0x0b,
+ 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x03, 0x04, 0x04,
+ 0x04, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x03, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x11, 0x03, 0x03, 0x03, 0x03, 0x04, 0x03,
+ 0x04, 0x05, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x02, 0x09, 0x0c, 0x06, 0x02, 0x02, 0x03, 0x04, 0x04,
+ 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x09, 0x0d, 0x02, 0x11, 0x02, 0x03, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x0d, 0x09, 0x04, 0x04, 0x05, 0x00,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x05, 0x05, 0x00, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x06, 0x0f, 0x0b, 0x03, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00,
+ 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x04, 0x04, 0x04, 0x05, 0x00, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x00, 0x00,
+ 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x09, 0x0d,
+ 0x03, 0x04, 0x03, 0x04, 0x04, 0x05, 0x04, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x0c,
+ 0x09, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x03,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x06, 0x09,
+ 0x0d, 0x0e, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00,
+ 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x03,
+ 0x04, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x00, 0x04, 0x03, 0x04, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x00, 0x04,
+ 0x03, 0x04, 0x04, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x03, 0x04,
+ 0x04, 0x03, 0x04, 0x03, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x11, 0x09, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x09, 0x11, 0x05, 0x05, 0x17,
+ 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x04, 0x17, 0x00, 0x01, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x11, 0x0d, 0x0d, 0x11, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00, 0x01,
+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x04, 0x04, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x01, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
+ 0x04, 0x04, 0x05, 0x05, 0x05, 0x05, 0x18, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05,
+ 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00,
+ 0x00, 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04,
+ 0x05, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05,
+ 0x05, 0x05, 0x00, 0x00, 0x00, 0x04, 0x05, 0x04, 0x05,
+ 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x05, 0x00, 0x00,
+ 0x00, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05,
+ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
+ 0x05, 0x04, 0x05, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05,
+ 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x17, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
+ 0x05, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x17, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x05, 0x05, 0x05,
+ 0x05, 0x05, 0x05, 0x05, 0x01, 0x17, 0x00, 0x00, 0x00,
+ 0x00, 0x00
+};
+
+// *************************************************************************
+// ICONS
+// *************************************************************************
+
+// File
+
+unsigned char item_disk_colors[] = {
+ 0x00, 0x00, 0x00,
+ 0x93, 0x7d, 0x2d,
+ 0x7b, 0x68, 0x25,
+ 0xc1, 0xaf, 0x6b,
+ 0xa3, 0x94, 0x59,
+ 0x05, 0x04, 0x00,
+ 0x55, 0x48, 0x15,
+ 0xa0, 0x87, 0x2f,
+ 0xa3, 0x8b, 0x33,
+ 0xdf, 0xcc, 0x88,
+ 0xe4, 0xd0, 0x89,
+ 0xc7, 0xaf, 0x62,
+ 0xab, 0x9a, 0x51,
+ 0x16, 0x10, 0x01,
+ 0x0a, 0x09, 0x00,
+ 0x7a, 0x67, 0x24,
+ 0xac, 0x93, 0x3b,
+ 0xb0, 0x97, 0x3f,
+ 0xf1, 0xdc, 0x94,
+ 0xd9, 0xc2, 0x73,
+ 0xdb, 0xc3, 0x6a,
+ 0xca, 0xb2, 0x54,
+ 0xaa, 0x99, 0x4e,
+ 0x90, 0x79, 0x2a,
+ 0x9d, 0x84, 0x2d,
+ 0xe2, 0xcc, 0x72,
+ 0xf3, 0xda, 0x77,
+ 0xe3, 0xcc, 0x69,
+ 0xe3, 0xca, 0x62,
+ 0xdb, 0xc3, 0x64,
+ 0xc8, 0xad, 0x59,
+ 0xa1, 0x90, 0x53,
+ 0x75, 0x62, 0x21,
+ 0x8d, 0x76, 0x28,
+ 0x96, 0x7e, 0x2a,
+ 0xde, 0xc5, 0x5a,
+ 0xe7, 0xd1, 0x64,
+ 0xe5, 0xcb, 0x5e,
+ 0xd2, 0xb8, 0x69,
+ 0xbd, 0xa9, 0x62,
+ 0x9c, 0x8c, 0x53,
+ 0x8a, 0x74, 0x26,
+ 0x09, 0x09, 0x04,
+ 0xd4, 0xbb, 0x64,
+ 0xe0, 0xc5, 0x5e,
+ 0xe3, 0xc7, 0x64,
+ 0xd6, 0xc0, 0x67,
+ 0xcd, 0xb3, 0x64,
+ 0xbd, 0xa9, 0x5b,
+ 0x9d, 0x8d, 0x4e,
+ 0x72, 0x60, 0x1e,
+ 0xd0, 0xba, 0x72,
+ 0xd3, 0xb8, 0x51,
+ 0xd1, 0xb5, 0x59,
+ 0xe0, 0xc7, 0x6e,
+ 0x8f, 0x78, 0x25,
+ 0x88, 0x71, 0x23,
+ 0xc4, 0xb0, 0x65,
+ 0xd4, 0xba, 0x5c,
+ 0xc4, 0xae, 0x5b,
+ 0x98, 0x7f, 0x23,
+ 0x84, 0x6e, 0x21,
+ 0x8e, 0x76, 0x24,
+ 0x93, 0x7a, 0x24,
+ 0x86, 0x70, 0x21,
+ 0x71, 0x5e, 0x1d,
+ 0xba, 0xa5, 0x5d,
+ 0xb6, 0xa1, 0x5a,
+ 0xbf, 0xa8, 0x52,
+ 0xc3, 0xac, 0x52,
+ 0xc5, 0xac, 0x4b,
+ 0x5a, 0x4b, 0x16,
+ 0x75, 0x61, 0x1d,
+ 0x89, 0x71, 0x1d,
+ 0x6d, 0x61, 0x35,
+ 0x77, 0x69, 0x3a,
+ 0x83, 0x74, 0x40,
+ 0x94, 0x84, 0x48,
+ 0xb1, 0x9e, 0x53,
+ 0xb8, 0xa4, 0x52,
+ 0xc5, 0xab, 0x47,
+ 0x34, 0x2b, 0x0d,
+ 0x7a, 0x65, 0x1d,
+ 0x84, 0x6c, 0x1d,
+ 0x89, 0x70, 0x1b,
+ 0x8c, 0x74, 0x1e,
+ 0x66, 0x54, 0x18,
+ 0x16, 0x14, 0x0b,
+ 0x38, 0x31, 0x1b,
+ 0x63, 0x56, 0x2e,
+ 0x89, 0x78, 0x40,
+ 0xb6, 0xa1, 0x4f,
+ 0xbb, 0xa3, 0x4d,
+ 0xc1, 0xa7, 0x4a,
+ 0xbf, 0xa5, 0x4b,
+ 0xb3, 0x9c, 0x46,
+ 0xc2, 0xc2, 0xc2,
+ 0x4e, 0x4e, 0x4e,
+ 0x57, 0x4c, 0x23,
+ 0x81, 0x69, 0x15,
+ 0x83, 0x6d, 0x20,
+ 0x23, 0x1d, 0x08,
+ 0x3d, 0x36, 0x1a,
+ 0x6f, 0x62, 0x2f,
+ 0xac, 0x97, 0x48,
+ 0xa8, 0x93, 0x42,
+ 0xb8, 0xa1, 0x47,
+ 0xb8, 0xa0, 0x48,
+ 0xb6, 0x9f, 0x49,
+ 0xaf, 0x99, 0x47,
+ 0xff, 0xff, 0xff,
+ 0x85, 0x6d, 0x19,
+ 0x6f, 0x5c, 0x1b,
+ 0x11, 0x4d, 0x81,
+ 0x26, 0x71, 0xa5,
+ 0x26, 0x6e, 0xa4,
+ 0x1c, 0x5e, 0x94,
+ 0x0b, 0x3d, 0x69,
+ 0x45, 0x3d, 0x1d,
+ 0xaa, 0x95, 0x49,
+ 0xac, 0x97, 0x47,
+ 0xaa, 0x94, 0x45,
+ 0xa8, 0x93, 0x45,
+ 0x28, 0x79, 0xa9,
+ 0x35, 0x81, 0xb4,
+ 0x3e, 0x87, 0xb9,
+ 0x33, 0x7b, 0xaf,
+ 0x21, 0x65, 0x9e,
+ 0x21, 0x61, 0x9c,
+ 0x1e, 0x5b, 0x98,
+ 0x15, 0x4e, 0x8a,
+ 0x44, 0x3b, 0x1e,
+ 0x99, 0x84, 0x39,
+ 0xa2, 0x8d, 0x41,
+ 0x9e, 0x89, 0x3d,
+ 0x32, 0x29, 0x0a,
+ 0x81, 0x69, 0x19,
+ 0x2d, 0x80, 0xb0,
+ 0x3b, 0x89, 0xbb,
+ 0x65, 0xa5, 0xd0,
+ 0x58, 0x9d, 0xcc,
+ 0x4a, 0x8f, 0xc2,
+ 0x2f, 0x71, 0xaa,
+ 0x1d, 0x58, 0x96,
+ 0x19, 0x51, 0x82,
+ 0x0e, 0x42, 0x85,
+ 0x7a, 0x6a, 0x31,
+ 0x95, 0x7f, 0x35,
+ 0x9d, 0x87, 0x3c,
+ 0xa1, 0x8b, 0x40,
+ 0x88, 0x6f, 0x1b,
+ 0x59, 0x49, 0x12,
+ 0x7f, 0x69, 0x1e,
+ 0x0e, 0x62, 0x91,
+ 0x4b, 0x98, 0xcb,
+ 0xd1, 0xf0, 0xfe,
+ 0x93, 0xda, 0xfe,
+ 0x56, 0x9a, 0xd0,
+ 0x38, 0x78, 0xb2,
+ 0x28, 0x65, 0xa2,
+ 0x1c, 0x54, 0x94,
+ 0x1c, 0x55, 0x7d,
+ 0x2a, 0x55, 0x76,
+ 0x13, 0x24, 0x3e,
+ 0x8b, 0x75, 0x2b,
+ 0x99, 0x83, 0x37,
+ 0x95, 0x7f, 0x32,
+ 0x30, 0x27, 0x09,
+ 0x70, 0x5c, 0x16,
+ 0x3e, 0x89, 0xbd,
+ 0x52, 0x9d, 0xd1,
+ 0x7c, 0xc3, 0xfa,
+ 0x6e, 0xb2, 0xeb,
+ 0x51, 0x92, 0xcc,
+ 0x39, 0x77, 0xb2,
+ 0x20, 0x5e, 0x9b,
+ 0x1b, 0x52, 0x93,
+ 0x2b, 0x55, 0x70,
+ 0x32, 0x55, 0x67,
+ 0x13, 0x29, 0x4e,
+ 0x23, 0x1e, 0x0e,
+ 0x7c, 0x67, 0x1e,
+ 0x91, 0x7a, 0x2d,
+ 0x63, 0x51, 0x12,
+ 0x80, 0x6b, 0x23,
+ 0x2a, 0x77, 0xaa,
+ 0x45, 0x88, 0xc1,
+ 0x44, 0x84, 0xbf,
+ 0x3a, 0x78, 0xb4,
+ 0x2c, 0x67, 0xa4,
+ 0x1c, 0x53, 0x81,
+ 0x2f, 0x56, 0x69,
+ 0x31, 0x52, 0x65,
+ 0x11, 0x32, 0x6b,
+ 0x05, 0x0d, 0x1c,
+ 0x0e, 0x0c, 0x05,
+ 0x75, 0x61, 0x1a,
+ 0x2e, 0x25, 0x07,
+ 0x6e, 0x5a, 0x13,
+ 0x27, 0x74, 0xa7,
+ 0x2a, 0x6d, 0xa6,
+ 0x2d, 0x6c, 0xa7,
+ 0x21, 0x5a, 0x99,
+ 0x23, 0x53, 0x8c,
+ 0x18, 0x57, 0x77,
+ 0x2b, 0x54, 0x68,
+ 0x2f, 0x4f, 0x6d,
+ 0x0c, 0x34, 0x7f,
+ 0x7c, 0x64, 0x13,
+ 0x54, 0x44, 0x0d,
+ 0x0a, 0x55, 0x89,
+ 0x24, 0x6d, 0xa2,
+ 0x1f, 0x5d, 0x99,
+ 0x1c, 0x53, 0x94,
+ 0x16, 0x5a, 0x73,
+ 0x13, 0x5c, 0x6a,
+ 0x23, 0x4d, 0x6a,
+ 0x20, 0x38, 0x6a,
+ 0x02, 0x26, 0x70,
+ 0x53, 0x44, 0x13,
+ 0x76, 0x5f, 0x11,
+ 0x5d, 0x4d, 0x15,
+ 0x07, 0x4d, 0x84,
+ 0x17, 0x62, 0x84,
+ 0x15, 0x60, 0x7d,
+ 0x13, 0x63, 0x71,
+ 0x11, 0x5e, 0x6c,
+ 0x0b, 0x52, 0x6d,
+ 0x13, 0x43, 0x64,
+ 0x17, 0x33, 0x6d,
+ 0x1f, 0x1a, 0x09,
+ 0x32, 0x2a, 0x0c,
+ 0x6e, 0x5b, 0x18,
+ 0x6a, 0x55, 0x0d,
+ 0x44, 0x38, 0x0e,
+ 0x17, 0x55, 0x92,
+ 0x16, 0x50, 0x8f,
+ 0x0f, 0x51, 0x7a,
+ 0x0a, 0x4a, 0x75,
+ 0x05, 0x43, 0x6f,
+ 0x02, 0x32, 0x6e,
+ 0x05, 0x2d, 0x77,
+ 0x3d, 0x32, 0x0e,
+ 0x4d, 0x3f, 0x0f,
+ 0x67, 0x55, 0x14,
+ 0x79, 0x62, 0x13,
+ 0x54, 0x45, 0x12,
+ 0x02, 0x38, 0x77,
+ 0x08, 0x3c, 0x7e,
+ 0x03, 0x32, 0x76,
+ 0x02, 0x2c, 0x72,
+ 0x7e, 0x68, 0x19,
+ 0x50, 0x41, 0x0f,
+ 0x2d, 0x25, 0x09
+
+};
+unsigned char item_disk[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x03, 0x04, 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00,
+ 0x06, 0x07, 0x08, 0x08, 0x02, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0a, 0x0b, 0x0c,
+ 0x0d, 0x0e, 0x00, 0x00, 0x00, 0x0f, 0x07, 0x08, 0x10,
+ 0x11, 0x07, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x05, 0x12, 0x13, 0x14, 0x14, 0x15, 0x16, 0x0e, 0x00,
+ 0x00, 0x17, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x13, 0x19, 0x1a,
+ 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x00, 0x00, 0x20, 0x21,
+ 0x22, 0x18, 0x18, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x05, 0x13, 0x1b, 0x23, 0x24, 0x25, 0x24, 0x1d,
+ 0x26, 0x27, 0x28, 0x00, 0x00, 0x20, 0x29, 0x29, 0x20,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x26, 0x2b,
+ 0x2c, 0x23, 0x25, 0x1c, 0x2d, 0x2e, 0x26, 0x2f, 0x30,
+ 0x31, 0x05, 0x00, 0x32, 0x29, 0x29, 0x06, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x33, 0x2f, 0x1d, 0x34, 0x1c, 0x34,
+ 0x1d, 0x35, 0x36, 0x14, 0x2b, 0x0b, 0x30, 0x31, 0x00,
+ 0x00, 0x37, 0x22, 0x38, 0x32, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x27,
+ 0x39, 0x1e, 0x3a, 0x3a, 0x35, 0x3a, 0x35, 0x15, 0x3a,
+ 0x35, 0x15, 0x1e, 0x3b, 0x3c, 0x00, 0x3d, 0x3e, 0x3f,
+ 0x3f, 0x40, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x42, 0x43, 0x42, 0x3b, 0x44,
+ 0x1e, 0x45, 0x45, 0x3a, 0x15, 0x34, 0x46, 0x35, 0x45,
+ 0x3c, 0x05, 0x47, 0x48, 0x40, 0x49, 0x3f, 0x3f, 0x3f,
+ 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x44, 0x45, 0x45,
+ 0x46, 0x50, 0x46, 0x46, 0x44, 0x3c, 0x05, 0x00, 0x51,
+ 0x52, 0x53, 0x54, 0x37, 0x55, 0x56, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x57,
+ 0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x45, 0x5d, 0x5d, 0x5e,
+ 0x5f, 0x3c, 0x05, 0x60, 0x61, 0x00, 0x62, 0x40, 0x63,
+ 0x64, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x66, 0x67,
+ 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x3f, 0x05, 0x6e,
+ 0x6e, 0x6e, 0x00, 0x6f, 0x49, 0x70, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x71, 0x72, 0x73,
+ 0x74, 0x71, 0x75, 0x00, 0x00, 0x76, 0x77, 0x78, 0x79,
+ 0x79, 0x7a, 0x55, 0x00, 0x6e, 0x6e, 0x60, 0x00, 0x6f,
+ 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f, 0x80, 0x81, 0x82,
+ 0x00, 0x00, 0x83, 0x84, 0x85, 0x85, 0x86, 0x49, 0x00,
+ 0x6e, 0x6e, 0x61, 0x87, 0x88, 0x32, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0x8a, 0x8b, 0x8c,
+ 0x8d, 0x8e, 0x80, 0x8f, 0x90, 0x91, 0x00, 0x00, 0x92,
+ 0x93, 0x94, 0x95, 0x96, 0x00, 0x6e, 0x60, 0x00, 0x97,
+ 0x98, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x99, 0x7b, 0x9a, 0x9b, 0x9c, 0x9d, 0x9e, 0x9f, 0xa0,
+ 0xa1, 0xa2, 0xa3, 0x00, 0x62, 0xa4, 0xa5, 0xa6, 0x6f,
+ 0x00, 0x6e, 0x61, 0xa7, 0xa8, 0x56, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x7b, 0xa9, 0xaa, 0xab,
+ 0xac, 0xad, 0xae, 0xaf, 0xb0, 0xb1, 0xb2, 0xb3, 0x00,
+ 0xb4, 0xb5, 0xa6, 0xb6, 0x63, 0x00, 0x60, 0x00, 0xb7,
+ 0xb8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x7b, 0xb9, 0xa9, 0xba, 0xbb, 0xbc, 0xbd, 0xa0,
+ 0xbe, 0xbf, 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0x21, 0xb6,
+ 0x63, 0x00, 0x61, 0xc5, 0xc6, 0x56, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc7, 0x73, 0x73,
+ 0xc8, 0xc9, 0x9f, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf,
+ 0x00, 0x2a, 0x47, 0x38, 0x3d, 0xd0, 0x00, 0x00, 0xd1,
+ 0x56, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0xd2, 0xd3, 0x7f, 0x80, 0xd4, 0x8f, 0xd5,
+ 0xd6, 0xd7, 0xd8, 0xd9, 0xda, 0x00, 0xc3, 0xdb, 0xc4,
+ 0x38, 0xdc, 0x00, 0xc5, 0xdd, 0x56, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xde,
+ 0x7f, 0xaf, 0xdf, 0xe0, 0xe1, 0xe2, 0xe3, 0xe4, 0xe5,
+ 0x00, 0x00, 0xe6, 0xe7, 0xe8, 0x88, 0xe9, 0x00, 0xea,
+ 0x56, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xeb, 0xec, 0x82, 0xed,
+ 0xee, 0xef, 0xf0, 0xf1, 0x00, 0x00, 0x00, 0x00, 0xf2,
+ 0xf3, 0xf4, 0xf5, 0x00, 0xf6, 0x06, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0xf7, 0xf8, 0xf9, 0xfa, 0xfa, 0xda, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xea, 0xfb, 0x06,
+ 0xfc, 0xfd, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+// Skip
+
+unsigned char item_skip_colors[] = {
+ 0x04, 0x02, 0x04,
+ 0xa4, 0xa6, 0xa4,
+ 0x1c, 0x1a, 0x1c,
+ 0x1c, 0x1e, 0x1c,
+ 0x14, 0x16, 0x14,
+ 0x9c, 0x9a, 0x9c,
+ 0x94, 0x92, 0x94,
+ 0x9c, 0x9e, 0x9c,
+ 0x94, 0x96, 0x94,
+ 0x8c, 0x8e, 0x8c,
+ 0xdc, 0xda, 0xdc,
+ 0xac, 0xae, 0xac,
+ 0xac, 0xfe, 0x04,
+ 0xbc, 0xba, 0xbc,
+ 0x3c, 0x3a, 0x3c,
+ 0x9c, 0xe6, 0x0c,
+ 0x8c, 0x8a, 0x8c,
+ 0x74, 0xae, 0x04,
+ 0x8c, 0xce, 0x0c,
+ 0x9c, 0xe2, 0x0c,
+ 0x84, 0x86, 0x84,
+ 0xfc, 0xd6, 0x8c,
+ 0xfc, 0xd2, 0x8c,
+ 0x74, 0xaa, 0x0c,
+ 0x8c, 0xc6, 0x0c,
+ 0x9c, 0xde, 0x0c,
+ 0xa4, 0xa2, 0xa4,
+ 0x7c, 0x7e, 0x7c,
+ 0x64, 0x66, 0x64,
+ 0xf4, 0xb2, 0x1c,
+ 0xf4, 0xba, 0x44,
+ 0x74, 0xa6, 0x0c,
+ 0x94, 0xd6, 0x14,
+ 0xfc, 0xb2, 0x24,
+ 0xf4, 0xaa, 0x1c,
+ 0xf4, 0xa6, 0x14,
+ 0x6c, 0x9e, 0x14,
+ 0x84, 0xc2, 0x04,
+ 0x94, 0xce, 0x14,
+ 0x94, 0xd2, 0x14,
+ 0xcc, 0xca, 0xcc,
+ 0xfc, 0xb6, 0x24,
+ 0xec, 0xa6, 0x14,
+ 0xdc, 0x92, 0x04,
+ 0xec, 0xae, 0x3c,
+ 0x74, 0xa2, 0x0c,
+ 0x84, 0xba, 0x14,
+ 0x8c, 0xca, 0x14,
+ 0xa4, 0xfa, 0x04,
+ 0xf4, 0xae, 0x1c,
+ 0xec, 0x9e, 0x0c,
+ 0xdc, 0x96, 0x04,
+ 0xec, 0xaa, 0x3c,
+ 0xa4, 0xee, 0x04,
+ 0x74, 0x72, 0x74,
+ 0xc4, 0xc2, 0xc4,
+ 0xe4, 0x9e, 0x0c,
+ 0xdc, 0x8e, 0x04,
+ 0xd4, 0x8a, 0x04,
+ 0xcc, 0x82, 0x04,
+ 0xdc, 0xa2, 0x3c,
+ 0xfc, 0xce, 0x84,
+ 0x94, 0xda, 0x04,
+ 0x5c, 0x5a, 0x5c,
+ 0xec, 0xa2, 0x0c,
+ 0xe4, 0x9a, 0x04,
+ 0xcc, 0x7e, 0x04,
+ 0xc4, 0x7a, 0x04,
+ 0xd4, 0x92, 0x24,
+ 0x24, 0x22, 0x24,
+ 0x2c, 0x2a, 0x2c,
+ 0xb4, 0xb2, 0xb4,
+ 0xd4, 0x8e, 0x04,
+ 0xbc, 0x76, 0x04,
+ 0xf4, 0xc6, 0x7c,
+ 0x54, 0x56, 0x54,
+ 0x2c, 0x2e, 0x2c,
+ 0x34, 0x32, 0x34,
+ 0xd4, 0x86, 0x04,
+ 0xc4, 0x7e, 0x04,
+ 0xbc, 0x72, 0x04,
+ 0xec, 0xbe, 0x6c,
+ 0x64, 0x9a, 0x04,
+ 0x6c, 0x6e, 0x6c,
+ 0xac, 0xaa, 0xac,
+ 0xcc, 0x86, 0x04,
+ 0xe4, 0xb2, 0x5c,
+ 0x4c, 0x4a, 0x4c,
+ 0xdc, 0xa6, 0x4c,
+ 0x6c, 0x6a, 0x6c,
+ 0x5c, 0x5e, 0x5c,
+ 0x0c, 0x0e, 0x0c,
+ 0x84, 0x82, 0x84,
+ 0x14, 0x12, 0x14,
+ 0x64, 0x62, 0x64,
+ 0x34, 0x36, 0x34,
+ 0x74, 0x76, 0x74,
+ 0x7c, 0x7a, 0x7c
+
+};
+unsigned char item_skip[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01,
+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x04, 0x02, 0x04, 0x05, 0x06, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x02, 0x02, 0x07, 0x08, 0x07, 0x09, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0b, 0x04, 0x05, 0x07,
+ 0x05, 0x05, 0x07, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0c, 0x00, 0x00,
+ 0x04, 0x0d, 0x04, 0x0e, 0x0e, 0x07, 0x05, 0x07, 0x05,
+ 0x07, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x0f, 0x0f, 0x0c, 0x0c, 0x00, 0x00, 0x04, 0x0b,
+ 0x06, 0x0e, 0x0e, 0x08, 0x05, 0x05, 0x07, 0x08, 0x10,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x12, 0x13,
+ 0x13, 0x0c, 0x0c, 0x00, 0x00, 0x07, 0x01, 0x09, 0x0e,
+ 0x0e, 0x09, 0x09, 0x06, 0x14, 0x02, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x15, 0x16, 0x00, 0x00, 0x17, 0x18, 0x19, 0x19, 0x0c,
+ 0x0c, 0x00, 0x00, 0x07, 0x1a, 0x14, 0x0e, 0x0e, 0x1b,
+ 0x1c, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x1d, 0x1e, 0x16, 0x16,
+ 0x00, 0x00, 0x1f, 0x18, 0x20, 0x20, 0x0c, 0x0c, 0x00,
+ 0x00, 0x08, 0x05, 0x14, 0x0e, 0x0e, 0x04, 0x03, 0x02,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x21, 0x22, 0x23, 0x1e, 0x15, 0x16, 0x00, 0x00,
+ 0x24, 0x25, 0x26, 0x27, 0x0c, 0x0c, 0x00, 0x06, 0x08,
+ 0x05, 0x10, 0x04, 0x28, 0x04, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x1d, 0x23,
+ 0x2a, 0x2b, 0x2c, 0x16, 0x15, 0x00, 0x00, 0x2d, 0x2e,
+ 0x2f, 0x30, 0x00, 0x1b, 0x14, 0x06, 0x07, 0x02, 0x0a,
+ 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x31, 0x22, 0x2a, 0x32, 0x33, 0x2b, 0x2b,
+ 0x34, 0x15, 0x16, 0x00, 0x00, 0x2f, 0x35, 0x00, 0x36,
+ 0x1b, 0x10, 0x09, 0x02, 0x04, 0x37, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x2a,
+ 0x32, 0x38, 0x2b, 0x2b, 0x39, 0x3a, 0x3b, 0x3c, 0x16,
+ 0x3d, 0x00, 0x3e, 0x00, 0x3f, 0x36, 0x1b, 0x09, 0x02,
+ 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x2a, 0x40, 0x41, 0x41, 0x2b, 0x39,
+ 0x3a, 0x3b, 0x42, 0x43, 0x44, 0x3d, 0x00, 0x25, 0x00,
+ 0x45, 0x46, 0x1c, 0x10, 0x04, 0x47, 0x04, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x33, 0x33, 0x2b, 0x39, 0x48, 0x3b, 0x42, 0x49,
+ 0x42, 0x4a, 0x00, 0x11, 0x00, 0x4b, 0x1c, 0x4c, 0x4d,
+ 0x04, 0x0b, 0x47, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x39,
+ 0x48, 0x4e, 0x4f, 0x42, 0x50, 0x43, 0x51, 0x00, 0x52,
+ 0x00, 0x4b, 0x1c, 0x53, 0x10, 0x02, 0x04, 0x54, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0x4f, 0x43,
+ 0x50, 0x50, 0x56, 0x00, 0x00, 0x57, 0x4b, 0x1c, 0x36,
+ 0x10, 0x04, 0x02, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x4f, 0x50, 0x50, 0x58, 0x00,
+ 0x4c, 0x57, 0x3f, 0x59, 0x1b, 0x08, 0x04, 0x54, 0x04,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5a, 0x5b,
+ 0x00, 0x00, 0x50, 0x44, 0x00, 0x03, 0x45, 0x57, 0x1c,
+ 0x5c, 0x08, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x5c, 0x1b, 0x5d, 0x5a, 0x00, 0x00,
+ 0x4b, 0x3f, 0x57, 0x46, 0x4d, 0x5a, 0x06, 0x04, 0x02,
+ 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x5b, 0x53, 0x1c, 0x5e, 0x5e, 0x1c, 0x59, 0x53,
+ 0x5a, 0x5f, 0x0e, 0x04, 0x02, 0x02, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4b,
+ 0x53, 0x53, 0x53, 0x60, 0x60, 0x1b, 0x5c, 0x5c, 0x02,
+ 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x60, 0x61,
+ 0x1b, 0x1b, 0x09, 0x09, 0x02, 0x01, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x5e, 0x1b, 0x08, 0x05, 0x06,
+ 0x04, 0x02, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x53, 0x06, 0x08, 0x02, 0x02, 0x02, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x53, 0x02, 0x09, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x09,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+// Sound
+
+unsigned char item_soundOff_colors[] = {
+ 0x04, 0x02, 0x04,
+ 0xac, 0xae, 0xac,
+ 0xe4, 0xe2, 0xdc,
+ 0xe4, 0xde, 0xdc,
+ 0xac, 0xaa, 0xa4,
+ 0xf4, 0xee, 0xec,
+ 0xf4, 0xf6, 0xf4,
+ 0xec, 0xee, 0xec,
+ 0xdc, 0xda, 0xd4,
+ 0xa4, 0xa6, 0xa4,
+ 0xf4, 0xf2, 0xec,
+ 0xdc, 0xd6, 0xd4,
+ 0x9c, 0x9e, 0x9c,
+ 0xac, 0xaa, 0x9c,
+ 0xd4, 0xd2, 0xcc,
+ 0xdc, 0xde, 0xd4,
+ 0xcc, 0xce, 0xc4,
+ 0x9c, 0x9a, 0x94,
+ 0x74, 0x72, 0x5c,
+ 0xcc, 0xca, 0xc4,
+ 0xc4, 0xc6, 0xbc,
+ 0x94, 0x96, 0x94,
+ 0xec, 0xea, 0xe4,
+ 0x6c, 0x6a, 0x54,
+ 0xa4, 0xa2, 0x94,
+ 0xcc, 0xc6, 0xbc,
+ 0xc4, 0xc2, 0xbc,
+ 0xbc, 0xbe, 0xb4,
+ 0x94, 0x92, 0x8c,
+ 0x6c, 0x66, 0x54,
+ 0x64, 0x62, 0x54,
+ 0x6c, 0x62, 0x4c,
+ 0x9c, 0x9e, 0x8c,
+ 0xc4, 0xc2, 0xb4,
+ 0xbc, 0xba, 0xb4,
+ 0x8c, 0x8a, 0x84,
+ 0xd4, 0xd6, 0xcc,
+ 0x64, 0x5e, 0x4c,
+ 0xb4, 0xb6, 0xac,
+ 0x9c, 0x9a, 0x8c,
+ 0xbc, 0xb6, 0xac,
+ 0x54, 0x56, 0x44,
+ 0x5c, 0x56, 0x44,
+ 0xb4, 0xb2, 0xac,
+ 0x5c, 0x5a, 0x44,
+ 0x44, 0x46, 0x44,
+ 0x54, 0x52, 0x3c,
+ 0xbc, 0xba, 0xac,
+ 0x5c, 0x5a, 0x4c,
+ 0xac, 0xae, 0xa4,
+ 0xb4, 0xb2, 0xa4,
+ 0x4c, 0x4a, 0x4c,
+ 0x1c, 0x1a, 0x14,
+ 0x44, 0x42, 0x34,
+ 0xa4, 0xa2, 0x9c,
+ 0x54, 0x52, 0x44,
+ 0xb4, 0xb6, 0xb4,
+ 0x2c, 0x2e, 0x2c,
+ 0x2c, 0x2a, 0x24,
+ 0x84, 0x82, 0x7c,
+ 0x4c, 0x4a, 0x3c,
+ 0x54, 0x4e, 0x3c,
+ 0xb4, 0xae, 0xa4,
+ 0x74, 0x76, 0x74,
+ 0x3c, 0x3a, 0x2c,
+ 0xac, 0xa6, 0x9c,
+ 0x9c, 0x9e, 0x94,
+ 0x94, 0x92, 0x94,
+ 0x64, 0x5e, 0x54,
+ 0x4c, 0x4e, 0x44,
+ 0x6c, 0x66, 0x5c,
+ 0x94, 0x92, 0x84,
+ 0x6c, 0x6a, 0x64,
+ 0x64, 0x66, 0x64,
+ 0x64, 0x62, 0x5c,
+ 0x8c, 0x8a, 0x7c,
+ 0x84, 0x86, 0x84,
+ 0x74, 0x72, 0x6c,
+ 0x6c, 0x6e, 0x6c,
+ 0x9c, 0x96, 0x8c,
+ 0x84, 0x82, 0x74,
+ 0x7c, 0x7a, 0x7c,
+ 0x6c, 0x6e, 0x64,
+ 0xa4, 0xa6, 0x9c,
+ 0x84, 0x86, 0x7c,
+ 0x7c, 0x7a, 0x6c,
+ 0x5c, 0x5a, 0x54,
+ 0xa4, 0x9e, 0x94,
+ 0x74, 0x72, 0x64,
+ 0x54, 0x56, 0x54,
+ 0x3c, 0x3e, 0x3c,
+ 0x84, 0x7e, 0x7c,
+ 0xfc, 0x6a, 0x6c,
+ 0xbc, 0x02, 0x04,
+ 0xfc, 0x02, 0x04,
+ 0x94, 0x96, 0x8c,
+ 0x94, 0x8e, 0x84,
+ 0x8c, 0x8e, 0x84,
+ 0x54, 0x56, 0x4c,
+ 0x74, 0x76, 0x6c,
+ 0x34, 0x36, 0x2c
+
+};
+unsigned char item_soundOff[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x05, 0x06, 0x07, 0x08, 0x09,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x0a, 0x0a, 0x0a, 0x02, 0x02, 0x0b, 0x0c, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x06, 0x0d, 0x0e,
+ 0x0f, 0x0b, 0x02, 0x10, 0x11, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x0a, 0x07, 0x12, 0x12, 0x0d, 0x10, 0x10, 0x0e,
+ 0x13, 0x14, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x05, 0x17,
+ 0x10, 0x17, 0x17, 0x18, 0x08, 0x13, 0x19, 0x1a, 0x1b,
+ 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x03, 0x08, 0x17, 0x1d, 0x19, 0x14, 0x1e,
+ 0x1f, 0x20, 0x1a, 0x1a, 0x21, 0x22, 0x22, 0x23, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x13,
+ 0x25, 0x26, 0x25, 0x25, 0x1b, 0x1a, 0x25, 0x25, 0x27,
+ 0x22, 0x22, 0x28, 0x26, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x2a, 0x2b, 0x2b,
+ 0x25, 0x25, 0x1b, 0x1b, 0x2c, 0x2c, 0x28, 0x26, 0x2b,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c,
+ 0x2d, 0x00, 0x15, 0x2e, 0x29, 0x2b, 0x2f, 0x30, 0x2c,
+ 0x22, 0x2a, 0x28, 0x31, 0x32, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x0c, 0x33, 0x00, 0x34, 0x35, 0x15,
+ 0x36, 0x2a, 0x2a, 0x22, 0x26, 0x2a, 0x37, 0x2b, 0x32,
+ 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x2d,
+ 0x00, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x31, 0x32, 0x2a,
+ 0x2a, 0x26, 0x2e, 0x31, 0x3e, 0x18, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x1c, 0x00, 0x3f, 0x33, 0x40, 0x35,
+ 0x1c, 0x36, 0x29, 0x2a, 0x26, 0x32, 0x37, 0x37, 0x41,
+ 0x04, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43,
+ 0x00, 0x3f, 0x44, 0x45, 0x46, 0x3c, 0x2e, 0x3e, 0x2b,
+ 0x37, 0x37, 0x3e, 0x3d, 0x31, 0x42, 0x47, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x48, 0x49, 0x4a,
+ 0x1c, 0x11, 0x3b, 0x37, 0x37, 0x32, 0x2b, 0x3d, 0x3c,
+ 0x41, 0x18, 0x4b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x4c, 0x00, 0x48, 0x4d, 0x4e, 0x1c, 0x42, 0x04, 0x31,
+ 0x4b, 0x3d, 0x3d, 0x31, 0x3c, 0x4f, 0x11, 0x50, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x00, 0x49, 0x52,
+ 0x3b, 0x1c, 0x53, 0x0d, 0x3e, 0x3e, 0x31, 0x54, 0x3c,
+ 0x35, 0x27, 0x27, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x4a, 0x00, 0x56, 0x49, 0x55, 0x1c, 0x36, 0x0d,
+ 0x04, 0x31, 0x0d, 0x0d, 0x57, 0x55, 0x18, 0x47, 0x58,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0x00, 0x5a,
+ 0x4a, 0x5b, 0x1c, 0x11, 0x53, 0x04, 0x41, 0x53, 0x18,
+ 0x18, 0x27, 0x57, 0x54, 0x46, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0x00,
+ 0x00, 0x00, 0x5c, 0x00, 0x00, 0x5a, 0x4d, 0x23, 0x57,
+ 0x36, 0x0d, 0x18, 0x57, 0x18, 0x57, 0x1c, 0x47, 0x4b,
+ 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x5d, 0x5e, 0x5c, 0x00, 0x5d, 0x5e, 0x5c,
+ 0x00, 0x00, 0x00, 0x46, 0x5f, 0x18, 0x18, 0x36, 0x57,
+ 0x42, 0x27, 0x60, 0x47, 0x4b, 0x44, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d,
+ 0x5e, 0x5d, 0x5e, 0x5c, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x52, 0x53, 0x18, 0x57, 0x27, 0x47, 0x61, 0x50,
+ 0x50, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0x5e, 0x5c, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x52,
+ 0x27, 0x20, 0x60, 0x50, 0x60, 0x50, 0x62, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x5d, 0x5e, 0x5e, 0x5e, 0x5c, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x47,
+ 0x50, 0x50, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x5d, 0x5e, 0x5c, 0x00, 0x5d,
+ 0x5e, 0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x55, 0x63, 0x3c, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x5c, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x3c, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3a, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+unsigned char item_soundOn_colors[] = {
+ 0x04, 0x02, 0x04,
+ 0xac, 0xae, 0xac,
+ 0xe4, 0xe2, 0xdc,
+ 0xe4, 0xde, 0xdc,
+ 0xac, 0xaa, 0xa4,
+ 0xf4, 0xee, 0xec,
+ 0xf4, 0xf6, 0xf4,
+ 0xec, 0xee, 0xec,
+ 0xdc, 0xda, 0xd4,
+ 0xa4, 0xa6, 0xa4,
+ 0xf4, 0xf2, 0xec,
+ 0xdc, 0xd6, 0xd4,
+ 0x9c, 0x9e, 0x9c,
+ 0xac, 0xaa, 0x9c,
+ 0xd4, 0xd2, 0xcc,
+ 0xdc, 0xde, 0xd4,
+ 0xcc, 0xce, 0xc4,
+ 0x9c, 0x9a, 0x94,
+ 0x74, 0x72, 0x5c,
+ 0xcc, 0xca, 0xc4,
+ 0xc4, 0xc6, 0xbc,
+ 0x94, 0x96, 0x94,
+ 0xec, 0xea, 0xe4,
+ 0x6c, 0x6a, 0x54,
+ 0xa4, 0xa2, 0x94,
+ 0xcc, 0xc6, 0xbc,
+ 0xc4, 0xc2, 0xbc,
+ 0xbc, 0xbe, 0xb4,
+ 0x94, 0x92, 0x8c,
+ 0x6c, 0x66, 0x54,
+ 0x64, 0x62, 0x54,
+ 0x6c, 0x62, 0x4c,
+ 0x9c, 0x9e, 0x8c,
+ 0xc4, 0xc2, 0xb4,
+ 0xbc, 0xba, 0xb4,
+ 0x8c, 0x8a, 0x84,
+ 0xd4, 0xd6, 0xcc,
+ 0x64, 0x5e, 0x4c,
+ 0xb4, 0xb6, 0xac,
+ 0x9c, 0x9a, 0x8c,
+ 0xbc, 0xb6, 0xac,
+ 0x54, 0x56, 0x44,
+ 0x5c, 0x56, 0x44,
+ 0xb4, 0xb2, 0xac,
+ 0x5c, 0x5a, 0x44,
+ 0x44, 0x46, 0x44,
+ 0x54, 0x52, 0x3c,
+ 0xbc, 0xba, 0xac,
+ 0x5c, 0x5a, 0x4c,
+ 0xac, 0xae, 0xa4,
+ 0xb4, 0xb2, 0xa4,
+ 0x4c, 0x4a, 0x4c,
+ 0x1c, 0x1a, 0x14,
+ 0x44, 0x42, 0x34,
+ 0xa4, 0xa2, 0x9c,
+ 0x54, 0x52, 0x44,
+ 0xb4, 0xb6, 0xb4,
+ 0x2c, 0x2e, 0x2c,
+ 0x2c, 0x2a, 0x24,
+ 0x84, 0x82, 0x7c,
+ 0x4c, 0x4a, 0x3c,
+ 0x54, 0x4e, 0x3c,
+ 0xb4, 0xae, 0xa4,
+ 0x74, 0x76, 0x74,
+ 0x3c, 0x3a, 0x2c,
+ 0xac, 0xa6, 0x9c,
+ 0x9c, 0x9e, 0x94,
+ 0x94, 0x92, 0x94,
+ 0x64, 0x5e, 0x54,
+ 0x4c, 0x4e, 0x44,
+ 0x6c, 0x66, 0x5c,
+ 0x94, 0x92, 0x84,
+ 0x6c, 0x6a, 0x64,
+ 0x64, 0x66, 0x64,
+ 0x64, 0x62, 0x5c,
+ 0x8c, 0x8a, 0x7c,
+ 0x84, 0x86, 0x84,
+ 0x74, 0x72, 0x6c,
+ 0x6c, 0x6e, 0x6c,
+ 0x9c, 0x96, 0x8c,
+ 0x84, 0x82, 0x74,
+ 0x7c, 0x7a, 0x74,
+ 0x6c, 0x6e, 0x64,
+ 0xa4, 0xa6, 0x9c,
+ 0x84, 0x86, 0x7c,
+ 0x7c, 0x7a, 0x6c,
+ 0x64, 0x62, 0x64,
+ 0x5c, 0x5a, 0x54,
+ 0xa4, 0x9e, 0x94,
+ 0x74, 0x72, 0x64,
+ 0x54, 0x56, 0x54,
+ 0x3c, 0x3e, 0x3c,
+ 0x84, 0x7e, 0x7c,
+ 0xf4, 0xf2, 0xf4,
+ 0xac, 0xaa, 0xac,
+ 0x94, 0x96, 0x8c,
+ 0x94, 0x8e, 0x84,
+ 0x8c, 0x8e, 0x84,
+ 0x34, 0x32, 0x34,
+ 0x54, 0x56, 0x4c,
+ 0x74, 0x76, 0x6c,
+ 0x34, 0x36, 0x2c
+
+};
+unsigned char item_soundOn[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
+ 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x05, 0x06, 0x07, 0x08, 0x09,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x0a, 0x0a, 0x0a, 0x02, 0x02, 0x0b, 0x0c, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x06, 0x0d, 0x0e,
+ 0x0f, 0x0b, 0x02, 0x10, 0x11, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x0a, 0x07, 0x12, 0x12, 0x0d, 0x10, 0x10, 0x0e,
+ 0x13, 0x14, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x05, 0x17,
+ 0x10, 0x17, 0x17, 0x18, 0x08, 0x13, 0x19, 0x1a, 0x1b,
+ 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x03, 0x08, 0x17, 0x1d, 0x19, 0x14, 0x1e,
+ 0x1f, 0x20, 0x1a, 0x1a, 0x21, 0x22, 0x22, 0x23, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x13,
+ 0x25, 0x26, 0x25, 0x25, 0x1b, 0x1a, 0x25, 0x25, 0x27,
+ 0x22, 0x22, 0x28, 0x26, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x2a, 0x2b, 0x2b,
+ 0x25, 0x25, 0x1b, 0x1b, 0x2c, 0x2c, 0x28, 0x26, 0x2b,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c,
+ 0x2d, 0x00, 0x15, 0x2e, 0x29, 0x2b, 0x2f, 0x30, 0x2c,
+ 0x22, 0x2a, 0x28, 0x31, 0x32, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x0c, 0x33, 0x00, 0x34, 0x35, 0x15,
+ 0x36, 0x2a, 0x2a, 0x22, 0x26, 0x2a, 0x37, 0x2b, 0x32,
+ 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x2d,
+ 0x00, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x31, 0x32, 0x2a,
+ 0x2a, 0x26, 0x2e, 0x31, 0x3e, 0x18, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x1c, 0x00, 0x3f, 0x33, 0x40, 0x35,
+ 0x1c, 0x36, 0x29, 0x2a, 0x26, 0x32, 0x37, 0x37, 0x41,
+ 0x04, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43,
+ 0x00, 0x3f, 0x44, 0x45, 0x46, 0x3c, 0x2e, 0x3e, 0x2b,
+ 0x37, 0x37, 0x3e, 0x3d, 0x31, 0x42, 0x47, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x48, 0x49, 0x4a,
+ 0x1c, 0x11, 0x3b, 0x37, 0x37, 0x32, 0x2b, 0x3d, 0x3c,
+ 0x41, 0x18, 0x4b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x4c, 0x00, 0x48, 0x4d, 0x4e, 0x1c, 0x42, 0x04, 0x31,
+ 0x4b, 0x3d, 0x3d, 0x31, 0x3c, 0x4f, 0x11, 0x50, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x00, 0x49, 0x52,
+ 0x3b, 0x1c, 0x53, 0x0d, 0x3e, 0x3e, 0x31, 0x54, 0x3c,
+ 0x35, 0x27, 0x27, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x56, 0x00, 0x57, 0x49, 0x55, 0x1c, 0x36, 0x0d,
+ 0x04, 0x31, 0x0d, 0x0d, 0x58, 0x55, 0x18, 0x47, 0x59,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x5b,
+ 0x4a, 0x5c, 0x1c, 0x11, 0x53, 0x04, 0x41, 0x53, 0x18,
+ 0x18, 0x27, 0x58, 0x54, 0x46, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c,
+ 0x43, 0x5a, 0x5b, 0x00, 0x00, 0x5b, 0x4d, 0x23, 0x58,
+ 0x36, 0x0d, 0x18, 0x58, 0x18, 0x58, 0x1c, 0x47, 0x4b,
+ 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x4c, 0x5d, 0x5e, 0x4e, 0x5b, 0x00,
+ 0x00, 0x00, 0x00, 0x46, 0x5f, 0x18, 0x18, 0x36, 0x58,
+ 0x42, 0x27, 0x60, 0x47, 0x4b, 0x44, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4c,
+ 0x5e, 0x5e, 0x4e, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x52, 0x53, 0x18, 0x58, 0x27, 0x47, 0x61, 0x50,
+ 0x50, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x5a, 0x4e, 0x4e, 0x62, 0x62,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x52,
+ 0x27, 0x20, 0x60, 0x50, 0x60, 0x50, 0x63, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x5b, 0x62, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x47,
+ 0x50, 0x50, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x55, 0x64, 0x3c, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x3c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3a, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+// Mode
+
+unsigned char item_monkeyLandscape_colors[] = {
+ 0x00, 0x00, 0x00,
+ 0x0e, 0x16, 0x00,
+ 0x04, 0x02, 0x04,
+ 0x3c, 0x3a, 0x3c,
+ 0x9c, 0x9a, 0x9c,
+ 0x6c, 0x6a, 0x6c,
+ 0x1c, 0x0a, 0x0c,
+ 0x34, 0x36, 0x34,
+ 0x9c, 0x9e, 0x9c,
+ 0xb4, 0xb2, 0xb4,
+ 0x24, 0x06, 0x04,
+ 0x34, 0x32, 0x34,
+ 0xa4, 0xa6, 0xa4,
+ 0x64, 0x66, 0x64,
+ 0x2c, 0x2e, 0x2c,
+ 0x1c, 0x1a, 0x1c,
+ 0x6c, 0x6e, 0x6c,
+ 0x94, 0x92, 0x94,
+ 0x74, 0x72, 0x74,
+ 0x94, 0x96, 0x94,
+ 0x8c, 0x8e, 0x8c,
+ 0x8c, 0x8a, 0x8c,
+ 0x24, 0x26, 0x24,
+ 0x7c, 0x7e, 0x7c,
+ 0x74, 0x76, 0x74,
+ 0xa4, 0xa2, 0xa4,
+ 0x1c, 0x1e, 0x1c,
+ 0x0c, 0x0a, 0x0c,
+ 0xac, 0xae, 0xac,
+ 0xbc, 0xbe, 0xbc,
+ 0xdc, 0xde, 0xdc,
+ 0xfc, 0xfa, 0xfc,
+ 0xec, 0xee, 0xec,
+ 0xcc, 0xce, 0xcc,
+ 0x44, 0x46, 0x44,
+ 0x3c, 0x3e, 0x3c,
+ 0x4c, 0x4e, 0x4c,
+ 0x1c, 0x16, 0x1c,
+ 0xbc, 0xba, 0xbc,
+ 0xd4, 0xd6, 0xd4,
+ 0xf4, 0xf2, 0xf4,
+ 0x2c, 0x5e, 0x7c,
+ 0x2c, 0x7e, 0xb4,
+ 0x5c, 0x5a, 0x5c,
+ 0x14, 0x16, 0x14,
+ 0x0c, 0x06, 0x0c,
+ 0x04, 0x06, 0x04,
+ 0xc4, 0xc2, 0xc4,
+ 0xe4, 0xe6, 0xe4,
+ 0xac, 0xaa, 0xac,
+ 0xe4, 0xe2, 0xe4,
+ 0x5c, 0x5e, 0x5c,
+ 0x84, 0x82, 0x84,
+ 0x14, 0x0e, 0x04,
+ 0x34, 0x26, 0x14
+
+};
+unsigned char item_monkeyLandscape[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x00, 0x00, 0x00,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x02, 0x02, 0x02, 0x02, 0x03, 0x04, 0x05, 0x02,
+ 0x02, 0x02, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x02, 0x02, 0x02,
+ 0x07, 0x08, 0x09, 0x05, 0x02, 0x02, 0x02, 0x00, 0x00,
+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x0a, 0x02, 0x02, 0x0b, 0x04, 0x0c, 0x08, 0x09,
+ 0x0d, 0x02, 0x02, 0x00, 0x00, 0x00, 0x0e, 0x01, 0x01,
+ 0x09, 0x08, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x0f, 0x10,
+ 0x11, 0x04, 0x11, 0x12, 0x08, 0x05, 0x02, 0x02, 0x00,
+ 0x00, 0x00, 0x0b, 0x01, 0x01, 0x09, 0x09, 0x13, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x10, 0x11, 0x14, 0x08, 0x09, 0x13, 0x12,
+ 0x08, 0x0d, 0x02, 0x02, 0x00, 0x00, 0x00, 0x0e, 0x01,
+ 0x15, 0x0d, 0x09, 0x09, 0x13, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x14, 0x11, 0x14, 0x14,
+ 0x11, 0x04, 0x10, 0x02, 0x16, 0x17, 0x09, 0x0d, 0x02,
+ 0x00, 0x00, 0x00, 0x03, 0x14, 0x15, 0x0d, 0x13, 0x09,
+ 0x09, 0x13, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x14,
+ 0x04, 0x09, 0x09, 0x09, 0x14, 0x18, 0x19, 0x1a, 0x02,
+ 0x02, 0x1b, 0x05, 0x0d, 0x02, 0x00, 0x00, 0x00, 0x0b,
+ 0x03, 0x15, 0x0d, 0x13, 0x1c, 0x14, 0x14, 0x11, 0x14,
+ 0x04, 0x09, 0x09, 0x1d, 0x1e, 0x1e, 0x1f, 0x20, 0x21,
+ 0x14, 0x22, 0x23, 0x0b, 0x07, 0x0b, 0x22, 0x24, 0x25,
+ 0x02, 0x00, 0x00, 0x00, 0x0b, 0x23, 0x17, 0x01, 0x0d,
+ 0x14, 0x11, 0x14, 0x13, 0x09, 0x26, 0x27, 0x27, 0x1e,
+ 0x1f, 0x1f, 0x1f, 0x1f, 0x28, 0x0c, 0x07, 0x0b, 0x29,
+ 0x2a, 0x0b, 0x2b, 0x0d, 0x2c, 0x02, 0x00, 0x00, 0x00,
+ 0x0e, 0x02, 0x02, 0x01, 0x2d, 0x13, 0x09, 0x09, 0x26,
+ 0x1e, 0x1e, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f,
+ 0x28, 0x27, 0x08, 0x07, 0x07, 0x0b, 0x07, 0x18, 0x11,
+ 0x0f, 0x02, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02,
+ 0x2e, 0x05, 0x26, 0x27, 0x27, 0x1e, 0x1f, 0x1f, 0x1f,
+ 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x20, 0x08,
+ 0x0b, 0x0b, 0x0d, 0x2f, 0x13, 0x23, 0x2c, 0x00, 0x00,
+ 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, 0x05, 0x09, 0x09,
+ 0x26, 0x27, 0x1e, 0x1e, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f,
+ 0x1f, 0x1f, 0x20, 0x30, 0x27, 0x31, 0x1d, 0x08, 0x09,
+ 0x17, 0x07, 0x2c, 0x00, 0x00, 0x00, 0x0e, 0x02, 0x02,
+ 0x2e, 0x0d, 0x11, 0x14, 0x14, 0x13, 0x26, 0x27, 0x27,
+ 0x1e, 0x27, 0x27, 0x32, 0x1f, 0x1f, 0x30, 0x1d, 0x27,
+ 0x1c, 0x33, 0x17, 0x09, 0x34, 0x0b, 0x0b, 0x2c, 0x00,
+ 0x00, 0x00, 0x0b, 0x03, 0x15, 0x33, 0x05, 0x1c, 0x14,
+ 0x11, 0x14, 0x13, 0x09, 0x09, 0x09, 0x09, 0x09, 0x1d,
+ 0x27, 0x27, 0x21, 0x13, 0x17, 0x09, 0x09, 0x09, 0x0c,
+ 0x0d, 0x07, 0x2c, 0x02, 0x00, 0x00, 0x00, 0x0b, 0x23,
+ 0x15, 0x05, 0x09, 0x09, 0x09, 0x1c, 0x11, 0x14, 0x11,
+ 0x14, 0x14, 0x11, 0x13, 0x09, 0x09, 0x09, 0x31, 0x14,
+ 0x17, 0x12, 0x14, 0x14, 0x11, 0x05, 0x0b, 0x25, 0x02,
+ 0x00, 0x00, 0x00, 0x0b, 0x03, 0x15, 0x0d, 0x09, 0x09,
+ 0x13, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x14,
+ 0x11, 0x14, 0x14, 0x14, 0x11, 0x04, 0x09, 0x12, 0x02,
+ 0x03, 0x08, 0x0d, 0x02, 0x02, 0x00, 0x00, 0x00, 0x0e,
+ 0x01, 0x01, 0x11, 0x09, 0x13, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x33, 0x12, 0x11,
+ 0x14, 0x14, 0x08, 0x09, 0x0c, 0x14, 0x08, 0x05, 0x02,
+ 0x02, 0x00, 0x00, 0x00, 0x0b, 0x01, 0x01, 0x01, 0x08,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x35, 0x02, 0x02, 0x0f, 0x10, 0x11, 0x14, 0x08,
+ 0x0c, 0x08, 0x09, 0x0d, 0x02, 0x02, 0x00, 0x00, 0x00,
+ 0x0e, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x36, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x0b, 0x14, 0x14, 0x14, 0x04, 0x09, 0x05,
+ 0x02, 0x02, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0b,
+ 0x11, 0x08, 0x09, 0x05, 0x02, 0x02, 0x02, 0x00, 0x00,
+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x07, 0x08, 0x05,
+ 0x02, 0x02, 0x02, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02,
+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+unsigned char item_monkeyPortrait_colors[] = {
+ 0x00, 0x00, 0x00,
+ 0x04, 0x02, 0x04,
+ 0x14, 0x16, 0x14,
+ 0x64, 0x66, 0x64,
+ 0x1c, 0x16, 0x1c,
+ 0x1c, 0x1a, 0x1c,
+ 0x3c, 0x3e, 0x3c,
+ 0x34, 0x36, 0x34,
+ 0x34, 0x32, 0x34,
+ 0x6c, 0x6a, 0x6c,
+ 0xb4, 0xb2, 0xb4,
+ 0x4c, 0x4e, 0x4c,
+ 0x94, 0x92, 0x94,
+ 0x94, 0x96, 0x94,
+ 0x7c, 0x7e, 0x7c,
+ 0x9c, 0x9e, 0x9c,
+ 0x0c, 0x0a, 0x0c,
+ 0x44, 0x46, 0x44,
+ 0x5c, 0x5a, 0x5c,
+ 0x74, 0x76, 0x74,
+ 0xc4, 0xc2, 0xc4,
+ 0x84, 0x82, 0x84,
+ 0x9c, 0x9a, 0x9c,
+ 0x74, 0x72, 0x74,
+ 0x24, 0x26, 0x24,
+ 0xa4, 0xa6, 0xa4,
+ 0x3c, 0x3a, 0x3c,
+ 0x8c, 0x8e, 0x8c,
+ 0x2c, 0x7e, 0xb4,
+ 0xbc, 0xbe, 0xbc,
+ 0x6c, 0x6e, 0x6c,
+ 0x1c, 0x1e, 0x1c,
+ 0x2c, 0x5e, 0x7c,
+ 0xac, 0xaa, 0xac,
+ 0x5c, 0x5e, 0x5c,
+ 0xa4, 0xa2, 0xa4,
+ 0xd4, 0xd6, 0xd4,
+ 0xac, 0xae, 0xac,
+ 0xec, 0xee, 0xec,
+ 0xe4, 0xe6, 0xe4,
+ 0xfc, 0xfa, 0xfc,
+ 0x0e, 0x16, 0x00,
+ 0x1c, 0x0a, 0x0c,
+ 0x24, 0x06, 0x04,
+ 0xcc, 0xce, 0xcc,
+ 0xf4, 0xf2, 0xf4,
+ 0xdc, 0xde, 0xdc,
+ 0xe4, 0xe2, 0xe4,
+ 0x14, 0x0e, 0x04,
+ 0x34, 0x26, 0x14,
+ 0xbc, 0xba, 0xbc,
+ 0x0c, 0x06, 0x0c,
+ 0x04, 0x06, 0x04,
+ 0x8c, 0x8a, 0x8c,
+ 0x2c, 0x2e, 0x2c
+
+};
+unsigned char item_monkeyPortrait[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x02, 0x02, 0x02, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x01, 0x03, 0x03, 0x04, 0x02, 0x05, 0x06, 0x07,
+ 0x08, 0x02, 0x04, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x01, 0x01, 0x01, 0x03, 0x09, 0x03, 0x0a, 0x09,
+ 0x0b, 0x03, 0x0c, 0x0d, 0x0e, 0x08, 0x07, 0x08, 0x03,
+ 0x09, 0x03, 0x09, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x09, 0x09,
+ 0x0a, 0x0f, 0x0f, 0x0e, 0x10, 0x11, 0x12, 0x13, 0x14,
+ 0x0a, 0x15, 0x03, 0x09, 0x0f, 0x0f, 0x0a, 0x0a, 0x09,
+ 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x01, 0x01, 0x16, 0x0a, 0x0f, 0x17, 0x17, 0x18,
+ 0x01, 0x08, 0x08, 0x07, 0x03, 0x0f, 0x0a, 0x19, 0x0c,
+ 0x1a, 0x1b, 0x0f, 0x16, 0x0a, 0x0f, 0x01, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1a,
+ 0x0f, 0x19, 0x0c, 0x0d, 0x01, 0x01, 0x07, 0x1c, 0x08,
+ 0x08, 0x1d, 0x0e, 0x0a, 0x1b, 0x01, 0x19, 0x19, 0x1b,
+ 0x0f, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x01, 0x01, 0x01, 0x07, 0x16, 0x16, 0x0a,
+ 0x1e, 0x1f, 0x08, 0x20, 0x07, 0x08, 0x21, 0x22, 0x0a,
+ 0x1b, 0x17, 0x0a, 0x0f, 0x1b, 0x0c, 0x01, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01,
+ 0x01, 0x01, 0x08, 0x0c, 0x0f, 0x16, 0x23, 0x06, 0x08,
+ 0x07, 0x0f, 0x24, 0x25, 0x0a, 0x17, 0x0a, 0x0f, 0x1b,
+ 0x1b, 0x08, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x1e,
+ 0x1b, 0x0c, 0x13, 0x11, 0x07, 0x0f, 0x26, 0x27, 0x24,
+ 0x0e, 0x0e, 0x16, 0x1b, 0x0c, 0x08, 0x01, 0x01, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+ 0x01, 0x01, 0x01, 0x01, 0x05, 0x0c, 0x1b, 0x1b, 0x1b,
+ 0x19, 0x24, 0x28, 0x26, 0x1d, 0x0d, 0x1b, 0x0c, 0x1b,
+ 0x1e, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x2a, 0x2b,
+ 0x2a, 0x1e, 0x1b, 0x0a, 0x2c, 0x2d, 0x2d, 0x28, 0x28,
+ 0x27, 0x2c, 0x21, 0x1b, 0x0c, 0x05, 0x01, 0x01, 0x01,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x0c, 0x0a,
+ 0x26, 0x28, 0x28, 0x28, 0x28, 0x28, 0x24, 0x0a, 0x1b,
+ 0x17, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x1b, 0x0a, 0x28, 0x28, 0x28, 0x28,
+ 0x28, 0x28, 0x24, 0x0a, 0x1b, 0x22, 0x01, 0x01, 0x01,
+ 0x01, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x16, 0x2e, 0x28, 0x28, 0x28, 0x28, 0x2f, 0x1d, 0x0a,
+ 0x0c, 0x29, 0x30, 0x01, 0x01, 0x29, 0x29, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x1b, 0x2e, 0x28, 0x28,
+ 0x28, 0x28, 0x24, 0x0a, 0x0d, 0x1b, 0x29, 0x29, 0x01,
+ 0x29, 0x29, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x1d, 0x2e, 0x28, 0x28, 0x28, 0x24, 0x0a,
+ 0x0c, 0x29, 0x29, 0x29, 0x01, 0x29, 0x29, 0x29, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x0a, 0x24,
+ 0x28, 0x28, 0x28, 0x2e, 0x0a, 0x1b, 0x29, 0x29, 0x29,
+ 0x01, 0x29, 0x29, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x0a, 0x24, 0x28, 0x28, 0x2e, 0x24,
+ 0x0a, 0x1b, 0x29, 0x29, 0x29, 0x31, 0x29, 0x29, 0x29,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x16,
+ 0x32, 0x2e, 0x28, 0x2e, 0x24, 0x0a, 0x0c, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x1b, 0x0a, 0x2e, 0x2e, 0x24,
+ 0x32, 0x0d, 0x1b, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x0c, 0x0d, 0x32, 0x24, 0x32, 0x0d, 0x1b, 0x0c, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x0d, 0x1b, 0x1b, 0x0a, 0x24,
+ 0x0a, 0x1b, 0x0c, 0x25, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x0d,
+ 0x0a, 0x1b, 0x0c, 0x0a, 0x32, 0x0a, 0x1b, 0x1b, 0x0a,
+ 0x0d, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x0d, 0x0a, 0x0a, 0x25, 0x1b, 0x0d,
+ 0x09, 0x09, 0x0c, 0x25, 0x0a, 0x0a, 0x0d, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x29, 0x29, 0x29, 0x29, 0x29, 0x0f, 0x0a,
+ 0x0a, 0x0d, 0x0d, 0x03, 0x33, 0x34, 0x01, 0x03, 0x09,
+ 0x0a, 0x0a, 0x0a, 0x0f, 0x29, 0x29, 0x29, 0x29, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x29,
+ 0x29, 0x29, 0x29, 0x0a, 0x0a, 0x03, 0x03, 0x03, 0x29,
+ 0x29, 0x01, 0x01, 0x34, 0x22, 0x09, 0x03, 0x0c, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x29, 0x35, 0x35, 0x35, 0x0e, 0x01, 0x01, 0x01, 0x01,
+ 0x35, 0x35, 0x35, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x1b, 0x1a,
+ 0x06, 0x01, 0x01, 0x01, 0x01, 0x1a, 0x06, 0x1a, 0x29,
+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x29, 0x29, 0x29, 0x29, 0x29,
+ 0x36, 0x08, 0x36, 0x1a, 0x08, 0x08, 0x36, 0x01, 0x01,
+ 0x36, 0x08, 0x08, 0x08, 0x36, 0x08, 0x36, 0x29, 0x29,
+ 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+#endif \ No newline at end of file
diff --git a/backends/wince/findgame.cpp b/backends/wince/findgame.cpp
new file mode 100644
index 0000000000..3157397d54
--- /dev/null
+++ b/backends/wince/findgame.cpp
@@ -0,0 +1,556 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+#ifdef _WIN32_WCE
+
+// Browse directories to locate SCUMM games
+
+#include "stdafx.h"
+#include <assert.h>
+#include <Winuser.h>
+#include <Winnls.h>
+#include "resource.h"
+#include "scumm.h"
+#include "config-file.h"
+
+extern Config *scummcfg;
+
+#define MAX_GAMES 20
+
+struct ScummGame {
+ const char *gamename;
+ const char *description;
+ const char *directory;
+ const char *check_file_1;
+ const char *check_file_2;
+ const char *filename;
+ unsigned char next_demo;
+};
+
+struct InstalledScummGame {
+ unsigned char reference;
+ TCHAR directory[MAX_PATH];
+};
+
+static const ScummGame GameList[] = {
+ {
+ "Simon The Sorcerer 1 (dos)",
+ "Completable",
+ "", "1631.VGA", "GAMEPC",
+ "simon1dos",
+ 0
+ },
+ {
+ "Simon The Sorcerer 1 (win)",
+ "Completable",
+ "", "SIMON.GME", "GAMEPC",
+ "simon1win",
+ 0
+ },
+ {
+ "Simon The Sorcerer 2 (win)",
+ "To be tested",
+ "", "SIMON2.GME", "GSPTR30",
+ "simon2win",
+ 0
+ },
+ {
+ "Indiana Jones 3 (new)",
+ "Buggy, playable a bit",
+ "indy3", "", "",
+ "indy3",
+ 0
+ },
+ {
+ "Zak Mc Kracken (new)",
+ "Completable",
+ "zak256", "", "",
+ "zak256",
+ 0
+ },
+ {
+ "Loom (old)",
+ "Not working",
+ "loom", "", "",
+ "loom",
+ 0
+ },
+ {
+ "Monkey Island 1 (EGA)",
+ "Not tested",
+ "monkeyEGA", "", "",
+ "monkeyEGA",
+ 0
+ },
+ {
+ "Loom (VGA)",
+ "Completable, MP3 audio",
+ "loomcd", "", "",
+ "loomcd",
+ 0
+ },
+ {
+ "Monkey Island 1 (VGA)",
+ "Completable, MP3 music",
+ "", "MONKEY.000", "MONKEY.001",
+ "monkey",
+ 0
+ },
+ {
+ "Monkey Island 2 (VGA)",
+ "Completable",
+ "", "MONKEY2.000", "MONKEY2.001",
+ "monkey2",
+ 0
+ },
+ {
+ "Indiana Jones 4",
+ "Completable",
+ "", "ATLANTIS.000", "ATLANTIS.001",
+ "atlantis",
+ 1
+ },
+ {
+ "Indiana Jones 4 demo",
+ "Completable",
+ "", "PLAYFATE.000", "PLAYFATE.001",
+ "playfate",
+ 0
+ },
+ {
+ "Day of the Tentacle",
+ "Completable",
+ "", "TENTACLE.000", "TENTACLE.001",
+ "tentacle",
+ 1
+ },
+ {
+ "Day of the Tentacle demo",
+ "Completable",
+ "", "DOTTDEMO.000", "DOTTDEMO.001",
+ "dottdemo",
+ 0
+ },
+ {
+ "Sam & Max",
+ "Completable, music glitches",
+ "", "SAMNMAX.000", "SAMNMAX.001",
+ "samnmax",
+ 1
+ },
+ {
+ "Sam & Max demo",
+ "Completable",
+ "", "SNMDEMO.000", "SNMDEMO.001",
+ "snmdemo",
+ 0
+ },
+ {
+ "Full Throttle",
+ "Partially working",
+ "", "FT.LA0", "FT.LA1",
+ "ft",
+ 0
+ },
+ {
+ "The Dig",
+ "Partially working",
+ "", "DIG.LA0", "DIG.LA1",
+ "dig",
+ 0
+ },
+ {
+ NULL, NULL, NULL, NULL, NULL, NULL, 0
+ }
+};
+
+void findGame(TCHAR*);
+int displayFoundGames(void);
+void doScan();
+void startFindGame();
+
+char gamesFound[MAX_GAMES];
+unsigned char listIndex[MAX_GAMES];
+InstalledScummGame gamesInstalled[MAX_GAMES];
+int installedGamesNumber;
+HWND hwndDlg;
+TCHAR basePath[MAX_PATH];
+TCHAR old_basePath[MAX_PATH];
+BOOL prescanning;
+
+BOOL isPrescanning() {
+ return prescanning;
+}
+
+void setFindGameDlgHandle(HWND x) {
+ hwndDlg = x;
+}
+
+bool loadGameSettings() {
+ int index;
+ int i;
+ const char *current;
+
+ prescanning = FALSE;
+
+ current = scummcfg->get("GamesInstalled", "wince");
+ if (!current)
+ return FALSE;
+ index = atoi(current);
+
+ installedGamesNumber = index;
+
+ current = scummcfg->get("GamesReferences", "wince");
+ if (!current)
+ return FALSE;
+ for (i=0; i<index; i++) {
+ char x[6];
+ int j;
+
+ memset(x, 0, sizeof(x));
+ memcpy(x, current + 3 * i, 2);
+ sscanf(x, "%x", &j);
+ gamesFound[j] = 1;
+ gamesInstalled[i].reference = j;
+ }
+
+ current = scummcfg->get("BasePath", "wince");
+ if (!current)
+ return FALSE;
+ MultiByteToWideChar(CP_ACP, 0, current, strlen(current) + 1, basePath, sizeof(basePath));
+
+ for (i=0; i<index; i++) {
+ char keyName[100];
+
+ sprintf(keyName, "GamesDirectory%d", i);
+ current = scummcfg->get(keyName, "wince");
+ if (!current)
+ return FALSE;
+ MultiByteToWideChar(CP_ACP, 0, current, strlen(current) + 1, gamesInstalled[i].directory, sizeof(gamesInstalled[i].directory));
+ }
+
+ displayFoundGames();
+
+ return TRUE;
+}
+
+int countGameReferenced(int reference, int *infos) {
+ int i;
+ int number = 0;
+
+ for (i=0; i<installedGamesNumber; i++)
+ if (gamesInstalled[i].reference == reference)
+ infos[number++] = i;
+
+ return number;
+}
+
+int displayFoundGames() {
+
+ int i;
+ int index = 0;
+
+ for (i = 0; i< MAX_GAMES; i++) {
+ ScummGame current_game;
+ char work[400];
+ TCHAR desc[400];
+ int numberReferenced;
+ int infos[10];
+ int j;
+
+ current_game = GameList[i];
+ if (!current_game.filename)
+ break;
+ if (!gamesFound[i])
+ continue;
+
+ numberReferenced = countGameReferenced(i, infos);
+
+ for (j=0; j<numberReferenced; j++) {
+ if (numberReferenced != 1)
+ sprintf(work, "%s (%d)", current_game.gamename, j + 1);
+ else
+ strcpy(work, current_game.gamename);
+ MultiByteToWideChar(CP_ACP, 0, work, strlen(work) + 1, desc, sizeof(desc));
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_ADDSTRING, 0, (LPARAM)desc);
+ listIndex[index++] = infos[j];
+ }
+ }
+
+ return index;
+
+}
+
+void changeScanPath() {
+ int item;
+ TCHAR path[MAX_PATH];
+
+ item = SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_GETCURSEL, 0, 0);
+ if (item == LB_ERR)
+ return;
+
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_GETTEXT, item, (LPARAM)path);
+
+ if (wcscmp(path, TEXT("..")) != 0) {
+ wcscat(basePath, TEXT("\\"));
+ wcscat(basePath, path);
+ }
+ else {
+ TCHAR *work;
+
+ work = wcsrchr(basePath, '\\');
+ *work = 0;
+ *(work + 1) = 0;
+ }
+
+ doScan();
+}
+
+void doScan() {
+ WIN32_FIND_DATA desc;
+ TCHAR searchPath[MAX_PATH];
+ HANDLE x;
+
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_RESETCONTENT, 0, 0);
+
+ if (wcslen(basePath) != 0)
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_ADDSTRING, 0, (LPARAM)TEXT(".."));
+
+ wsprintf(searchPath, TEXT("%s\\*"), basePath);
+
+ x = FindFirstFile(searchPath, &desc);
+ if (x == INVALID_HANDLE_VALUE)
+ return;
+ if (desc.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
+ TCHAR *work;
+
+ work = wcsrchr(desc.cFileName, '\\');
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE),
+ LB_ADDSTRING, 0, (LPARAM)(work ? work + 1 : desc.cFileName));
+ }
+ while (FindNextFile(x, &desc))
+ if (desc.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
+ TCHAR *work;
+
+ work = wcsrchr(desc.cFileName, '\\');
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE),
+ LB_ADDSTRING, 0, (LPARAM)(work ? work + 1 : desc.cFileName));
+ }
+ FindClose(x);
+}
+
+void startScan() {
+ prescanning = TRUE;
+ wcscpy(old_basePath, basePath);
+ SetDlgItemText(hwndDlg, IDC_FILEPATH, TEXT("Choose the games root directory"));
+ SetDlgItemText(hwndDlg, IDC_SCAN, TEXT("OK"));
+ SetDlgItemText(hwndDlg, IDC_GAMEDESC, TEXT(""));
+ ShowWindow(GetDlgItem(hwndDlg, IDC_PLAY), SW_HIDE);
+ doScan();
+}
+
+void endScanPath() {
+ prescanning = FALSE;
+ SetDlgItemText(hwndDlg, IDC_SCAN, TEXT("Scan"));
+ ShowWindow(GetDlgItem(hwndDlg, IDC_PLAY), SW_SHOW);
+ startFindGame();
+}
+
+void abortScanPath() {
+ prescanning = FALSE;
+ wcscpy(basePath, old_basePath);
+ SetDlgItemText(hwndDlg, IDC_FILEPATH, TEXT(""));
+ SetDlgItemText(hwndDlg, IDC_SCAN, TEXT("Scan"));
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_RESETCONTENT, 0, 0);
+ ShowWindow(GetDlgItem(hwndDlg, IDC_PLAY), SW_SHOW);
+ displayFoundGames();
+}
+
+void startFindGame() {
+ //TCHAR fileName[MAX_PATH];
+ //TCHAR *tempo;
+ int i = 0;
+ int index = 0;
+ char tempo[1024];
+ char workdir[MAX_PATH];
+
+ prescanning = FALSE;
+
+ SetDlgItemText(hwndDlg, IDC_FILEPATH, TEXT("Scanning, please wait"));
+
+ SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_RESETCONTENT, 0, 0);
+
+ memset(gamesFound, 0, MAX_GAMES);
+ /*
+ GetModuleFileName(NULL, fileName, MAX_PATH);
+ tempo = wcsrchr(fileName, '\\');
+ *tempo = '\0';
+ *(tempo + 1) = '\0';
+ */
+ installedGamesNumber = 0;
+
+ //findGame(fileName);
+ findGame(basePath);
+
+ // Display the results
+ index = displayFoundGames();
+
+ // Save the results in the registry
+ SetDlgItemText(hwndDlg, IDC_FILEPATH, TEXT("Saving the results"));
+
+ scummcfg->set("GamesInstalled", index, "wince");
+
+ tempo[0] = '\0';
+ for (i=0; i<index; i++) {
+ char x[3];
+ sprintf(x, "%.2x ", gamesInstalled[i].reference);
+ strcat(tempo, x);
+ }
+
+ scummcfg->set("GamesReferences", tempo, "wince");
+
+ WideCharToMultiByte(CP_ACP, 0, basePath, wcslen(basePath) + 1, workdir, sizeof(workdir), NULL, NULL);
+
+ scummcfg->set("BasePath", workdir, "wince");
+
+ for (i=0; i<index; i++) {
+ char keyName[100];
+
+ sprintf(keyName, "GamesDirectory%d", i);
+ WideCharToMultiByte(CP_ACP, 0, gamesInstalled[i].directory, wcslen(gamesInstalled[i].directory) + 1, workdir, sizeof(workdir), NULL, NULL);
+ scummcfg->set(keyName, workdir, "wince");
+ }
+
+ scummcfg->flush();
+
+ SetDlgItemText(hwndDlg, IDC_FILEPATH, TEXT("Scan finished"));
+
+}
+
+void getSelectedGame(int result, char *id, TCHAR *directory) {
+ ScummGame game;
+
+ game = GameList[gamesInstalled[listIndex[result]].reference];
+ strcpy(id, game.filename);
+ wcscpy(directory, gamesInstalled[listIndex[result]].directory);
+}
+
+void displayGameInfo() {
+ int item;
+ TCHAR work[400];
+ ScummGame game;
+
+ item = SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_GETCURSEL, 0, 0);
+ if (item == LB_ERR)
+ return;
+
+ game = GameList[gamesInstalled[listIndex[item]].reference];
+ wcscpy(work, TEXT("File path : ..."));
+ wcscat(work, wcsrchr(gamesInstalled[listIndex[item]].directory, '\\'));
+ SetDlgItemText(hwndDlg, IDC_FILEPATH, work);
+ MultiByteToWideChar(CP_ACP, 0, game.description, strlen(game.description) + 1, work, sizeof(work));
+ SetDlgItemText(hwndDlg, IDC_GAMEDESC, work);
+}
+
+void findGame(TCHAR *directory) {
+ TCHAR fileName[MAX_PATH];
+ TCHAR newDirectory[MAX_PATH];
+ WIN32_FIND_DATA desc;
+ HANDLE x;
+ int i;
+
+ // Check for games in the current directory
+
+ //MessageBox(NULL, directory, TEXT("Current"), MB_OK);
+
+ for (i = 0 ; i < MAX_GAMES ; i++) {
+ ScummGame current_game;
+
+ current_game = GameList[i];
+ if (!current_game.filename)
+ break;
+
+ if (strlen(current_game.directory)) {
+ // see if the last directory matches
+ TCHAR *work;
+ char curdir[MAX_PATH];
+
+
+ work = wcsrchr(directory, '\\');
+ WideCharToMultiByte(CP_ACP, 0, work + 1, wcslen(work + 1) + 1, curdir, sizeof(curdir), NULL, NULL);
+ if (stricmp(curdir, current_game.directory) == 0) {
+
+ //MessageBox(NULL, TEXT("Match directory !"), TEXT("..."), MB_OK);
+
+ gamesFound[i] = 1;
+ gamesInstalled[installedGamesNumber].reference = i;
+ wcscpy(gamesInstalled[installedGamesNumber].directory, directory);
+ installedGamesNumber++;
+ }
+ }
+ else
+ {
+ TCHAR work[MAX_PATH];
+ TCHAR checkfile[MAX_PATH];
+
+
+ MultiByteToWideChar(CP_ACP, 0, current_game.check_file_1, strlen(current_game.check_file_1) + 1, checkfile, sizeof(checkfile));
+ wsprintf(work, TEXT("%s\\%s"), directory, checkfile);
+ //MessageBox(NULL, work, TEXT("Checking file"), MB_OK);
+
+ if (GetFileAttributes(work) == 0xFFFFFFFF)
+ continue;
+
+ //MessageBox(NULL, TEXT("Check OK"), TEXT("Checking file"), MB_OK);
+ MultiByteToWideChar(CP_ACP, 0, current_game.check_file_2, strlen(current_game.check_file_2) + 1, checkfile, sizeof(checkfile));
+ wsprintf(work, TEXT("%s\\%s"), directory, checkfile);
+ if (GetFileAttributes(work) == 0xFFFFFFFF)
+ continue;
+
+ //MessageBox(NULL, TEXT("Match file !"), TEXT("..."), MB_OK);
+ gamesFound[i] = 1;
+ gamesInstalled[installedGamesNumber].reference = i;
+ wcscpy(gamesInstalled[installedGamesNumber].directory, directory);
+ installedGamesNumber++;
+
+ }
+ }
+
+ // Recurse
+
+ wsprintf(fileName, TEXT("%s\\*"), directory);
+
+ x = FindFirstFile(fileName, &desc);
+ if (x == INVALID_HANDLE_VALUE)
+ return;
+ if (desc.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
+ wsprintf(newDirectory, TEXT("%s\\%s"), directory, desc.cFileName);
+ findGame(newDirectory);
+ }
+ while (FindNextFile(x, &desc))
+ if (desc.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
+ wsprintf(newDirectory, TEXT("%s\\%s"), directory, desc.cFileName);
+ findGame(newDirectory);
+ }
+ FindClose(x);
+}
+
+#endif \ No newline at end of file
diff --git a/backends/wince/gapi_keys.cpp b/backends/wince/gapi_keys.cpp
new file mode 100644
index 0000000000..a4d2677573
--- /dev/null
+++ b/backends/wince/gapi_keys.cpp
@@ -0,0 +1,341 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+#ifdef _WIN32_WCE
+
+// Handle mapping of actions to hardware keys
+
+#include "stdafx.h"
+#include <assert.h>
+#include <Winuser.h>
+#include <sipapi.h>
+#include <Aygshell.h>
+#include <gx.h>
+
+#include "gapi_keys.h"
+
+#include "screen.h"
+
+struct oneAction _actions[NUMBER_ACTIONS];
+struct GXKeyList _portrait_keys;
+struct GXKeyList _landscape_keys;
+pAction *_action_functions;
+
+const char* ActionsText[] = {
+ "None",
+ "Pause",
+ "Save",
+ "Quit",
+ "Skip",
+ "Hide",
+ "Keyboard",
+ "Sound",
+ "Right click",
+ "Cursor on/off",
+ "Subtitles on/off",
+ "Boss"
+};
+
+bool _typeExists(int x) {
+ int i;
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ if (_actions[i].action_type == x)
+ return true;
+
+ return false;
+}
+
+
+const char* getActionName(int action) {
+ return ActionsText[action];
+}
+
+void GAPIKeysInit(pAction *functions) {
+ int i;
+ GXOpenInput();
+ for (i=0; i<NUMBER_ACTIONS; i++) {
+ _actions[i].action_key = 0;
+ }
+
+ /* Default actions */
+
+ _actions[0].action_type = ACTION_PAUSE;
+ _actions[1].action_type = ACTION_SAVE;
+ _actions[2].action_type = ACTION_QUIT;
+ _actions[3].action_type = ACTION_SKIP;
+ _actions[4].action_type = ACTION_HIDE;
+
+ _action_functions = functions;
+ GAPIKeysGetReference();
+}
+
+void GAPIKeysGetReference() {
+ /*
+ if(GetScreenMode()) {
+ _keys = GXGetDefaultKeys(GX_LANDSCAPEKEYS);
+ } else {
+ _keys = GXGetDefaultKeys(GX_NORMALKEYS);
+ }
+ */
+
+ _portrait_keys = GXGetDefaultKeys(GX_NORMALKEYS);
+ _landscape_keys = GXGetDefaultKeys(GX_LANDSCAPEKEYS);
+}
+
+int GAPIKeysTranslate(int key) {
+/*
+ if (key == _landscape_keys.vkUp)
+ return _portrait_keys.vkUp;
+ if (key == _landscape_keys.vkDown)
+ return _portrait_keys.vkDown;
+ if (key == _landscape_keys.vkLeft)
+ return _portrait_keys.vkLeft;
+ if (key == _landscape_keys.vkRight)
+ return _portrait_keys.vkRight;
+ if (key == _landscape_keys.vkA)
+ return _portrait_keys.vkA;
+ if (key == _landscape_keys.vkB)
+ return _portrait_keys.vkB;
+ if (key == _landscape_keys.vkC)
+ return _portrait_keys.vkC;
+ if (key == _landscape_keys.vkStart)
+ return _portrait_keys.vkStart;
+*/
+ return key;
+}
+
+/*
+const unsigned char getGAPIKeyMapping(short key) {
+ // first the standard GAPI controls
+ if (key == _keys.vkA)
+ return GAPI_KEY_VKA;
+
+ if (key == _keys.vkB)
+ return GAPI_KEY_VKB;
+
+ if (key == _keys.vkC)
+ return GAPI_KEY_VKC;
+
+ if (key == _keys.vkStart)
+ return GAPI_KEY_VKSTART;
+
+ if (key == _keys.vkUp)
+ return GAPI_KEY_VKUP;
+
+ if (key == _keys.vkDown)
+ return GAPI_KEY_VKDOWN;
+
+ if (key == _keys.vkLeft)
+ return GAPI_KEY_VKLEFT;
+
+ if (key == _keys.vkRight)
+ return GAPI_KEY_VKRIGHT;
+
+ switch (key) {
+ // then the "unsupported" keys
+ case INTERNAL_KEY_CALENDAR:
+ return GAPI_KEY_CALENDAR;
+ case INTERNAL_KEY_CONTACTS:
+ return GAPI_KEY_CONTACTS;
+ case INTERNAL_KEY_INBOX:
+ return GAPI_KEY_INBOX;
+ case INTERNAL_KEY_ITASK:
+ return GAPI_KEY_ITASK;
+ default:
+ return 0;
+ }
+}
+*/
+
+const char* getGAPIKeyName(int key) {
+ static char key_name[50];
+
+ if (!key)
+ return "Not mapped";
+ if (key == _portrait_keys.vkA)
+ return "Button A";
+ if (key == _portrait_keys.vkB)
+ return "Button B";
+ if (key == _portrait_keys.vkC)
+ return "Button C";
+ if (key == _portrait_keys.vkStart)
+ return "Button Start";
+ if (key == _portrait_keys.vkUp)
+ return "Pad Up";
+ if (key == _portrait_keys.vkDown)
+ return "Pad Down";
+ if (key == _portrait_keys.vkLeft)
+ return "Pad Left";
+ if (key == _portrait_keys.vkRight)
+ return "Pad Right";
+ if (key == INTERNAL_KEY_CALENDAR)
+ return "Button Calendar";
+ if (key == INTERNAL_KEY_CONTACTS)
+ return "Button Contacts";
+ if (key == INTERNAL_KEY_INBOX)
+ return "Button Inbox";
+ if (key == INTERNAL_KEY_ITASK)
+ return "Button ITask";
+ sprintf(key_name, "Key %.4x", key);
+ return key_name;
+
+/*
+ switch(key) {
+ case 0:
+ return "Not mapped";
+ case GAPI_KEY_VKA:
+ return "Button A";
+ case GAPI_KEY_VKB:
+ return "Button B";
+ case GAPI_KEY_VKC:
+ return "Button C";
+ case GAPI_KEY_VKSTART:
+ return "Button Start";
+ case GAPI_KEY_CALENDAR:
+ return "Button Calendar";
+ case GAPI_KEY_CONTACTS:
+ return "Button Contacts";
+ case GAPI_KEY_INBOX:
+ return "Button Inbox";
+ case GAPI_KEY_ITASK:
+ return "Button ITask";
+ case GAPI_KEY_VKUP:
+ return "Pad Up";
+ case GAPI_KEY_VKDOWN:
+ return "Pad Down";
+ case GAPI_KEY_VKLEFT:
+ return "Pad Left";
+ case GAPI_KEY_VKRIGHT:
+ return "Pad Right";
+ default:
+ sprintf(key_name, "Unknown key %.4x", key);
+ return key_name;
+ }
+*/
+}
+
+struct oneAction* getAction(int action) {
+ return &_actions[action];
+}
+
+bool processAction (int key) {
+ int i;
+ /*
+ unsigned char GAPI_key;
+
+ GAPI_key = getGAPIKeyMapping(key);
+ if (!GAPI_key)
+ return;
+ */
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ //if (_actions[i].action_key == GAPI_key &&
+ if (_actions[i].action_key == key &&
+ _actions[i].action_type != ACTION_NONE &&
+ _action_functions[_actions[i].action_type - 1]) {
+ _action_functions[_actions[i].action_type - 1]();
+ return true;
+ }
+
+ return false;
+}
+
+void clearActionKey (unsigned char key) {
+ int i;
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ if (_actions[i].action_key == key) {
+ _actions[i].action_key = 0;
+ }
+}
+
+const int* getActionKeys() {
+ int i;
+ static int actionKeys[NUMBER_ACTIONS];
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ actionKeys[i] = _actions[i].action_key;
+
+ return actionKeys;
+}
+
+const unsigned char* getActionTypes() {
+ int i;
+ static unsigned char actionTypes[NUMBER_ACTIONS];
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ actionTypes[i] = _actions[i].action_type;
+
+ return actionTypes;
+
+}
+
+void setNextType(int action) {
+ int start = _actions[action].action_type;
+ int current = start;
+ for (;;) {
+ current++;
+ if (current == start)
+ return;
+ if (current > TOTAL_ACTIONS)
+ current = 1;
+ if (!_typeExists(current)) {
+ _actions[action].action_type = current;
+ return;
+ }
+ }
+}
+
+void setPreviousType(int action) {
+ int start = _actions[action].action_type;
+ int current = start;
+ for (;;) {
+ current--;
+ if (current == start)
+ return;
+ if (current <= 0)
+ current = TOTAL_ACTIONS;
+ if (!_typeExists(current)) {
+ _actions[action].action_type = current;
+ return;
+ }
+ }
+}
+
+
+
+void setActionKeys(int *actionKeys) {
+ int i;
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ _actions[i].action_key = actionKeys[i];
+}
+
+void setActionTypes(unsigned char *actionTypes) {
+ int i;
+
+ for (i=0; i<NUMBER_ACTIONS; i++)
+ _actions[i].action_type = (ActionType)actionTypes[i];
+}
+
+
+#endif \ No newline at end of file
diff --git a/backends/wince/gapi_keys.h b/backends/wince/gapi_keys.h
new file mode 100644
index 0000000000..5eee52e518
--- /dev/null
+++ b/backends/wince/gapi_keys.h
@@ -0,0 +1,62 @@
+#ifdef _WIN32_WCE
+
+typedef void (*pAction)();
+
+enum ActionType {
+ ACTION_NONE = 0,
+ ACTION_PAUSE = 1,
+ ACTION_SAVE = 2,
+ ACTION_QUIT = 3,
+ ACTION_SKIP = 4,
+ ACTION_HIDE = 5,
+ ACTION_KEYBOARD = 6,
+ ACTION_SOUND = 7,
+ ACTION_RIGHTCLICK = 8,
+ ACTION_CURSOR = 9,
+ ACTION_SUBTITLES = 10
+};
+
+struct oneAction {
+ unsigned char action_key;
+ int action_type;
+};
+
+
+#define NUMBER_ACTIONS 10
+#define TOTAL_ACTIONS 10
+
+#define GAPI_KEY_BASE 1000
+#define GAPI_KEY_VKA 1
+#define GAPI_KEY_VKB 2
+#define GAPI_KEY_VKC 3
+#define GAPI_KEY_VKSTART 4
+#define GAPI_KEY_CALENDAR 5
+#define GAPI_KEY_CONTACTS 6
+#define GAPI_KEY_INBOX 7
+#define GAPI_KEY_ITASK 8
+#define GAPI_KEY_VKUP 9
+#define GAPI_KEY_VKDOWN 10
+#define GAPI_KEY_VKLEFT 11
+#define GAPI_KEY_VKRIGHT 12
+
+#define INTERNAL_KEY_CALENDAR 0xc1
+#define INTERNAL_KEY_CONTACTS 0xc2
+#define INTERNAL_KEY_INBOX 0xc3
+#define INTERNAL_KEY_ITASK 0xc4
+
+void GAPIKeysInit(pAction*);
+void GAPIKeysGetReference(void);
+const unsigned char getGAPIKeyMapping(short);
+const char* getGAPIKeyName(unsigned char);
+struct oneAction* getAction(int);
+void processAction (short);
+void clearActionKey (unsigned char);
+const unsigned char* getActionKeys(void);
+void setActionKeys(unsigned char *);
+const char* getActionName(int);
+void setActionTypes(unsigned char *);
+const unsigned char* getActionTypes();
+void setNextType(int);
+void setPreviousType(int);
+
+#endif
diff --git a/backends/wince/missing/assert.h b/backends/wince/missing/assert.h
new file mode 100644
index 0000000000..ada1a466e6
--- /dev/null
+++ b/backends/wince/missing/assert.h
@@ -0,0 +1,3 @@
+/* Header is not present in Windows CE SDK */
+
+#define assert(a) ; \ No newline at end of file
diff --git a/backends/wince/missing/conio.h b/backends/wince/missing/conio.h
new file mode 100644
index 0000000000..0cb5c297ea
--- /dev/null
+++ b/backends/wince/missing/conio.h
@@ -0,0 +1,2 @@
+/* Header is not present in Windows CE SDK */
+
diff --git a/backends/wince/missing/dir.h b/backends/wince/missing/dir.h
new file mode 100644
index 0000000000..b9497bc7f9
--- /dev/null
+++ b/backends/wince/missing/dir.h
@@ -0,0 +1 @@
+/* Header is not present in Windows CE SDK */ \ No newline at end of file
diff --git a/backends/wince/missing/direct.h b/backends/wince/missing/direct.h
new file mode 100644
index 0000000000..7ee9f5e5ba
--- /dev/null
+++ b/backends/wince/missing/direct.h
@@ -0,0 +1 @@
+/* Header is not present in Windows CE SDK */
diff --git a/backends/wince/missing/dirent.h b/backends/wince/missing/dirent.h
new file mode 100644
index 0000000000..82dd0b2ee7
--- /dev/null
+++ b/backends/wince/missing/dirent.h
@@ -0,0 +1,52 @@
+/* Header is not present in Windows CE SDK */
+/* It would not be a bad idea to take this thing from gcc distro and port
+ it properly. For now only required part is ported. */
+
+struct dirent
+{
+ long d_ino; /* Always zero. */
+ unsigned short d_reclen; /* Always zero. */
+ unsigned short d_namlen; /* Length of name in d_name. */
+ char* d_name; /* File name. */
+ /* NOTE: The name in the dirent structure points to the name in the
+ * finddata_t structure in the DIR. */
+};
+
+/*
+ * This is an internal data structure. Good programmers will not use it
+ * except as an argument to one of the functions below.
+ */
+typedef struct
+{
+ /* disk transfer area for this dir */
+/* struct _finddata_t dd_dta; */
+
+ /* dirent struct to return from dir (NOTE: this makes this thread
+ * safe as long as only one thread uses a particular DIR struct at
+ * a time) */
+ struct dirent dd_dir;
+
+ /* _findnext handle */
+ long dd_handle;
+
+ /*
+ * Status of search:
+ * 0 = not started yet (next entry to read is first entry)
+ * -1 = off the end
+ * positive = 0 based index of next entry
+ */
+ short dd_stat;
+
+ /* given path for dir with search pattern (struct is extended) */
+ char dd_name[1];
+} DIR;
+
+
+DIR* opendir (const char*);
+struct dirent* readdir (DIR*);
+int closedir (DIR*);
+/*
+void rewinddir (DIR*);
+long telldir (DIR*);
+void seekdir (DIR*, long);
+*/
diff --git a/backends/wince/missing/errno.h b/backends/wince/missing/errno.h
new file mode 100644
index 0000000000..7ee9f5e5ba
--- /dev/null
+++ b/backends/wince/missing/errno.h
@@ -0,0 +1 @@
+/* Header is not present in Windows CE SDK */
diff --git a/backends/wince/missing/fcntl.h b/backends/wince/missing/fcntl.h
new file mode 100644
index 0000000000..7ee9f5e5ba
--- /dev/null
+++ b/backends/wince/missing/fcntl.h
@@ -0,0 +1 @@
+/* Header is not present in Windows CE SDK */
diff --git a/backends/wince/missing/io.h b/backends/wince/missing/io.h
new file mode 100644
index 0000000000..a7b74c71b7
--- /dev/null
+++ b/backends/wince/missing/io.h
@@ -0,0 +1,15 @@
+/* Header is not present in Windows CE SDK */
+
+/* This stuff will live here until port configuration file is in place */
+#define stricmp _stricmp
+#define strdup _strdup
+#define _HEAPOK 0
+#define _heapchk() 0
+
+#ifndef _FILE_DEFINED
+ typedef void FILE;
+ #define _FILE_DEFINED
+#endif
+FILE* wce_fopen(const char* fname, const char* fmode);
+#define fopen wce_fopen
+
diff --git a/backends/wince/missing/missing.cpp b/backends/wince/missing/missing.cpp
new file mode 100644
index 0000000000..237014dfb2
--- /dev/null
+++ b/backends/wince/missing/missing.cpp
@@ -0,0 +1,378 @@
+/* MISSING.C
+ Implementation for standard and semi-standard C library calls missing in WinCE
+ environment.
+ by Vasyl Tsvirkunov
+*/
+
+#include <windows.h>
+#include <tchar.h>
+#include <string.h>
+#include "sys/stat.h"
+#include "sys/time.h"
+#include "time.h"
+#include "dirent.h"
+
+/* forward declaration */
+char *strdup(const char *strSource);
+
+/* Limited dirent implementation. Used by UI.C and DEVICES.C */
+static WIN32_FIND_DATA wfd;
+
+DIR* opendir(const char* fname)
+{
+ DIR* pdir;
+ char fnameMask[MAX_PATH+1];
+ TCHAR fnameUnc[MAX_PATH+1];
+ char nameFound[MAX_PATH+1];
+
+ if(fname == NULL)
+ return NULL;
+
+ strcpy(fnameMask, fname);
+ if(!strlen(fnameMask) || fnameMask[strlen(fnameMask)-1] != '\\')
+ strncat(fnameMask, "\\", MAX_PATH-strlen(fnameMask)-1);
+ strncat(fnameMask, "*.*", MAX_PATH-strlen(fnameMask)-4);
+
+ pdir = (DIR*)malloc(sizeof(DIR)+strlen(fname));
+ pdir->dd_dir.d_ino = 0;
+ pdir->dd_dir.d_reclen = 0;
+ pdir->dd_dir.d_name = 0;
+ pdir->dd_dir.d_namlen = 0;
+
+ pdir->dd_handle = 0;
+ pdir->dd_stat = 0;
+ strcpy(pdir->dd_name, fname); /* it has exactly enough space for fname and nul char */
+
+ MultiByteToWideChar(CP_ACP, 0, fnameMask, -1, fnameUnc, MAX_PATH);
+ if((pdir->dd_handle = (long)FindFirstFile(fnameUnc, &wfd)) == (long)INVALID_HANDLE_VALUE)
+ {
+ free(pdir);
+ return NULL;
+ }
+ else
+ {
+ WideCharToMultiByte(CP_ACP, 0, wfd.cFileName, -1, nameFound, MAX_PATH, NULL, NULL);
+
+ pdir->dd_dir.d_name = strdup(nameFound);
+ pdir->dd_dir.d_namlen = strlen(nameFound);
+ }
+ return pdir;
+}
+
+struct dirent* readdir(DIR* dir)
+{
+ char nameFound[MAX_PATH+1];
+ static struct dirent dummy;
+
+ if(dir->dd_stat == 0)
+ {
+ dummy.d_name = ".";
+ dummy.d_namlen = 1;
+ dir->dd_stat ++;
+ return &dummy;
+ }
+ else if(dir->dd_stat == 1)
+ {
+ dummy.d_name = "..";
+ dummy.d_namlen = 2;
+ dir->dd_stat ++;
+ return &dummy;
+ }
+ else if(dir->dd_stat == 2)
+ {
+ dir->dd_stat++;
+ return &dir->dd_dir;
+ }
+ else
+ {
+ if(FindNextFile((HANDLE)dir->dd_handle, &wfd) == 0)
+ {
+ dir->dd_stat = -1;
+ return NULL;
+ }
+ WideCharToMultiByte(CP_ACP, 0, wfd.cFileName, -1, nameFound, MAX_PATH, NULL, NULL);
+
+ if(dir->dd_dir.d_name)
+ free(dir->dd_dir.d_name);
+
+ dir->dd_dir.d_name = strdup(nameFound);
+ dir->dd_dir.d_namlen = strlen(nameFound);
+
+ dir->dd_stat ++;
+
+ return &dir->dd_dir;
+ }
+}
+
+int closedir(DIR* dir)
+{
+ if(dir == NULL)
+ return 0;
+
+ if(dir->dd_handle)
+ FindClose((HANDLE)dir->dd_handle);
+
+ if(dir->dd_dir.d_name)
+ free(dir->dd_dir.d_name);
+ free(dir);
+ return 1;
+}
+
+/* Very limited implementation of stat. Used by UI.C, MEMORY-P.C (latter is not critical) */
+int stat(const char *fname, struct stat *ss)
+{
+ TCHAR fnameUnc[MAX_PATH+1];
+ HANDLE handle;
+ int len;
+
+ if(fname == NULL || ss == NULL)
+ return -1;
+
+ /* Special case (dummy on WinCE) */
+ len = strlen(fname);
+ if(len >= 2 && fname[len-1] == '.' && fname[len-2] == '.' &&
+ (len == 2 || fname[len-3] == '\\'))
+ {
+ /* That's everything implemented so far */
+ memset(ss, 0, sizeof(struct stat));
+ ss->st_size = 1024;
+ ss->st_mode |= S_IFDIR;
+ return 0;
+ }
+
+ MultiByteToWideChar(CP_ACP, 0, fname, -1, fnameUnc, MAX_PATH);
+ handle = FindFirstFile(fnameUnc, &wfd);
+ if(handle == INVALID_HANDLE_VALUE)
+ return -1;
+ else
+ {
+ /* That's everything implemented so far */
+ memset(ss, 0, sizeof(struct stat));
+ ss->st_size = wfd.nFileSizeLow;
+ if(wfd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
+ ss->st_mode |= S_IFDIR;
+
+ FindClose(handle);
+ }
+ return 0;
+}
+
+/* Remove file by name */
+int remove(const char* path)
+{
+ TCHAR pathUnc[MAX_PATH+1];
+ MultiByteToWideChar(CP_ACP, 0, path, -1, pathUnc, MAX_PATH);
+ return !DeleteFile(pathUnc);
+}
+
+/* in our case unlink is the same as remove */
+int unlink(const char* path)
+{
+ return remove(path);
+}
+
+/* Make directory, Unix style */
+void mkdir(char* dirname, int mode)
+{
+ char path[MAX_PATH+1];
+ TCHAR pathUnc[MAX_PATH+1];
+ char* ptr;
+ strncpy(path, dirname, MAX_PATH);
+ if(*path == '/')
+ *path = '\\';
+ /* Run through the string and attempt creating all subdirs on the path */
+ for(ptr = path+1; *ptr; ptr ++)
+ {
+ if(*ptr == '\\' || *ptr == '/')
+ {
+ *ptr = 0;
+ MultiByteToWideChar(CP_ACP, 0, path, -1, pathUnc, MAX_PATH);
+ CreateDirectory(pathUnc, 0);
+ *ptr = '\\';
+ }
+ }
+ MultiByteToWideChar(CP_ACP, 0, path, -1, pathUnc, MAX_PATH);
+ CreateDirectory(pathUnc, 0);
+}
+
+/* Used in DEVICES.C and UI.C for some purpose. Not critical in this port */
+int system(const char* path) { return 0; }
+
+
+char *tmpnam(char *string)
+{
+ TCHAR pTemp[MAX_PATH+1];
+ static char buffer[MAX_PATH+1];
+ GetTempFileName(TEXT("."), TEXT("A8_"), 0, pTemp);
+ WideCharToMultiByte(CP_ACP, 0, pTemp, -1, buffer, MAX_PATH, NULL, NULL);
+
+ if(string)
+ {
+ strcpy(string, buffer);
+ return string;
+ }
+ else
+ return buffer;
+}
+
+FILE *tmpfile()
+{
+ TCHAR pTemp[MAX_PATH+1];
+ if(!GetTempFileName(TEXT("."), TEXT("A8_"), 0, pTemp))
+ return _wfopen(pTemp, TEXT("w+b"));
+ else
+ return 0;
+}
+
+void rewind(FILE *stream)
+{
+ fseek(stream, 0, SEEK_SET);
+}
+
+
+char *strdup(const char *strSource)
+{
+ char* buffer;
+ buffer = (char*)malloc(strlen(strSource)+1);
+ if(buffer)
+ strcpy(buffer, strSource);
+ return buffer;
+}
+
+/* Used in UI.C */
+char cwd[MAX_PATH+1] = "";
+char *getcwd(char *buffer, int maxlen)
+{
+ TCHAR fileUnc[MAX_PATH+1];
+ char* plast;
+
+ if(cwd[0] == 0)
+ {
+ GetModuleFileName(NULL, fileUnc, MAX_PATH);
+ WideCharToMultiByte(CP_ACP, 0, fileUnc, -1, cwd, MAX_PATH, NULL, NULL);
+ plast = strrchr(cwd, '\\');
+ if(plast)
+ *plast = 0;
+ /* Special trick to keep start menu clean... */
+ if(_stricmp(cwd, "\\windows\\start menu") == 0)
+ strcpy(cwd, "\\Apps");
+ }
+ if(buffer)
+ strncpy(buffer, cwd, maxlen);
+ return cwd;
+}
+
+/* Limited implementation of time.h. time_t formula is possibly incorrect. */
+time_t time(time_t* res)
+{
+ time_t t;
+ SYSTEMTIME st;
+ GetLocalTime(&st);
+
+ t = (time_t)(((((((st.wYear-1970)*12+st.wMonth)*31+st.wDay)*7+st.wDayOfWeek)*24+st.wHour)*60+st.wMinute)*60+st.wSecond);
+
+ if(res)
+ *res = t;
+ return t;
+}
+
+struct tm* localtime(time_t* timer)
+{
+ static struct tm tmLocalTime;
+ unsigned long rem = *timer;
+
+ tmLocalTime.tm_sec = (short)(rem % 60);
+ rem /= 60;
+ tmLocalTime.tm_min = (short)(rem % 60);
+ rem /= 60;
+ tmLocalTime.tm_hour = (short)(rem % 24);
+ rem /= 24;
+ tmLocalTime.tm_mday = (short)(rem % 7);
+ rem /= 7;
+ tmLocalTime.tm_mday = (short)(rem % 31);
+ rem /= 31;
+ tmLocalTime.tm_mon = (short)(rem % 12);
+ rem /= 12;
+ tmLocalTime.tm_year = (short)(rem+1970);
+
+ return &tmLocalTime;
+}
+
+/* Very limited implementation of sys/time.h */
+void gettimeofday(struct timeval* tp, void* dummy)
+{
+ DWORD dt = GetTickCount();
+ tp->tv_sec = dt/1000;
+ tp->tv_usec = dt*1000;
+}
+
+void usleep(long usec)
+{
+ long msec = usec/1000;
+ if(msec <= 0)
+ Sleep(0);
+ else
+ Sleep(msec);
+}
+
+/*
+Windows CE fopen has non-standard behavior -- not
+fully qualified paths refer to root folder rather
+than current folder (concept not implemented in CE).
+*/
+#undef fopen
+
+FILE* wce_fopen(const char* fname, const char* fmode)
+{
+ char fullname[MAX_PATH+1];
+
+ if(!fname || fname[0] == '\0')
+ return NULL;
+ if(fname[0] != '\\' && fname[0] != '/')
+ {
+ getcwd(fullname, MAX_PATH);
+ strncat(fullname, "\\", MAX_PATH-strlen(fullname)-1);
+ strncat(fullname, fname, MAX_PATH-strlen(fullname)-strlen(fname));
+ return fopen(fullname, fmode);
+ }
+ else
+ return fopen(fname, fmode);
+}
+
+/* This may provide for better sync mechanism */
+unsigned int clock()
+{
+ return GetTickCount();
+}
+
+/* And why do people use this? */
+void abort()
+{
+ exit(1);
+}
+
+/*
+IMHO, no project should use this one, it is not portable at all. This implementation
+at least allows some projects to work.
+*/
+char* getenv(char* name)
+{
+ static char buffer[MAX_PATH+1];
+ if(strcmp(name, "HOME") == 0 || strcmp(name, "HOMEDIR") == 0)
+ {
+ getcwd(buffer, MAX_PATH);
+ return buffer;
+ }
+ else
+ return "";
+}
+
+void *bsearch(const void *key, const void *base, size_t nmemb,
+ size_t size, int (*compar)(const void *, const void *)) {
+ size_t i;
+
+ for (i=0; i<nmemb; i++)
+ if (compar(key, (void*)((size_t)base + size * i)) == 0)
+ return (void*)((size_t)base + size * i);
+ return NULL;
+}
diff --git a/backends/wince/missing/signal.h b/backends/wince/missing/signal.h
new file mode 100644
index 0000000000..128d6bf1db
--- /dev/null
+++ b/backends/wince/missing/signal.h
@@ -0,0 +1,3 @@
+/* Header is not present in Windows CE SDK */
+/* Functionality is not critical -- Pocket PC devices do not have Ctrl+C */
+#define signal(a,b)
diff --git a/backends/wince/missing/sys/stat.h b/backends/wince/missing/sys/stat.h
new file mode 100644
index 0000000000..d9eef1318d
--- /dev/null
+++ b/backends/wince/missing/sys/stat.h
@@ -0,0 +1,23 @@
+/* Header is not present in Windows CE SDK */
+
+#include <sys/types.h>
+
+struct stat {
+ _dev_t st_dev;
+ _ino_t st_ino;
+ unsigned short st_mode;
+ short st_nlink;
+ short st_uid;
+ short st_gid;
+ _dev_t st_rdev;
+ _off_t st_size;
+ time_t st_atime;
+ time_t st_mtime;
+ time_t st_ctime;
+};
+
+
+#define _S_IFDIR 0040000 /* directory */
+#define S_IFDIR _S_IFDIR
+
+int stat(const char *, struct stat *);
diff --git a/backends/wince/missing/sys/time.h b/backends/wince/missing/sys/time.h
new file mode 100644
index 0000000000..ded29bb009
--- /dev/null
+++ b/backends/wince/missing/sys/time.h
@@ -0,0 +1,10 @@
+/* Header is not present in Windows CE SDK */
+
+struct timeval
+{
+ int tv_sec;
+ int tv_usec;
+};
+
+void gettimeofday(struct timeval* tp, void* dummy);
+void usleep(long usec);
diff --git a/backends/wince/missing/sys/types.h b/backends/wince/missing/sys/types.h
new file mode 100644
index 0000000000..b6c05e3958
--- /dev/null
+++ b/backends/wince/missing/sys/types.h
@@ -0,0 +1,5 @@
+/* Header is not present in Windows CE SDK */
+
+typedef unsigned short _ino_t;
+typedef unsigned int _dev_t;
+typedef long _off_t;
diff --git a/backends/wince/missing/time.h b/backends/wince/missing/time.h
new file mode 100644
index 0000000000..40c2894dca
--- /dev/null
+++ b/backends/wince/missing/time.h
@@ -0,0 +1,24 @@
+/* Header is not present in Windows CE SDK */
+
+#ifndef A800_TIME_H
+#define A800_TIME_H
+
+#include <stdlib.h>
+
+struct tm
+{
+ short tm_year;
+ short tm_mon;
+ short tm_mday;
+ short tm_wday;
+ short tm_hour;
+ short tm_min;
+ short tm_sec;
+};
+
+time_t time(time_t* dummy);
+struct tm* localtime(time_t* dummy);
+
+unsigned int clock();
+
+#endif
diff --git a/backends/wince/missing/unistd.h b/backends/wince/missing/unistd.h
new file mode 100644
index 0000000000..7ee9f5e5ba
--- /dev/null
+++ b/backends/wince/missing/unistd.h
@@ -0,0 +1 @@
+/* Header is not present in Windows CE SDK */
diff --git a/backends/wince/newres.h b/backends/wince/newres.h
new file mode 100644
index 0000000000..57f429fa45
--- /dev/null
+++ b/backends/wince/newres.h
@@ -0,0 +1,41 @@
+#ifndef __NEWRES_H__
+#define __NEWRES_H__
+
+#if !defined(UNDER_CE)
+#define UNDER_CE _WIN32_WCE
+#endif
+
+#if defined(_WIN32_WCE)
+ #if !defined(WCEOLE_ENABLE_DIALOGEX)
+ #define DIALOGEX DIALOG DISCARDABLE
+ #endif
+ #include <commctrl.h>
+ #define SHMENUBAR RCDATA
+ #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
+ #include <aygshell.h>
+ #define AFXCE_IDR_SCRATCH_SHMENU 28700
+ #else
+ #define I_IMAGENONE (-2)
+ #define NOMENU 0xFFFF
+ #define IDS_SHNEW 1
+
+ #define IDM_SHAREDNEW 10
+ #define IDM_SHAREDNEWDEFAULT 11
+ #endif // _WIN32_WCE_PSPC
+ #define AFXCE_IDD_SAVEMODIFIEDDLG 28701
+#endif // _WIN32_WCE
+
+#ifdef RC_INVOKED
+#ifndef _INC_WINDOWS
+#define _INC_WINDOWS
+ #include "winuser.h" // extract from windows header
+ #include "winver.h"
+#endif
+#endif
+
+#ifdef IDC_STATIC
+#undef IDC_STATIC
+#endif
+#define IDC_STATIC (-1)
+
+#endif //__NEWRES_H__
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp
new file mode 100644
index 0000000000..0162d14e28
--- /dev/null
+++ b/backends/wince/pocketpc.cpp
@@ -0,0 +1,1490 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+#include "stdafx.h"
+#include <assert.h>
+
+#include "scumm.h"
+#include "debug.h"
+#include "screen.h"
+#include "gui.h"
+#include "sound/mididrv.h"
+#include "gameDetector.h"
+#include "simon/simon.h"
+#include "gapi_keys.h"
+#include "config-file.h"
+
+
+#include "commctrl.h"
+#include <Winuser.h>
+#include <Winnls.h>
+#include <sipapi.h>
+#include <Aygshell.h>
+#include <gx.h>
+#include <aygshell.h>
+#include "resource.h"
+
+#include "SDL.h"
+#include "SDL_audio.h"
+#include "SDL_timer.h"
+#include "SDL_thread.h"
+
+#define MAX(a,b) (((a)<(b)) ? (b) : (a))
+#define MIN(a,b) (((a)>(b)) ? (b) : (a))
+#define POCKETSCUMM_BUILD "080502"
+
+#define VERSION "Build " POCKETSCUMM_BUILD " (VM " SCUMMVM_CVS ")"
+
+typedef int (*tTimeCallback)(int);
+typedef void SoundProc(void *param, byte *buf, int len);
+
+GameDetector detector;
+Config *scummcfg;
+tTimeCallback timer_callback;
+int timer_interval;
+
+extern void Cls();
+
+extern BOOL isPrescanning();
+extern void changeScanPath();
+extern void startScan();
+extern void endScanPath();
+extern void abortScanPath();
+
+void load_key_mapping();
+void keypad_init();
+
+extern void Cls();
+
+extern BOOL isPrescanning();
+extern void changeScanPath();
+extern void startScan();
+extern void endScanPath();
+extern void abortScanPath();
+
+void keypad_init();
+
+class OSystem_WINCE3 : public OSystem {
+public:
+ // Set colors of the palette
+ void set_palette(const byte *colors, uint start, uint num);
+
+ // Set the size of the video bitmap.
+ // Typically, 320x200
+ void init_size(uint w, uint h);
+
+ // Draw a bitmap to screen.
+ // The screen will not be updated to reflect the new bitmap
+ void copy_rect(const byte *buf, int pitch, int x, int y, int w, int h);
+
+ // Update the dirty areas of the screen
+ void update_screen();
+
+ // Either show or hide the mouse cursor
+ bool show_mouse(bool visible);
+
+ // Set the position of the mouse cursor
+ void set_mouse_pos(int x, int y);
+
+ // Set the bitmap that's used when drawing the cursor.
+ void set_mouse_cursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y);
+
+ // Shaking is used in SCUMM. Set current shake position.
+ void set_shake_pos(int shake_pos);
+
+ // Get the number of milliseconds since the program was started.
+ uint32 get_msecs();
+
+ // Delay for a specified amount of milliseconds
+ void delay_msecs(uint msecs);
+
+ // Create a thread
+ void *create_thread(ThreadProc *proc, void *param);
+
+ // Get the next event.
+ // Returns true if an event was retrieved.
+ bool poll_event(Event *event);
+
+ // Set function that generates samples
+ bool set_sound_proc(void *param, SoundProc *proc, byte sound);
+
+ // Poll cdrom status
+ // Returns true if cd audio is playing
+ bool poll_cdrom();
+
+ // Play cdrom audio track
+ void play_cdrom(int track, int num_loops, int start_frame, int end_frame);
+
+ // Stop cdrom audio track
+ void stop_cdrom();
+
+ // Update cdrom audio status
+ void update_cdrom();
+
+ // Add a new callback timer
+ void set_timer(int timer, int (*callback)(int));
+
+ // Quit
+ void quit();
+
+ // Set a parameter
+ uint32 property(int param, Property *value);
+
+ static OSystem *create(int gfx_mode, bool full_screen);
+
+ // Added for hardware keys mapping
+
+ void addEventKeyPressed(int ascii_code);
+
+ void addEventRightButtonClicked();
+
+ // Mutex functions
+
+ void* create_mutex();
+ void lock_mutex(void*);
+ void unlock_mutex(void*);
+ void delete_mutex(void*);
+
+private:
+ // Windows callbacks & stuff
+ //bool handleMessage();
+ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
+
+
+ byte *_gfx_buf;
+ uint32 _start_time;
+ Event _event;
+ HMODULE hInst;
+ HWND hWnd;
+ bool _display_cursor;
+
+ enum {
+ DF_FORCE_FULL_ON_PALETTE = 1,
+ DF_WANT_RECT_OPTIM = 2,
+ DF_2xSAI = 4,
+ DF_SEPARATE_HWSCREEN = 8,
+ DF_UPDATE_EXPAND_1_PIXEL = 16,
+ };
+
+ int _mode;
+ bool _full_screen;
+ bool _mouse_visible;
+ bool _mouse_drawn;
+ uint32 _mode_flags;
+
+ byte _internal_scaling;
+
+ bool force_full; //Force full redraw on next update_screen
+ bool cksum_valid;
+
+ enum {
+ NUM_DIRTY_RECT = 100,
+ SCREEN_WIDTH = 320,
+ SCREEN_HEIGHT = 200,
+ CKSUM_NUM = (SCREEN_WIDTH*SCREEN_HEIGHT/(8*8)),
+
+ MAX_MOUSE_W = 40,
+ MAX_MOUSE_H = 40,
+ MAX_SCALING = 3,
+
+ TMP_SCREEN_OFFS = 320*2 + 8,
+ };
+
+ /* CD Audio */
+ int cd_track, cd_num_loops, cd_start_frame, cd_end_frame;
+ Uint32 cd_end_time, cd_stop_time, cd_next_second;
+
+ struct MousePos {
+ int16 x,y,w,h;
+ };
+
+ byte *_ms_buf;
+ byte *_ms_backup;
+ MousePos _ms_cur;
+ MousePos _ms_old;
+ int16 _ms_hotspot_x;
+ int16 _ms_hotspot_y;
+ int _current_shake_pos;
+
+
+ static void fill_sound(void *userdata, Uint8 * stream, int len);
+
+
+ void draw_mouse();
+ void undraw_mouse();
+
+ void load_gfx_mode();
+ void unload_gfx_mode();
+
+ void hotswap_gfx_mode();
+
+ void get_320x200_image(byte *buf);
+};
+
+/************* WinCE Specifics *****************/
+byte veryFastMode;
+
+bool sound_activated, terminated;
+HWND hWnd_MainMenu;
+HWND hWnd_Window;
+
+void drawAllToolbar(bool);
+void redrawSoundItem();
+ToolbarSelected getToolbarSelection(int, int);
+
+extern bool toolbar_drawn;
+extern bool draw_keyboard;
+bool hide_toolbar;
+bool hide_cursor;
+
+bool get_key_mapping;
+static char _directory[MAX_PATH];
+
+SoundProc *real_soundproc;
+
+const char KEYBOARD_MAPPING_ALPHA_HIGH[] = {"ABCDEFGHIJKLM"};
+const char KEYBOARD_MAPPING_NUMERIC_HIGH[] = {"12345"};
+const char KEYBOARD_MAPPING_ALPHA_LOW[] = {"NOPQRSTUVWXYZ"};
+const char KEYBOARD_MAPPING_NUMERIC_LOW[] = {"67890"};
+
+extern void startFindGame();
+extern void displayGameInfo();
+extern bool loadGameSettings(void);
+extern void setFindGameDlgHandle(HWND);
+extern void getSelectedGame(int, char*, TCHAR*);
+
+extern void palette_update();
+
+extern void own_soundProc(void *buffer, byte *samples, int len);
+
+//#define SHMenuBar_GetMenu(hWndMB,ID_MENU) (HMENU)SendMessage((hWndMB), SHCMBM_GETSUBMENU, (WPARAM)0, (LPARAM)ID_MENU)
+
+/* Monkey2 keyboard stuff */
+bool monkey2_keyboard;
+
+void do_quit() {
+ scummcfg->set("Sound", sound_activated, "wince");
+ scummcfg->set("DisplayMode", GetScreenMode(), "wince");
+ scummcfg->flush();
+ GXCloseInput();
+ GXCloseDisplay();
+ SDL_AudioQuit();
+ exit(1);
+}
+
+void Error(LPCTSTR msg)
+{
+ OutputDebugString(msg);
+ MessageBox(HWND_DESKTOP, msg, TEXT("Error"), MB_ICONSTOP);
+ exit(1);
+}
+
+void Warning(LPCTSTR msg)
+{
+ OutputDebugString(msg);
+ MessageBox(HWND_DESKTOP, msg, TEXT("Error"), MB_ICONSTOP);
+}
+
+int mapKey(int key) {
+ if (key>=VK_F1 && key<=VK_F9) {
+ return key - VK_F1 + 315;
+ }
+ return key;
+}
+
+BOOL CALLBACK SelectDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
+{
+ switch(uMsg)
+ {
+ case WM_INITDIALOG:
+ {
+ TCHAR work[1024];
+ RECT rc; GetWindowRect(hwndDlg, &rc);
+ MoveWindow(hwndDlg,
+ (GetSystemMetrics(SM_CXSCREEN)-rc.right+rc.left)/2,
+ (GetSystemMetrics(SM_CYSCREEN)-rc.bottom+rc.top)/2,
+ rc.right-rc.left, rc.bottom-rc.top, TRUE);
+ BringWindowToTop(hwndDlg);
+ setFindGameDlgHandle(hwndDlg);
+ MultiByteToWideChar(CP_ACP, 0, VERSION, strlen(VERSION) + 1, work, sizeof(work));
+ SetDlgItemText(hwndDlg, IDC_GAMEDESC, work);
+ loadGameSettings();
+ }
+ return TRUE;
+
+ case WM_COMMAND:
+
+ if (LOWORD(wParam) == IDC_LISTAVAILABLE && HIWORD(wParam) == LBN_SELCHANGE) {
+ if (!isPrescanning())
+ displayGameInfo();
+ else
+ changeScanPath();
+ }
+
+ if (wParam == IDC_SCAN) {
+ if (!isPrescanning())
+ startScan();
+ else
+ endScanPath();
+ }
+
+ if (wParam == IDC_PLAY) {
+ int item;
+
+ item = SendMessage(GetDlgItem(hwndDlg, IDC_LISTAVAILABLE), LB_GETCURSEL, 0, 0);
+ if (item == LB_ERR) {
+ MessageBox(hwndDlg, TEXT("Please select a game"), TEXT("Error"), MB_OK);
+ }
+ else
+ EndDialog(hwndDlg, item + 1000);
+ }
+
+ if (wParam == IDC_EXIT) {
+ if (!isPrescanning())
+ EndDialog(hwndDlg, 0);
+ else
+ abortScanPath();
+ }
+ return TRUE;
+ default:
+ return FALSE;
+ }
+}
+
+char* GameSelector()
+{
+ TCHAR directory[MAX_PATH];
+ static char id[100];
+
+ DWORD result = DialogBox(GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_GAMESELECT), HWND_DESKTOP, SelectDlgProc);
+ if (result < 1000)
+ return NULL;
+ result -= 1000;
+
+ getSelectedGame(result, id, directory);
+
+ WideCharToMultiByte(CP_ACP, 0, directory, wcslen(directory) + 1, _directory, sizeof(_directory), NULL, NULL);
+
+ strcat(_directory, "\\");
+
+ return id;
+
+}
+
+int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
+{
+
+ int argc = 3;
+ char* argv[3];
+ char argdir[MAX_PATH];
+ char *game_name;
+ const char *sound;
+
+ hide_toolbar = false;
+
+ scummcfg = new Config("scummvm.ini", "scummvm");
+ scummcfg->set_writing(true);
+
+ sound = scummcfg->get("Sound", "wince");
+ if (sound)
+ sound_activated = (atoi(sound) == 1);
+ else
+ sound_activated = true;
+
+ game_name = GameSelector();
+ if (!game_name)
+ return 0;
+
+ argv[0] = NULL;
+ sprintf(argdir, "-p%s", _directory);
+ argv[1] = argdir;
+ argv[2] = game_name;
+
+ if (!argv[2])
+ return 0;
+
+ // No default toolbar for zak256
+ /*
+ if (strcmp(game_name, "zak256") == 0)
+ hide_toolbar = true;
+ */
+
+ // Keyboard activated for Monkey Island 2
+ if (strcmp(game_name, "monkey2") == 0) {
+ draw_keyboard = true;
+ monkey2_keyboard = true;
+ }
+
+ if (detector.detectMain(argc, argv))
+ return (-1);
+
+ OSystem *system = detector.createSystem();
+
+ // Create the game engine
+ Engine *engine = Engine::createFromDetector(&detector, system);
+
+ keypad_init();
+ load_key_mapping();
+
+ hide_cursor = TRUE;
+ if (detector._gameId == GID_SAMNMAX || detector._gameId == GID_FT || detector._gameId == GID_DIG)
+ hide_cursor = FALSE;
+
+ // Run the game engine
+ engine->go();
+
+ return 0;
+}
+
+
+
+LRESULT CALLBACK OSystem_WINCE3::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
+{
+ static SHACTIVATEINFO sai;
+
+ OSystem_WINCE3 *wm = (OSystem_WINCE3*)GetWindowLong(hWnd, GWL_USERDATA);
+
+ if (monkey2_keyboard && g_scumm->_vars[g_scumm->VAR_ROOM] != 108) {
+ monkey2_keyboard = false;
+ draw_keyboard = false;
+ toolbar_drawn = false;
+ }
+
+ switch (message)
+ {
+ case WM_CREATE:
+ memset(&sai, 0, sizeof(sai));
+ SHSipPreference(hWnd, SIP_FORCEDOWN);
+// SHSipPreference(hWnd, SIP_INPUTDIALOG);
+
+ return 0;
+
+ case WM_DESTROY:
+ case WM_CLOSE:
+ GraphicsOff();
+ PostQuitMessage(0);
+ break;
+
+ case WM_ERASEBKGND:
+ {
+
+ RECT rc;
+ HDC hDC;
+ if (!GetScreenMode()) {
+ GetClientRect(hWnd, &rc);
+ rc.top = 200;
+ hDC = GetDC(hWnd);
+ if(rc.top < rc.bottom)
+ FillRect(hDC, &rc, (HBRUSH)GetStockObject(BLACK_BRUSH));
+ ReleaseDC(hWnd, hDC);
+ }
+ }
+ return 1;
+
+ case WM_PAINT:
+ {
+ HDC hDC;
+ PAINTSTRUCT ps;
+ hDC = BeginPaint (hWnd, &ps);
+ EndPaint (hWnd, &ps);
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+
+ /*
+ if(!GetScreenMode()) {
+ SHSipPreference(hWnd, SIP_UP);
+ } else {
+ SHSipPreference(hWnd, SIP_FORCEDOWN);
+ }
+ */
+ SHSipPreference(hWnd, SIP_FORCEDOWN);
+ }
+// SHSipPreference(hWnd, SIP_UP); /* Hack! */
+ /* It does not happen often but I don't want to see tooltip traces */
+ wm->update_screen();
+ return 0;
+
+ case WM_ACTIVATE:
+ case WM_SETFOCUS:
+ GraphicsResume();
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+// SHHandleWMActivate(hWnd, wParam, lParam, &sai, SHA_INPUTDIALOG);
+
+ SHSipPreference(hWnd, SIP_FORCEDOWN);
+ SHFullScreen(hWnd, SHFS_HIDETASKBAR);
+ MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), TRUE);
+ SetCapture(hWnd);
+
+ /*
+ if (LOWORD(wParam) == WA_ACTIVE) {
+ if (GetScreenMode()) {
+ SHSipPreference(hWnd, SIP_FORCEDOWN);
+ SHFullScreen(hWnd, SHFS_HIDETASKBAR);
+ MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), TRUE);
+ SetCapture(hWnd);
+ }
+ else {
+ SHFullScreen(hWnd, SHFS_SHOWTASKBAR);
+ MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CYSCREEN), GetSystemMetrics(SM_CXSCREEN), TRUE);
+ }
+ }
+ */
+
+ return 0;
+
+ case WM_HIBERNATE:
+ case WM_KILLFOCUS:
+ GraphicsSuspend();
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ return 0;
+
+ case WM_SETTINGCHANGE:
+ SHHandleWMSettingChange(hWnd, wParam, lParam, &sai);
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ return 0;
+
+
+ case WM_COMMAND:
+ /*
+ switch(wParam)
+ {
+ case IDC_OPTIONS:
+ wm->_event.kbd.ascii = KEY_SET_OPTIONS;
+ wm->_event.event_code = EVENT_KEYDOWN;
+ break;
+ case IDC_EXIT:
+ DestroyWindow(hWnd);
+ do_quit();
+ break;
+ case IDC_SKIP:
+ if (detector._gameId >= GID_SIMON_FIRST &&
+ detector._gameId <= GID_SIMON_LAST) {
+ g_simon->_exit_cutscene = true;
+ break;
+ }
+ if (g_scumm->vm.cutScenePtr[g_scumm->vm.cutSceneStackPointer])
+ wm->_event.kbd.ascii = g_scumm->_vars[g_scumm->VAR_CUTSCENEEXIT_KEY];
+ else
+ wm->_event.kbd.ascii = g_scumm->_vars[g_scumm->VAR_TALKSTOP_KEY];
+ break;
+ case IDC_LOADSAVE:
+ if (detector._gameId >= GID_SIMON_FIRST &&
+ detector._gameId <= GID_SIMON_LAST) {
+ break;
+ }
+ if (GetScreenMode()) {
+ draw_keyboard = true;
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ }
+ wm->_event.kbd.ascii = mapKey(VK_F5);
+ wm->_event.event_code = EVENT_KEYDOWN;
+ break;
+
+ case IDC_SOUND:
+ sound_activated = !sound_activated;
+ CheckMenuItem (
+ SHMenuBar_GetMenu (hWnd_MainMenu, IDM_POCKETSCUMM),
+ IDC_SOUND,
+ MF_BYCOMMAND | (sound_activated ? MF_CHECKED : MF_UNCHECKED));
+ if (detector._gameId >= GID_SIMON_FIRST &&
+ detector._gameId <= GID_SIMON_LAST) {
+ g_mixer->pause(!sound_activated);
+ }
+ else
+ g_scumm->pauseSounds(!sound_activated);
+
+ break;
+
+ break;
+
+ case IDC_LANDSCAPE:
+ //HWND taskbar;
+ //SHFullScreen (hWnd, SHFS_HIDESIPBUTTON | SHFS_HIDETASKBAR | SHFS_HIDESTARTICON);
+ //InvalidateRect(HWND_DESKTOP, NULL, TRUE);
+ SetScreenMode(!GetScreenMode());
+ //SHSipPreference(hWnd,SIP_FORCEDOWN);
+ //MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), TRUE);
+ //SetCapture(hWnd); // to prevent input panel from getting taps
+ /*taskbar = FindWindow(TEXT("HHTaskBar"), NULL);
+ if (taskbar)
+ ShowWindow(taskbar, SW_HIDE);*/
+ /*SHSipPreference(hWnd, SIP_FORCEDOWN);
+ SHFullScreen(hWnd, SHFS_HIDETASKBAR);*/
+ /*
+ SetForegroundWindow(hWnd);
+ MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), TRUE);
+ SetCapture(hWnd);
+ UpdateWindow(hWnd);
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ break;
+
+ }
+ */
+
+ return 0;
+
+ case WM_KEYDOWN:
+ if(wParam && wParam != 0x84) { // WHAT THE ???
+
+ /*
+ unsigned char GAPI_key;
+
+ GAPI_key = getGAPIKeyMapping((short)wParam);
+ if (GAPI_key) {
+ */
+ if (get_key_mapping) {
+ wm->_event.kbd.ascii = GAPI_KEY_BASE + GAPIKeysTranslate((int)wParam);
+ wm->_event.event_code = EVENT_KEYDOWN;
+ break;
+ }
+ /*
+ else
+ processAction((short)wParam);
+ */
+ /*}*/
+ if (!processAction(GAPIKeysTranslate((int)wParam)))
+ /*else*/ {
+ wm->_event.kbd.ascii = mapKey(wParam);
+ wm->_event.event_code = EVENT_KEYDOWN;
+ }
+ }
+
+ break;
+
+ case WM_KEYUP:
+ break;
+
+ case WM_MOUSEMOVE:
+ {
+ int x = ((int16*)&lParam)[0];
+ int y = ((int16*)&lParam)[1];
+ Translate(&x, &y);
+ wm->_event.event_code = EVENT_MOUSEMOVE;
+ wm->_event.mouse.x = x;
+ wm->_event.mouse.y = y;
+ }
+ break;
+ case WM_LBUTTONDOWN:
+ {
+ ToolbarSelected toolbar_selection;
+ int x = ((int16*)&lParam)[0];
+ int y = ((int16*)&lParam)[1];
+
+ //FILE *toto;
+
+ Translate(&x, &y);
+
+ /*
+ fprintf(toto, "Non translated %d %d Translated %d %d\n",
+ ((int16*)&lParam)[0], ((int16*)&lParam)[1],
+ x, y);
+ fclose(toto);
+ */
+
+
+ if (draw_keyboard) {
+ // Handle keyboard selection
+ int offset_y;
+ int saved_x = x;
+ int saved_y = y;
+
+ /*
+ if (!GetScreenMode()) {
+ x = ((int16*)&lParam)[0];
+ y = ((int16*)&lParam)[1];
+ }
+ */
+
+ offset_y = (GetScreenMode() ? 0 : 40 + 22);
+
+ if (x<185 && y>=(200 + offset_y)) {
+ //Alpha selection
+ wm->_event.event_code = EVENT_KEYDOWN;
+ wm->_event.kbd.ascii =
+ (y <= (220 + offset_y)? KEYBOARD_MAPPING_ALPHA_HIGH[((x + 10) / 14) - 1] :
+ KEYBOARD_MAPPING_ALPHA_LOW[((x + 10) / 14) - 1]);
+ break;
+ }
+ else
+ if (x>=186 && y>=(200 + offset_y) && x<=255) {
+ // Numeric selection
+ wm->_event.event_code = EVENT_KEYDOWN;
+ wm->_event.kbd.ascii =
+ (y <= (220 + offset_y) ? KEYBOARD_MAPPING_NUMERIC_HIGH[((x - 187 + 10) / 14) - 1] :
+ KEYBOARD_MAPPING_NUMERIC_LOW[((x - 187 + 10) / 14) - 1]);
+ break;
+ }
+ else
+ if (x>=302 && x <= 316 && y >= (200 + offset_y) && y <= (220 + offset_y)) {
+ // Backspace
+ wm->_event.event_code = EVENT_KEYDOWN;
+ wm->_event.kbd.ascii = mapKey(VK_BACK);
+ break;
+ }
+ else
+ if (x>=302 && x<= 316 && y >= (220 + offset_y)) {
+ // Enter
+ wm->_event.event_code = EVENT_KEYDOWN;
+ wm->_event.kbd.ascii = mapKey(VK_RETURN);
+ break;
+ }
+
+ x = saved_x;
+ y = saved_y;
+
+ wm->_event.event_code = EVENT_LBUTTONDOWN;
+ wm->_event.mouse.x = x;
+ wm->_event.mouse.y = y;
+ break;
+
+ }
+
+
+ toolbar_selection = (hide_toolbar || get_key_mapping ? ToolbarNone :
+ getToolbarSelection(
+ (GetScreenMode() ? x : ((int16*)&lParam)[0]),
+ (GetScreenMode() ? y : ((int16*)&lParam)[1])));
+ if (toolbar_selection == ToolbarNone) {
+ wm->_event.event_code = EVENT_LBUTTONDOWN;
+ wm->_event.mouse.x = x;
+ wm->_event.mouse.y = y;
+
+ /*
+ if(y > 200 && !hide_toolbar)
+ {
+ if(x<160) {
+ wm->_event.event_code = EVENT_KEYDOWN;
+ wm->_event.kbd.ascii = mapKey(VK_ESCAPE);
+ }
+ else
+ {
+ HDC hDC;
+ PAINTSTRUCT ps;
+
+ SetScreenMode(0); // restore normal tap logic
+ //SHSipPreference(hWnd,SIP_UP);
+ ReleaseCapture();
+ //InvalidateRect(HWND_DESKTOP, NULL, TRUE);
+ SHFullScreen(hWnd, SHFS_HIDESIPBUTTON | SHFS_HIDETASKBAR | SHFS_HIDESTARTICON);
+ MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CYSCREEN), GetSystemMetrics(SM_CXSCREEN), TRUE);
+ SetWindowPos(hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);
+ SetForegroundWindow(hWnd);
+ hDC = BeginPaint (hWnd, &ps);
+ EndPaint (hWnd, &ps);
+ }
+ }
+ */
+ }
+ else {
+ switch(toolbar_selection) {
+ case ToolbarSaveLoad:
+ if (detector._gameId >= GID_SIMON_FIRST &&
+ detector._gameId <= GID_SIMON_LAST) {
+ break;
+ }
+ /*if (GetScreenMode()) {*/
+ /*
+ draw_keyboard = true;
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ */
+ /*}*/
+ wm->_event.event_code = EVENT_KEYDOWN;
+ wm->_event.kbd.ascii = mapKey(VK_F5);
+ break;
+ case ToolbarMode:
+ SetScreenMode(!GetScreenMode());
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ break;
+ case ToolbarSkip:
+ if (detector._gameId >= GID_SIMON_FIRST &&
+ detector._gameId <= GID_SIMON_LAST) {
+ // Fake a right click to abort the current cut scene
+ wm->_event.event_code = EVENT_RBUTTONDOWN;
+ wm->_event.mouse.x = x;
+ wm->_event.mouse.y = y;
+ break;
+ }
+ wm->_event.event_code = EVENT_KEYDOWN;
+ if (g_scumm->vm.cutScenePtr[g_scumm->vm.cutSceneStackPointer])
+ wm->_event.kbd.ascii = g_scumm->_vars[g_scumm->VAR_CUTSCENEEXIT_KEY];
+ else
+ wm->_event.kbd.ascii = g_scumm->_vars[g_scumm->VAR_TALKSTOP_KEY];
+ break;
+ case ToolbarSound:
+ sound_activated = !sound_activated;
+ redrawSoundItem();
+ break;
+ default:
+ break;
+ }
+ }
+ }
+ break;
+ case WM_LBUTTONUP:
+ {
+ // pinched from the SDL code. Distinguishes between taps and not
+ int x = ((int16*)&lParam)[0];
+ int y = ((int16*)&lParam)[1];
+ Translate(&x, &y);
+ wm->_event.event_code = EVENT_LBUTTONUP;
+ wm->_event.mouse.x = x;
+ wm->_event.mouse.y = y;
+ }
+ break;
+ case WM_LBUTTONDBLCLK: // doesn't seem to work right now
+ //wm->_scumm->_rightBtnPressed |= msClicked | msDown;
+ break;
+ case WM_TIMER:
+ timer_callback(timer_interval);
+ break;
+ default:
+ return DefWindowProc(hWnd, message, wParam, lParam);
+ }
+ return 0;
+}
+
+/*************** Specific config support ***********/
+
+void load_key_mapping() {
+ unsigned char actions[NUMBER_ACTIONS];
+ int actions_keys[NUMBER_ACTIONS];
+ const char *current;
+ const char *version;
+ int i;
+
+ memset(actions_keys, 0, sizeof(actions_keys));
+
+ version = scummcfg->get("KeysVersion", "wince");
+
+ current = scummcfg->get("ActionKeys", "wince");
+ if (current && version) {
+ for (i=0; i<NUMBER_ACTIONS; i++) {
+ char x[6];
+ int j;
+
+ memset(x, 0, sizeof(x));
+ memcpy(x, current + 5 * i, 4);
+ sscanf(x, "%x", &j);
+ actions_keys[i] = j;
+ }
+ }
+ setActionKeys(actions_keys);
+
+ memset(actions, 0, NUMBER_ACTIONS);
+
+ actions[0] = ACTION_PAUSE;
+ actions[1] = ACTION_SAVE;
+ actions[2] = ACTION_BOSS;
+ actions[3] = ACTION_SKIP;
+ actions[4] = ACTION_HIDE;
+
+ current = scummcfg->get("ActionTypes", "wince");
+ if (current && version) {
+ for (i=0; i<NUMBER_ACTIONS; i++) {
+ char x[6];
+ int j;
+
+ memset(x, 0, sizeof(x));
+ memcpy(x, current + 3 * i, 2);
+ sscanf(x, "%x", &j);
+ actions[i] = j;
+ }
+ }
+ setActionTypes(actions);
+
+ if (!version) {
+ scummcfg->set("KeysVersion", "2", "wince");
+ scummcfg->flush();
+ }
+}
+
+void save_key_mapping() {
+ char tempo[1024];
+ const int *work_keys;
+ const unsigned char *work;
+ int i;
+
+ tempo[0] = '\0';
+ work_keys = getActionKeys();
+ for (i=0; i<NUMBER_ACTIONS; i++) {
+ char x[4];
+ sprintf(x, "%.4x ", work_keys[i]);
+ strcat(tempo, x);
+ }
+ scummcfg->set("ActionKeys", tempo, "wince");
+ tempo[0] = '\0';
+ work = getActionTypes();
+ for (i=0; i<NUMBER_ACTIONS; i++) {
+ char x[3];
+ sprintf(x, "%.2x ", work[i]);
+ strcat(tempo, x);
+ }
+ scummcfg->set("ActionTypes", tempo, "wince");
+
+ scummcfg->flush();
+}
+
+/*************** Hardware keys support ***********/
+
+void OSystem_WINCE3::addEventKeyPressed(int ascii_code) {
+ _event.event_code = EVENT_KEYDOWN;
+ _event.kbd.ascii = ascii_code;
+}
+
+void OSystem_WINCE3::addEventRightButtonClicked() {
+ OSystem_WINCE3* system;
+ system = (OSystem_WINCE3*)g_scumm->_system;
+
+ system->addEventKeyPressed(9);
+}
+
+void action_right_click() {
+ OSystem_WINCE3* system;
+ system = (OSystem_WINCE3*)g_scumm->_system;
+
+ system->addEventRightButtonClicked();
+}
+
+void action_pause() {
+ OSystem_WINCE3* system;
+ system = (OSystem_WINCE3*)g_scumm->_system;
+
+ system->addEventKeyPressed(mapKey(VK_SPACE));
+}
+
+void action_save() {
+ OSystem_WINCE3* system;
+ system = (OSystem_WINCE3*)g_scumm->_system;
+
+ /*if (GetScreenMode()) {*/
+ /*
+ draw_keyboard = true;
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ */
+ /*}*/
+
+ system->addEventKeyPressed(mapKey(VK_F5));
+}
+
+void action_quit() {
+ do_quit();
+}
+
+void action_boss() {
+ SHELLEXECUTEINFO se;
+
+ scummcfg->set("Sound", sound_activated, "wince");
+ scummcfg->set("DisplayMode", GetScreenMode(), "wince");
+ scummcfg->flush();
+ sound_activated = false;
+ toolbar_drawn = false;
+ hide_toolbar = true;
+ Cls();
+ g_scumm->_saveLoadSlot = 0;
+ g_scumm->_saveLoadCompatible = false;
+ g_scumm->_saveLoadFlag = 1;
+ strcpy(g_scumm->_saveLoadName, "BOSS");
+ g_scumm->saveState(g_scumm->_saveLoadSlot, g_scumm->_saveLoadCompatible);
+ GXCloseInput();
+ GXCloseDisplay();
+ SDL_AudioQuit();
+ memset(&se, 0, sizeof(se));
+ se.cbSize = sizeof(se);
+ se.hwnd = NULL;
+ se.lpFile = TEXT("tasks.exe");
+ se.lpVerb = TEXT("open");
+ se.lpDirectory = TEXT("\\windows");
+ ShellExecuteEx(&se);
+ exit(1);
+}
+
+void action_skip() {
+ OSystem_WINCE3* system;
+ system = (OSystem_WINCE3*)g_scumm->_system;
+
+ if (g_scumm->vm.cutScenePtr[g_scumm->vm.cutSceneStackPointer])
+ system->addEventKeyPressed(g_scumm->_vars[g_scumm->VAR_CUTSCENEEXIT_KEY]);
+ else
+ system->addEventKeyPressed(g_scumm->_vars[g_scumm->VAR_TALKSTOP_KEY]);
+}
+
+void do_hide(bool hide_state) {
+ hide_toolbar = hide_state;
+ if (hide_toolbar)
+ RestoreScreenGeometry();
+ else
+ LimitScreenGeometry();
+ Cls();
+ toolbar_drawn = hide_toolbar;
+ g_scumm->_system->update_screen();
+}
+
+void action_hide() {
+ do_hide(!hide_toolbar);
+}
+
+void action_keyboard() {
+ /*if (GetScreenMode()) {*/
+ draw_keyboard = !draw_keyboard;
+ if (!hide_toolbar)
+ toolbar_drawn = false;
+ /*}*/
+}
+
+void action_sound() {
+ sound_activated = !sound_activated;
+}
+
+void action_cursoronoff() {
+ hide_cursor = !hide_cursor;
+}
+
+void action_subtitleonoff() {
+ g_scumm->_noSubtitles = !g_scumm->_noSubtitles;
+}
+
+void keypad_init() {
+ static pAction actions[TOTAL_ACTIONS] =
+ { action_pause, action_save, action_quit, action_skip, action_hide,
+ action_keyboard, action_sound, action_right_click, action_cursoronoff,
+ action_subtitleonoff, action_boss
+ };
+
+ GAPIKeysInit(actions);
+
+}
+
+void keypad_close() {
+ GXCloseInput();
+}
+
+
+/************* OSystem Main **********************/
+OSystem *OSystem_WINCE3::create(int gfx_mode, bool full_screen) {
+ const char *display_mode;
+ OSystem_WINCE3 *syst = new OSystem_WINCE3();
+ syst->_mode = gfx_mode;
+ syst->_full_screen = full_screen;
+ syst->_event.event_code = -1;
+ syst->_start_time = GetTickCount();
+
+ /* Retrieve the handle of this module */
+ syst->hInst = GetModuleHandle(NULL);
+
+ /* Register the window class */
+ WNDCLASS wcex;
+ wcex.style = CS_HREDRAW | CS_VREDRAW;
+ wcex.lpfnWndProc = (WNDPROC)WndProc;
+ wcex.cbClsExtra = 0;
+ wcex.cbWndExtra = 0;
+ wcex.hInstance = syst->hInst;
+ wcex.hIcon = 0;
+ wcex.hCursor = NULL;
+ wcex.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH);
+ wcex.lpszMenuName = 0;
+ wcex.lpszClassName = TEXT("ScummVM");
+ if (!RegisterClass(&wcex))
+ Error(TEXT("Cannot register window class!"));
+
+ syst->hWnd = CreateWindow(TEXT("ScummVM"), TEXT("ScummVM"), WS_VISIBLE,
+ 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), NULL, NULL, syst->hInst, NULL);
+ hWnd_Window = syst->hWnd;
+ SetWindowLong(syst->hWnd, GWL_USERDATA, (long)syst);
+
+ ShowWindow(syst->hWnd, SW_SHOW);
+ UpdateWindow(syst->hWnd);
+
+ /*
+ SHMENUBARINFO smbi;
+ smbi.cbSize = sizeof(smbi);
+ smbi.hwndParent = syst->hWnd;
+ smbi.dwFlags = 0;
+ smbi.nToolBarId = IDM_MENU;
+ smbi.hInstRes = GetModuleHandle(NULL);
+ smbi.nBmpId = 0;
+ smbi.cBmpImages = 0;
+ smbi.hwndMB = NULL;
+ BOOL res = SHCreateMenuBar(&smbi);
+ hWnd_MainMenu = smbi.hwndMB;
+ */
+
+ /* Sound is activated on default - initialize it in the menu */
+ /*
+ CheckMenuItem((HMENU)SHMenuBar_GetMenu (hWnd_MainMenu, IDM_POCKETSCUMM),
+ IDC_SOUND, MF_BYCOMMAND | MF_CHECKED);
+ */
+
+ GraphicsOn(syst->hWnd);
+
+ SetWindowPos(syst->hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);
+ SetForegroundWindow(syst->hWnd);
+ SHFullScreen(syst->hWnd, SHFS_HIDESIPBUTTON | SHFS_HIDETASKBAR | SHFS_HIDESTARTICON);
+
+
+ // Mini SDL init
+
+ if (SDL_Init(SDL_INIT_AUDIO)==-1) {
+ exit(1);
+ }
+
+ Cls();
+ drawWait();
+
+ // Set mode, portrait or landscape
+ display_mode = scummcfg->get("DisplayMode", "wince");
+ if (display_mode)
+ SetScreenMode(atoi(display_mode));
+
+ return syst;
+}
+
+OSystem *OSystem_WINCE3_create() {
+ return OSystem_WINCE3::create(0, 0);
+}
+
+void OSystem_WINCE3::set_timer(int timer, int (*callback)(int)) {
+ SetTimer(hWnd, 1, timer, NULL);
+ timer_interval = timer;
+ timer_callback = callback;
+}
+
+void OSystem_WINCE3::set_palette(const byte *colors, uint start, uint num) {
+ const byte *b = colors;
+ uint i;
+ for(i=0;i!=num;i++) {
+ SetPalEntry(i + start, b[0], b[1], b[2]);
+ b += 4;
+ }
+
+ palette_update();
+}
+
+void OSystem_WINCE3::load_gfx_mode() {
+ force_full = true;
+
+ _gfx_buf = (byte*)malloc((320 * 240) * sizeof(byte));
+ _ms_backup = (byte*)malloc((40 * 40 * 3) * sizeof(byte));
+}
+
+void OSystem_WINCE3::unload_gfx_mode() {
+ // FIXME: Free the _gfx_buf here
+}
+
+void OSystem_WINCE3::init_size(uint w, uint h) {
+ load_gfx_mode();
+ SetScreenGeometry(w, h);
+}
+
+void OSystem_WINCE3::copy_rect(const byte *buf, int pitch, int x, int y, int w, int h) {
+ byte *dst;
+
+ if (!hide_cursor && _mouse_drawn)
+ undraw_mouse();
+
+ dst = _gfx_buf + y * 320 + x;
+ do {
+ memcpy(dst, buf, w);
+ dst += 320;
+ buf += pitch;
+ } while (--h);
+}
+
+void OSystem_WINCE3::update_screen() {
+
+ if (!hide_cursor)
+ draw_mouse();
+
+ Blt(_gfx_buf);
+}
+
+bool OSystem_WINCE3::show_mouse(bool visible) {
+ if (_mouse_visible == visible)
+ return visible;
+
+ bool last = _mouse_visible;
+ _mouse_visible = visible;
+
+ return last;
+}
+
+// From X11 port
+
+void OSystem_WINCE3::draw_mouse() {
+ if (_mouse_drawn || !_mouse_visible)
+ return;
+ _mouse_drawn = true;
+
+ int xdraw = _ms_cur.x - _ms_hotspot_x;
+ int ydraw = _ms_cur.y - _ms_hotspot_y;
+ int w = _ms_cur.w;
+ int h = _ms_cur.h;
+ int real_w;
+ int real_h;
+ int real_h_2;
+
+ byte *dst;
+ byte *dst2;
+ const byte *buf = _ms_buf;
+ byte *bak = _ms_backup;
+
+ assert(w <= 40 && h <= 40);
+
+ if (ydraw < 0) {
+ real_h = h + ydraw;
+ buf += (-ydraw) * w;
+ ydraw = 0;
+ } else {
+ real_h = (ydraw + h) > 200 ? (200 - ydraw) : h;
+ }
+ if (xdraw < 0) {
+ real_w = w + xdraw;
+ buf += (-xdraw);
+ xdraw = 0;
+ } else {
+ real_w = (xdraw + w) > 320 ? (320 - xdraw) : w;
+ }
+
+ dst = _gfx_buf + (ydraw * 320) + xdraw;
+ dst2 = dst;
+
+ if ((real_h == 0) || (real_w == 0)) {
+ _mouse_drawn = false;
+ return;
+ }
+
+ _ms_old.x = xdraw;
+ _ms_old.y = ydraw;
+ _ms_old.w = real_w;
+ _ms_old.h = real_h;
+
+ real_h_2 = real_h;
+ while (real_h_2 > 0) {
+ memcpy(bak, dst, real_w);
+ bak += 40;
+ dst += 320;
+ real_h_2--;
+ }
+ while (real_h > 0) {
+ int width = real_w;
+ while (width > 0) {
+ byte color = *buf;
+ if (color != 0xFF) {
+ *dst2 = color;
+ }
+ buf++;
+ dst2++;
+ width--;
+ }
+ buf += w - real_w;
+ dst2 += 320 - real_w;
+ real_h--;
+ }
+}
+
+void OSystem_WINCE3::undraw_mouse() {
+ if (!_mouse_drawn)
+ return;
+ _mouse_drawn = false;
+
+ int old_h = _ms_old.h;
+
+ byte *dst = _gfx_buf + (_ms_old.y * 320) + _ms_old.x;
+ byte *bak = _ms_backup;
+
+ while (old_h > 0) {
+ memcpy(dst, bak, _ms_old.w);
+ bak += 40;
+ dst += 320;
+ old_h--;
+ }
+}
+
+
+void OSystem_WINCE3::set_mouse_pos(int x, int y) {
+ if (x != _ms_cur.x || y != _ms_cur.y) {
+ _ms_cur.x = x;
+ _ms_cur.y = y;
+ }
+}
+
+void OSystem_WINCE3::set_mouse_cursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y) {
+ _ms_cur.w = w;
+ _ms_cur.h = h;
+
+ _ms_hotspot_x = hotspot_x;
+ _ms_hotspot_y = hotspot_y;
+
+ _ms_buf = (byte*)buf;
+
+ // Refresh mouse cursor
+
+ if (!hide_cursor) {
+ undraw_mouse();
+ draw_mouse();
+ }
+}
+
+void OSystem_WINCE3::set_shake_pos(int shake_pos) {;}
+
+uint32 OSystem_WINCE3::get_msecs() {
+ return GetTickCount() - _start_time;
+}
+
+void OSystem_WINCE3::delay_msecs(uint msecs) {
+ //handleMessage();
+ Sleep(msecs);
+}
+
+void *OSystem_WINCE3::create_thread(ThreadProc *proc, void *param) {
+ // needed for emulated MIDI support (Sam'n'Max)
+ return CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)proc, param, 0, NULL);
+}
+
+int mapKey(int key, byte mod)
+{
+ if (key>=VK_F1 && key<=VK_F9) {
+ return key - VK_F1 + 315;
+ }
+ return key;
+}
+
+bool OSystem_WINCE3::poll_event(Event *event) {
+
+ for (;;) {
+ MSG msg;
+
+ _event.event_code = -1;
+
+ if (!PeekMessage(&msg, NULL, 0, 0, PM_REMOVE))
+ return false;
+
+ if (msg.message==WM_QUIT) {
+ terminated=true;
+ do_quit();
+ return false;
+ }
+
+ TranslateMessage(&msg);
+ DispatchMessage(&msg);
+
+ *event = _event;
+
+ return true;
+ }
+
+ return false;
+}
+
+void own_soundProc(void *buffer, byte *samples, int len) {
+
+ (*real_soundproc)(buffer, samples, len);
+
+ if (!sound_activated)
+ memset(samples, 0, len);
+}
+
+bool OSystem_WINCE3::set_sound_proc(void *param, SoundProc *proc, byte format) {
+ SDL_AudioSpec desired;
+
+ /* only one format supported at the moment */
+
+ real_soundproc = proc;
+ desired.freq = SAMPLES_PER_SEC;
+ desired.format = AUDIO_S16SYS;
+ desired.channels = 2;
+ desired.samples = 128;
+ desired.callback = own_soundProc;
+ desired.userdata = param;
+ if (SDL_OpenAudio(&desired, NULL) != 0) {
+ return false;
+ }
+ SDL_PauseAudio(0);
+ return true;
+}
+
+/* Hotswap graphics modes */
+void OSystem_WINCE3::get_320x200_image(byte *buf) {;}
+void OSystem_WINCE3::hotswap_gfx_mode() {;}
+uint32 OSystem_WINCE3::property(int param, Property *value) {
+ switch(param) {
+
+ case PROP_TOGGLE_FULLSCREEN:
+ return 1;
+
+ case PROP_SET_WINDOW_CAPTION:
+ return 1;
+
+ case PROP_OPEN_CD:
+ break;
+
+ case PROP_SET_GFX_MODE:
+ return 1;
+
+ case PROP_SHOW_DEFAULT_CURSOR:
+ break;
+
+ case PROP_GET_SAMPLE_RATE:
+ return SAMPLES_PER_SEC;
+ }
+
+ return 0;
+}
+
+void OSystem_WINCE3::quit() {
+ unload_gfx_mode();
+ exit(1);
+}
+
+/* CDRom Audio */
+void OSystem_WINCE3::stop_cdrom() {;}
+void OSystem_WINCE3::play_cdrom(int track, int num_loops, int start_frame, int end_frame) {
+ /* Reset sync count */
+ g_scumm->_vars[g_scumm->VAR_MI1_TIMER] = 0;
+}
+
+bool OSystem_WINCE3::poll_cdrom() {return 0;}
+void OSystem_WINCE3::update_cdrom() {;}
+
+void ScummDebugger::attach(Scumm *s) {;}
+
+/* Mutex stuff */
+void* OSystem_WINCE3::create_mutex() {
+ return (void*)CreateMutex(NULL, FALSE, NULL);
+}
+void OSystem_WINCE3::lock_mutex(void *handle) {
+ WaitForSingleObject((HANDLE)handle, INFINITE);
+}
+
+void OSystem_WINCE3::unlock_mutex(void *handle) {
+ ReleaseMutex((HANDLE)handle);
+}
+
+void OSystem_WINCE3::delete_mutex(void *handle) {
+ CloseHandle((HANDLE)handle);
+} \ No newline at end of file
diff --git a/backends/wince/pocketscumm.ico b/backends/wince/pocketscumm.ico
new file mode 100644
index 0000000000..1bc0dae683
--- /dev/null
+++ b/backends/wince/pocketscumm.ico
Binary files differ
diff --git a/backends/wince/resource.h b/backends/wince/resource.h
new file mode 100644
index 0000000000..d0099cbc86
--- /dev/null
+++ b/backends/wince/resource.h
@@ -0,0 +1,58 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by PocketSCUMM.rc
+//
+#define IDD_GAMESELECT 105
+#define IDD_SOUND_DIALOG 106
+#define IDB_SKIP 113
+#define IDB_DISK 115
+#define IDB_EXIT 116
+#define IDB_SOUND_ON 117
+#define IDB_SOUND_OFF 118
+#define IDB_PANEL 119
+#define IDI_POCKETSCUMM 127
+#define IDB_KEYBOARD 129
+#define IDL_POCKETSCUMM 130
+#define IDB_MENUTITLE 133
+#define IDD_DIALOG1 134
+#define IDM_MENU 1000
+#define IDC_ABOUT 1000
+#define IDC_MONKEY 1000
+#define IDC_OPTIONS 1000
+#define IDC_EXIT 1001
+#define IDC_MONKEY2 1001
+#define IDD_SLIDERMUSIC 1001
+#define IDC_ATLANTIS 1002
+#define IDD_SLIDERSFX 1002
+#define IDC_PLAYFATE 1003
+#define IDC_TENTACLE 1004
+#define IDC_DOTTDEMO 1005
+#define IDC_SAMNMAX 1006
+#define IDC_SNMDEMO 1007
+#define IDC_DISABLE_SOUND 1008
+#define IDC_SLOW_SOUND 1009
+#define IDC_FT 1010
+#define IDC_LISTAVAILABLE 1011
+#define IDC_GAMEDESC 1014
+#define IDC_PLAY 1015
+#define IDC_FILEPATH 1016
+#define IDC_SCAN 1018
+#define ID_POCKETSCUMM 40005
+#define IDS_CAP_POCKETSCUMM 40006
+#define IDC_LANDSCAPE 40007
+#define IDC_SKIP 40008
+#define IDC_LOADSAVE 40009
+#define IDC_SOUND 40011
+#define IDC_SOUNDVOL 40012
+#define IDM_POCKETSCUMM 40013
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 135
+#define _APS_NEXT_COMMAND_VALUE 40014
+#define _APS_NEXT_CONTROL_VALUE 1016
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/backends/wince/screen.cpp b/backends/wince/screen.cpp
new file mode 100644
index 0000000000..7dac8759ba
--- /dev/null
+++ b/backends/wince/screen.cpp
@@ -0,0 +1,1588 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+#ifdef _WIN32_WCE
+
+/* Original GFX code by Vasyl Tsvirkunov */
+
+#include <windows.h>
+#include <Aygshell.h>
+#include "gx.h"
+#include "screen.h"
+#include "resource.h"
+
+#define COLORCONV565(r,g,b) \
+(((r&0xf8)<<(11-3))|((g&0xfc)<<(5-2))|((b&0xf8)>>3))
+#define COLORCONV555(r,g,b) \
+(((r&0xf8)<<(10-3))|((g&0xf8)<<(5-2))|((b&0xf8)>>3))
+#define COLORCONVMONO(r,g,b) ((((3*r>>3)+(g>>1)+(b>>3))>>colorscale)^invert)
+
+#define MAX_CLR 0x100
+static UBYTE palRed[MAX_CLR];
+static UBYTE palGreen[MAX_CLR];
+static UBYTE palBlue[MAX_CLR];
+static unsigned short pal[MAX_CLR];
+ /* First 10 and last 10 colors on palettized devices require special treatment */
+static UBYTE staticTranslate[20];
+static UBYTE invert = 0;
+static int colorscale = 0;
+
+extern UBYTE item_toolbar[];
+extern UBYTE item_toolbar_colors[];
+extern UBYTE item_toolbarPortrait[];
+extern UBYTE item_toolbarPortrait_colors[];
+extern UBYTE item_keyboard[];
+extern UBYTE item_keyboard_colors[];
+extern UBYTE item_keyboardPortrait[];
+extern UBYTE item_keyboardPortrait_colors[];
+extern UBYTE item_disk[];
+extern UBYTE item_disk_colors[];
+extern UBYTE item_skip[];
+extern UBYTE item_skip_colors[];
+extern UBYTE item_soundOn[];
+extern UBYTE item_soundOn_colors[];
+extern UBYTE item_soundOff[];
+extern UBYTE item_soundOff_colors[];
+extern UBYTE item_monkeyLandscape[];
+extern UBYTE item_monkeyLandscape_colors[];
+extern UBYTE item_monkeyPortrait[];
+extern UBYTE item_monkeyPortrait_colors[];
+extern UBYTE item_loading[];
+extern UBYTE item_loading_colors[];
+
+
+extern bool sound_activated;
+extern bool hide_toolbar;
+bool toolbar_drawn;
+bool draw_keyboard;
+
+GXDisplayProperties gxdp;
+int active;
+
+struct tScreenGeometry
+{
+ long width;
+ long height;
+ long startoffset;
+ long sourceoffset;
+ long linestep;
+ long pixelstep;
+ long xSkipMask;
+ long xLimit;
+ long lineLimit;
+};
+
+
+tScreenGeometry geom[3];
+
+int currentScreenMode = 0;
+int useMode = 0;
+int maxMode = 2;
+int filter_available;
+int smooth_filter;
+int toolbar_available;
+
+UBYTE *toolbar = NULL;
+
+/* Using vectorized function to save on branches */
+typedef void (*tCls)();
+typedef void (*tBlt)(UBYTE*);
+typedef void (*tBlt_part)(UBYTE*,int, int, int, int, UBYTE*);
+
+void mono_Cls();
+void mono_Blt(UBYTE*);
+void mono_Blt_part(UBYTE*, int, int, int, int, UBYTE*);
+
+void palette_Cls();
+void palette_Blt(UBYTE*);
+void palette_Blt_part(UBYTE*, int, int, int, int, UBYTE*);
+
+void hicolor_Cls();
+void hicolor555_Blt(UBYTE*);
+void hicolor555_Blt_part(UBYTE*, int, int, int, int, UBYTE*);
+void hicolor565_Blt(UBYTE*);
+void hicolor565_Blt_part(UBYTE*, int, int, int, int, UBYTE*);
+
+void palette_update();
+
+static tCls pCls = NULL;
+static tBlt pBlt = NULL;
+static tBlt_part pBlt_part = NULL;
+
+static int _geometry_w;
+static int _geometry_h;
+static int _saved_geometry_h;
+
+HWND hWndMain;
+
+
+void SetScreenMode(int mode)
+{
+ currentScreenMode = mode;
+ if(currentScreenMode > maxMode)
+ currentScreenMode = 0;
+}
+
+int GetScreenMode()
+{
+ return currentScreenMode;
+}
+
+void GraphicsSuspend()
+{
+ if(active)
+ {
+ active = 0;
+ GXSuspend();
+ }
+}
+
+void GraphicsResume()
+{
+ if(!active)
+ {
+ active = 1;
+ GXResume();
+ }
+
+ palette_update();
+}
+
+void GraphicsOff(void)
+{
+ GXCloseDisplay();
+ active = 0;
+}
+
+void SetScreenGeometry(int w, int h) {
+ // Complain (loudly) if w > 320 and h > 240 ...
+ if (w != 320 || h > 240) {
+ MessageBox(NULL, TEXT("Unsupported screen geometry !"), TEXT("Error"), MB_OK);
+ exit(1);
+ }
+
+ _geometry_w = w;
+ _geometry_h = h;
+ _saved_geometry_h = h;
+ RestoreScreenGeometry();
+}
+
+void LimitScreenGeometry() {
+
+ if (_geometry_h > 200) {
+ geom[0].lineLimit = _geometry_w*200;
+ geom[1].lineLimit = _geometry_w*200;
+ geom[1].lineLimit = _geometry_w*200;
+ _geometry_h = 200;
+ }
+}
+
+void RestoreScreenGeometry() {
+ _geometry_h = _saved_geometry_h;
+ geom[0].lineLimit = _geometry_w * _geometry_h;
+ geom[1].lineLimit = _geometry_w * _geometry_h;
+ geom[2].lineLimit = _geometry_w * _geometry_h;
+}
+
+int GraphicsOn(HWND hWndMain_param)
+{
+ hWndMain = hWndMain_param;
+ GXOpenDisplay(hWndMain, GX_FULLSCREEN);
+
+ gxdp = GXGetDisplayProperties();
+
+ if(gxdp.ffFormat & kfDirect565)
+ {
+ pCls = hicolor_Cls;
+ pBlt = hicolor565_Blt;
+ pBlt_part = hicolor565_Blt_part;
+ filter_available = 1;
+ smooth_filter = 1;
+ toolbar_available = 1;
+ }
+ else if(gxdp.ffFormat & kfDirect555)
+ {
+ pCls = hicolor_Cls;
+ pBlt = hicolor555_Blt;
+ pBlt_part = hicolor555_Blt_part;
+ filter_available = 1;
+ smooth_filter = 1;
+ toolbar_available = 1;
+ }
+ else if((gxdp.ffFormat & kfDirect) && (gxdp.cBPP <= 8))
+ {
+ pCls = mono_Cls;
+ pBlt = mono_Blt;
+ pBlt_part = mono_Blt_part;
+
+ if(gxdp.ffFormat & kfDirectInverted)
+ invert = (1<<gxdp.cBPP)-1;
+ colorscale = gxdp.cBPP < 8 ? 8-gxdp.cBPP : 0;
+
+ if(gxdp.cBPP >= 4)
+ filter_available = 1;
+
+ toolbar_available = 1;
+ }
+ else if(gxdp.ffFormat & kfPalette)
+ {
+ pCls = palette_Cls;
+ pBlt = palette_Blt;
+ pBlt_part = palette_Blt_part;
+
+ toolbar_available = 1;
+ }
+
+
+ if(!pCls || !pBlt || gxdp.cxWidth < 240 || gxdp.cyHeight <
+240)
+ {
+ // I don't believe there are devices that end up here
+ GraphicsOff();
+ return 1;
+ }
+
+ // portrait
+ geom[0].width = gxdp.cxWidth; // 240
+ geom[0].height = gxdp.cyHeight; // 320
+ geom[0].startoffset = 0;
+ geom[0].sourceoffset = 0;
+ geom[0].linestep = gxdp.cbyPitch;
+ geom[0].pixelstep = gxdp.cbxPitch;
+ geom[0].xSkipMask = gxdp.cxWidth < 320 ? 0x00000003 : 0xffffffff;
+ geom[0].xLimit = 320; // skip 1/4
+ geom[0].lineLimit = 320*200;
+
+ // left handed landscape
+ geom[1].width = gxdp.cyHeight; // 320
+ geom[1].height = gxdp.cxWidth; // 240
+ geom[1].startoffset = gxdp.cbyPitch*(gxdp.cyHeight-1);
+ geom[1].sourceoffset = 0;
+ geom[1].linestep = gxdp.cbxPitch;
+ geom[1].pixelstep = -gxdp.cbyPitch;
+ geom[1].xSkipMask = 0xffffffff;
+ geom[1].xLimit = 320; // no skip
+ geom[1].lineLimit = 320*200;
+
+ // right handed landscape
+ geom[2].width = gxdp.cyHeight; // 320
+ geom[2].height = gxdp.cxWidth; // 240
+ geom[2].startoffset = gxdp.cbxPitch*(gxdp.cxWidth-1);
+ geom[2].sourceoffset = 0;
+ geom[2].linestep = -gxdp.cbxPitch;
+ geom[2].pixelstep = gxdp.cbyPitch;
+ geom[2].xSkipMask = 0xffffffff;
+ geom[2].xLimit = 320; // no skip
+ geom[2].lineLimit = 320*200;
+
+ if(gxdp.cyHeight < 320)
+ maxMode = 0; // portrait only!
+
+ /*
+ for(int i = 0; i < MAX_CLR; i++)
+ {
+ SetPalEntry(i, (colortable[i] >> 16) & 0xff,
+ (colortable[i] >> 8) & 0xff,
+ (colortable[i]) & 0xff);
+ }
+ */
+
+ //palette_update();
+
+ active = 1;
+ return 0;
+}
+
+/* Find the best color match in the palette (limited to 'limit' entries) */
+ UBYTE best_match(UBYTE r, UBYTE g, UBYTE b, int limit)
+ {
+ UBYTE best = 0;
+ int distance = 768;
+ int i, d;
+ for(i=0; i<limit; i++)
+ {
+ /* Manhattan distance for now. Not the best but rather fast */
+ d = abs(r-palRed[i])+abs(g-palGreen[i])+abs(b-palBlue[i]);
+ if(d < distance)
+ {
+ distance = d;
+ best = i;
+ }
+ }
+
+ return (UBYTE)best;
+ }
+
+
+void palette_update()
+{
+ if(gxdp.ffFormat & kfPalette)
+ {
+ LOGPALETTE* ple =
+(LOGPALETTE*)malloc(sizeof(LOGPALETTE)+sizeof(PALETTEENTRY)*255);
+ ple->palVersion = 0x300;
+ ple->palNumEntries = 256;
+ for(int i=0; i<236; i++) // first 10 and last ten belong to the system!
+ {
+ ple->palPalEntry[i+10].peBlue = palBlue[i];
+ ple->palPalEntry[i+10].peGreen = palGreen[i];
+ ple->palPalEntry[i+10].peRed = palRed[i];
+ ple->palPalEntry[i+10].peFlags = PC_RESERVED;
+ }
+ HDC hDC = GetDC(hWndMain);
+ GetSystemPaletteEntries(hDC, 0, 10, &(ple->palPalEntry[0]));
+ GetSystemPaletteEntries(hDC, 246, 10, &(ple->palPalEntry[246]));
+ HPALETTE hpal = CreatePalette(ple);
+ SelectPalette(hDC, hpal, FALSE);
+ RealizePalette(hDC);
+ DeleteObject((HGDIOBJ)hpal);
+ ReleaseDC(hWndMain, hDC);
+ free((void*)ple);
+
+ for(i=0; i<20; i++)
+ staticTranslate[i] = best_match(palRed[i+236], palGreen[i+236], palBlue[i+236], 236)+10;
+
+ }
+}
+
+void SetPalEntry(int ent, UBYTE r, UBYTE g, UBYTE b)
+{
+ if (ent >= MAX_CLR)
+ return;
+
+ palRed[ent] = r;
+ palGreen[ent] = g;
+ palBlue[ent] = b;
+
+ if(gxdp.ffFormat & kfDirect565)
+ pal[ent] = COLORCONV565(r,g,b);
+ else if(gxdp.ffFormat & kfDirect555)
+ pal[ent] = COLORCONV555(r,g,b);
+ else if(gxdp.ffFormat & kfDirect)
+ pal[ent] = COLORCONVMONO(r,g,b);
+}
+
+/* *************** CLS IMPLEMENTATIONS ****************** */
+
+void mono_Cls()
+{
+ int x, y;
+ UBYTE* dst;
+ UBYTE *scraddr;
+ int linestep, pixelstep;
+ UBYTE fillcolor;
+
+ fillcolor = (gxdp.ffFormat & kfDirectInverted) ? 0xff : 0x00;
+
+ pixelstep = geom[0].pixelstep;
+ if(pixelstep == 0)
+ return;
+ linestep = (pixelstep > 0) ? -1 : 1;
+
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+ for(y=0; y<geom[0].height*gxdp.cBPP/8; y++)
+ {
+ dst = scraddr+geom[0].startoffset;
+ for(x=0; x<geom[0].width; x++)
+ {
+ *dst = fillcolor;
+ dst += pixelstep;
+ }
+ scraddr += linestep;
+ }
+ GXEndDraw();
+ }
+}
+
+void palette_Cls()
+{
+ int x, y;
+ UBYTE* dst;
+ UBYTE *scraddr;
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+ for(y=0; y<geom[useMode].height; y++)
+ {
+ dst = scraddr+geom[useMode].startoffset;
+ for(x=0; x<geom[useMode].width; x++)
+ {
+ *dst = 0;
+ dst += geom[useMode].pixelstep;
+ }
+ scraddr += geom[useMode].linestep;
+ }
+ GXEndDraw();
+ }
+}
+
+void hicolor_Cls()
+{
+ int x, y;
+ UBYTE* dst;
+ UBYTE *scraddr;
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+ for(y=0; y<geom[useMode].height; y++)
+ {
+ dst = scraddr+geom[useMode].startoffset;
+ for(x=0; x<geom[useMode].width; x++)
+ {
+ *(unsigned short*)dst = 0;
+ dst += geom[useMode].pixelstep;
+ }
+ scraddr += geom[useMode].linestep;
+ }
+ GXEndDraw();
+ }
+}
+
+
+void Cls()
+{
+ pCls();
+}
+int counter = 0;
+
+/*
+void drawToolbarItem(UBYTE* palette, UBYTE* item, int dest_x, int dest_y, int width_item, int height_item) {
+
+ int x,y,z;
+ UBYTE* dst;
+ UBYTE *scraddr;
+
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+ scraddr += dest_y * geom[useMode].linestep;
+
+ z = 0;
+
+ for (y=dest_y; y<dest_y + height_item; y++) {
+ dst = scraddr + geom[useMode].startoffset + dest_x * geom[useMode].pixelstep;
+ for (x=dest_x; x<dest_x + width_item; x++) {
+ if(gxdp.ffFormat & kfDirect565)
+ *(unsigned short*)dst =
+ COLORCONV565(palette[item[z] * 3], palette[item[z] * 3 + 1], palette[item[z] * 3 + 2]);
+ else if(gxdp.ffFormat & kfDirect555)
+ *(unsigned short*)dst =
+ COLORCONV555(palette[item[z] * 3], palette[item[z] * 3 + 1], palette[item[z] * 3 + 2]);
+ else if((gxdp.ffFormat & kfDirect) && (gxdp.cBPP <= 8))
+ *(unsigned short*)dst =
+ COLORCONVMONO(palette[item[z] * 3], palette[item[z] * 3 + 1], palette[item[z] * 3 + 2]);
+
+
+ dst += geom[useMode].pixelstep;
+ //z += 3;
+ z += 1;
+ }
+ scraddr += geom[useMode].linestep;
+ }
+ }
+ GXEndDraw();
+}
+*/
+
+
+void drawSoundItem(int x, int y) {
+ if (sound_activated)
+ pBlt_part(item_soundOn, x, y, 32, 32, item_soundOn_colors);
+ else
+ pBlt_part(item_soundOff, x, y, 32, 32, item_soundOff_colors);
+}
+
+void drawWait() {
+ pBlt_part(item_toolbar, 0, 0, 320, 40, item_toolbar_colors);
+ pBlt_part(item_loading, 28, 10, 100, 25, item_loading_colors);
+}
+
+void drawAllToolbar() {
+ int x,y;
+
+ if (currentScreenMode) {
+
+ if (draw_keyboard) {
+ pBlt_part(item_keyboard, 0, 200, 320, 40, item_keyboard_colors);
+ }
+ else {
+ pBlt_part(item_toolbar, 0, 200, 320, 40, item_toolbar_colors);
+ x = 10;
+ y = 204;
+ pBlt_part(item_disk, x, y, 32, 32, item_disk_colors);
+ x += 40;
+ pBlt_part(item_skip, x, y, 32, 32, item_skip_colors);
+ x += 40;
+ drawSoundItem(x, y);
+ x += 40;
+ pBlt_part(item_monkeyPortrait, x, y, 32, 32,
+ item_monkeyPortrait_colors);
+ }
+ }
+ else {
+ if (draw_keyboard) {
+ pBlt_part(item_keyboardPortrait, 0, 240, 320, 80,
+ item_keyboardPortrait_colors);
+ }
+ else {
+ pBlt_part(item_toolbarPortrait, 0, 240, 320, 80,
+ item_toolbarPortrait_colors);
+ /*drawToolbarItem(item_toolbarPortrait_colors, item_toolbarPortrait,
+ 0, 240, 240, 80);*/
+ x = 10;
+ y = 240;
+ pBlt_part(item_disk, x, y, 32, 32, item_disk_colors);
+ x += 40;
+ pBlt_part(item_skip, x, y, 32, 32, item_skip_colors);
+ x += 40;
+ drawSoundItem(x, y);
+ x += 40;
+ pBlt_part(item_monkeyLandscape, x, y, 32, 32,
+ item_monkeyLandscape_colors);
+ }
+ }
+
+ toolbar_drawn = true;
+}
+
+void redrawSoundItem() {
+ drawSoundItem(10 + 40 + 40, (currentScreenMode ? 204 : 240));
+}
+
+bool isInBox(int x, int y, int x1, int y1, int x2, int y2) {
+ return ((x >= x1 && y >= y1) && (x <= x2 && y <= y2));
+}
+
+ToolbarSelected getToolbarSelection (int x, int y) {
+ int test_x, test_y;
+
+ /*
+ if (!currentScreenMode)
+ return ToolbarNone;
+ */
+
+ if (!(x >= 10 && y >= 204))
+ return ToolbarNone;
+
+ test_x = 10;
+ test_y = (currentScreenMode ? 204 : 240);
+ if (isInBox(x, y, test_x, test_y, test_x + 32, test_y + 32))
+ return ToolbarSaveLoad;
+ test_x += 40;
+ if (isInBox(x, y, test_x, test_y, test_x + 32, test_y + 32))
+ return ToolbarSkip;
+ test_x += 40;
+ if (isInBox(x, y, test_x, test_y, test_x + 32, test_y + 32))
+ return ToolbarSound;
+ test_x += 40;
+ if (isInBox(x, y, test_x, test_y, test_x + 32, test_y + 32))
+ return ToolbarMode;
+ return ToolbarNone;
+}
+
+/* ************************** BLT IMPLEMENTATION **************************** */
+
+void Blt(UBYTE * scr_ptr)
+{
+ pBlt(scr_ptr);
+
+ //if (toolbar_available && currentScreenMode && !toolbar_drawn)
+ if (toolbar_available && !toolbar_drawn && !hide_toolbar)
+ drawAllToolbar();
+
+}
+
+
+#define ADVANCE_PARTIAL(address, step) \
+ bitshift += gxdp.cBPP; \
+ if(bitshift >= 8) \
+ { \
+ bitshift = 0; \
+ bitmask = (1<<gxdp.cBPP)-1; \
+ address += step; \
+ } \
+ else \
+ bitmask <<= gxdp.cBPP;
+
+#define ADVANCE_REV_PARTIAL(address, step) \
+ bitshift -= gxdp.cBPP; \
+ if(bitshift < 0) \
+ { \
+ bitshift = 8-gxdp.cBPP; \
+ bitmask = ((1<<gxdp.cBPP)-1)<<bitshift; \
+ address += step; \
+ } \
+ else \
+ bitmask >>= gxdp.cBPP;
+
+
+void mono_Blt(UBYTE *src_ptr) {
+ mono_Blt_part(src_ptr, 0, 0, _geometry_w, _geometry_h, NULL);
+}
+
+
+void mono_Blt_part(UBYTE * scr_ptr, int x, int y, int width, int height,
+ UBYTE * own_palette)
+{
+// Mono blit routines contain good deal of voodoo
+ static UBYTE *src;
+ static UBYTE *dst;
+ static UBYTE *scraddr;
+ static UBYTE *scr_ptr_limit;
+ static UBYTE *src_limit;
+ static long pixelstep;
+ static long linestep;
+ static long skipmask;
+
+// Special code is used to deal with packed pixels in monochrome mode
+ static UBYTE bitmask;
+ static int bitshift;
+
+ if(!active)
+ {
+ Sleep(100);
+ return;
+ }
+
+ /* Update screen mode, also thread protection by doing this */
+ if(useMode != currentScreenMode)
+ {
+ useMode = currentScreenMode;
+ pCls();
+ }
+
+ pixelstep = geom[useMode].pixelstep;
+ linestep = geom[useMode].linestep;
+ skipmask = geom[useMode].xSkipMask;
+
+ scraddr = (UBYTE*)GXBeginDraw();
+
+ if(pixelstep)
+ {
+ // this will work on mono iPAQ and @migo, don't know about any others
+ linestep = (pixelstep > 0) ? -1 : 1;
+
+ bitshift = 0;
+ bitmask = (1<<gxdp.cBPP)-1;
+
+ if(scraddr)
+ {
+ scraddr += geom[useMode].startoffset;
+ scr_ptr += geom[useMode].sourceoffset;
+ //scr_ptr_limit = scr_ptr + geom[useMode].lineLimit;
+ //src_limit = scr_ptr + geom[useMode].xLimit;
+
+ /* Update offsets to the current line */
+ scraddr += y * linestep;
+ scr_ptr_limit = scr_ptr + width * height;
+ src_limit = scr_ptr + width;
+
+
+ /* Internal pixel loops */
+ if(skipmask == 3 && (smooth_filter) && gxdp.cBPP >= 4)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ UBYTE r, g, b;
+
+ if (!own_palette) {
+ r = (3*palRed[*(src+0)] + palRed[*(src+1)])>>2;
+ g = (3*palGreen[*(src+0)] + palGreen[*(src+1)])>>2;
+ b = (3*palBlue[*(src+0)] + palBlue[*(src+1)])>>2;
+ } else {
+ r = (3 * own_palette[3 * *(src + 0)] +
+ own_palette[3 * *(src + 1)]) >> 2;
+ g = (3 * own_palette[3 * *(src + 0) + 1] +
+ own_palette[3 * *(src + 1) + 1]) >> 2;
+ b = (3 * own_palette[3 * *(src + 0) + 2] +
+ own_palette[3 * *(src + 1) + 2]) >> 2;
+ }
+
+
+ *dst = (*dst & ~bitmask) | (COLORCONVMONO(r,g,b)<<bitshift);
+
+ dst += pixelstep;
+
+ if (!own_palette) {
+ r = (palRed[*(src+1)] + palRed[*(src+2)])>>1;
+ g = (palGreen[*(src+1)] + palGreen[*(src+2)])>>1;
+ b = (palBlue[*(src+1)] + palBlue[*(src+2)])>>1;
+ }
+ else {
+ r = (own_palette[3 * *(src + 1)] +
+ own_palette[3 * *(src + 2)]) >> 2;
+ g = (own_palette[3 * *(src + 1) + 1] +
+ own_palette[3 * *(src + 2) + 1]) >> 2;
+ b = (own_palette[3 * *(src + 1) + 2] +
+ own_palette[3 * *(src + 2) + 2]) >> 2;
+ }
+
+ *dst = (*dst & ~bitmask) | (COLORCONVMONO(r,g,b)<<bitshift);
+
+ dst += pixelstep;
+
+ if (!own_palette) {
+ r = (palRed[*(src+2)] + 3*palRed[*(src+3)])>>2;
+ g = (palGreen[*(src+2)] + 3*palGreen[*(src+3)])>>2;
+ b = (palBlue[*(src+2)] + 3*palBlue[*(src+3)])>>2;
+ }
+ else {
+ r = (own_palette[3 * *(src + 2)] +
+ 3 * own_palette[3 * *(src + 3)]) >> 2;
+ g = (own_palette[3 * *(src + 2) + 1] +
+ 3 * own_palette[3 * *(src + 3) + 1]) >> 2;
+ b = (own_palette[3 * *(src + 2) + 2] +
+ 3 * own_palette[3 * *(src + 3) + 2]) >> 2;
+
+ }
+
+ *dst = (*dst & ~bitmask) | (COLORCONVMONO(r,g,b)<<bitshift);
+
+ dst += pixelstep;
+
+ src += 4;
+ }
+
+ ADVANCE_PARTIAL(scraddr, linestep);
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else if(skipmask != 0xffffffff)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ if((long)src & skipmask)
+ {
+ if (!own_palette)
+ *dst = ((*dst)&~bitmask)|(pal[*src]<<bitshift);
+ else
+ *dst = ((*dst)&~bitmask)|(COLORCONVMONO(
+ own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]) << bitshift);
+ dst += pixelstep;
+ }
+ src ++;
+ }
+
+ ADVANCE_PARTIAL(scraddr, linestep);
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ if (!own_palette)
+ *dst = ((*dst)&~bitmask)|(pal[*src]<<bitshift);
+ else
+ *dst = ((*dst)&~bitmask)|(COLORCONVMONO(
+ own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]) << bitshift);
+ dst += pixelstep;
+ src ++;
+ }
+
+ ADVANCE_PARTIAL(scraddr, linestep);
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ }
+ }
+ else
+ {
+ // Filtering is not implemented in this mode. Not needed by current devices anyway
+ pixelstep = (linestep > 0) ? 1 : -1;
+
+ if(scraddr)
+ {
+
+ scraddr += geom[useMode].startoffset;
+ scr_ptr += geom[useMode].sourceoffset;
+ //scr_ptr_limit = scr_ptr + geom[useMode].lineLimit;
+ //src_limit = scr_ptr + geom[useMode].xLimit;
+
+ /* Update offsets to the current line */
+ scraddr += y * linestep;
+ scr_ptr_limit = scr_ptr + width * height;
+ src_limit = scr_ptr + width;
+
+ if(skipmask != 0xffffffff)
+ {
+ if(pixelstep > 0)
+ {
+ bitshift = 8-gxdp.cBPP;
+ bitmask = ((1<<gxdp.cBPP)-1)<<bitshift;
+
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+ dst -= (linestep-pixelstep);
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ ADVANCE_REV_PARTIAL(dst, pixelstep);
+
+ while(src < src_limit)
+ {
+ if((long)src & skipmask)
+ {
+ if (!own_palette)
+ *dst = ((*dst)&~bitmask)|(pal[*src]<<bitshift);
+ else
+ *dst = ((*dst)&~bitmask)|(COLORCONVMONO(
+ own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]) << bitshift);
+ ADVANCE_REV_PARTIAL(dst, pixelstep);
+ }
+ src ++;
+ }
+
+ scraddr += linestep;
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else
+ {
+ bitshift = 0;
+ bitmask = (1<<gxdp.cBPP)-1;
+
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ ADVANCE_PARTIAL(dst, pixelstep);
+
+ while(src < src_limit)
+ {
+ if((long)src & skipmask)
+ {
+ if (!own_palette)
+ *dst = ((*dst)&~bitmask)|(pal[*src]<<bitshift);
+ else
+ *dst = ((*dst)&~bitmask)|(COLORCONVMONO(
+ own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]) << bitshift);
+ ADVANCE_PARTIAL(dst, pixelstep);
+ }
+ src ++;
+ }
+
+ scraddr += linestep;
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ }
+ else
+ {
+ if(pixelstep > 0)
+ {
+ bitshift = 8-gxdp.cBPP;
+ bitmask = ((1<<gxdp.cBPP)-1)<<bitshift;
+
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+ dst -= (linestep-pixelstep);
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ ADVANCE_REV_PARTIAL(dst, pixelstep);
+
+ while(src < src_limit)
+ {
+ if (!own_palette)
+ *dst = ((*dst)&~bitmask)|(pal[*src]<<bitshift);
+ else
+ *dst = ((*dst)&~bitmask)|(COLORCONVMONO(
+ own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]) << bitshift);
+ ADVANCE_REV_PARTIAL(dst, pixelstep);
+ src ++;
+ }
+
+ scraddr += linestep;
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else
+ {
+ bitshift = 0;
+ bitmask = (1<<gxdp.cBPP)-1;
+
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ ADVANCE_PARTIAL(dst, pixelstep);
+
+
+ while(src < src_limit)
+ {
+ if (!own_palette)
+ *dst = ((*dst)&~bitmask)|(pal[*src]<<bitshift);
+ else
+ *dst = ((*dst)&~bitmask)|(COLORCONVMONO(
+ own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]) << bitshift);
+ ADVANCE_PARTIAL(dst, pixelstep);
+ src ++;
+ }
+
+ scraddr += linestep;
+
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ }
+ }
+ }
+ GXEndDraw();
+}
+
+void palette_Blt(UBYTE *src_ptr) {
+ palette_Blt_part(src_ptr, 0, 0, _geometry_w, _geometry_h, NULL);
+}
+
+void palette_Blt_part(UBYTE * scr_ptr,int x, int y, int width, int height,
+ UBYTE * own_palette)
+{
+ static UBYTE *src;
+ static UBYTE *dst;
+ static UBYTE *scraddr;
+ static UBYTE *scr_ptr_limit;
+ static UBYTE *src_limit;
+ static long pixelstep;
+ static long linestep;
+ static long skipmask;
+
+// Special code is used to deal with packed pixels in monochrome mode
+ static UBYTE bitmask;
+ static int bitshift;
+
+ if(!active)
+ {
+ Sleep(100);
+ return;
+ }
+
+ /* Update screen mode, also thread protection by doing this */
+ if(useMode != currentScreenMode)
+ {
+ useMode = currentScreenMode;
+ pCls();
+ }
+
+ pixelstep = geom[useMode].pixelstep;
+ linestep = geom[useMode].linestep;
+ skipmask = geom[useMode].xSkipMask;
+
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+
+ scraddr += geom[useMode].startoffset;
+ scr_ptr += geom[useMode].sourceoffset;
+ //scr_ptr_limit = scr_ptr + geom[useMode].lineLimit;
+ //src_limit = scr_ptr + geom[useMode].xLimit;
+
+ /* Update offsets to the current line */
+ scraddr += y * linestep;
+ scr_ptr_limit = scr_ptr + width * height;
+ src_limit = scr_ptr + width;
+
+ /* Internal pixel loops */
+ if(skipmask != 0xffffffff)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ if((long)src & skipmask)
+ {
+ if (!own_palette) {
+ if (*src < 236)
+ *dst = *src + 10;
+ else
+ *dst = staticTranslate[*src-236];
+ } else {
+ unsigned char color_match[500];
+ // Turtle warning !!!
+ memset(color_match, 255, sizeof(color_match));
+ if (color_match[*src] == 255)
+ color_match[*src] =
+ best_match(own_palette[(3 * *src)],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2], 236) + 10;
+ *dst = color_match[*src];
+ }
+ dst += pixelstep;
+ }
+ src ++;
+ }
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+
+ while(src < src_limit)
+ {
+ if (!own_palette) {
+ if (*src < 236)
+ *dst = *src + 10;
+ else
+ *dst = staticTranslate[*src-236];
+ }
+ else {
+ unsigned char color_match[500];
+ // Turtle warning !!!
+ memset(color_match, 255, sizeof(color_match));
+ if (color_match[*src] == 255)
+ color_match[*src] =
+ best_match(own_palette[(3 * *src)],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2], 236) + 10;
+ *dst = color_match[*src];
+ }
+ dst += pixelstep;
+ src ++;
+ }
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+
+ GXEndDraw();
+ }
+}
+
+void hicolor555_Blt(UBYTE *src_ptr) {
+ hicolor555_Blt_part(src_ptr, 0, 0, _geometry_w, _geometry_h, NULL);
+}
+
+
+void hicolor555_Blt_part(UBYTE * scr_ptr,int x, int y, int width, int height,
+ UBYTE * own_palette)
+{
+ static UBYTE *src;
+ static UBYTE *dst;
+ static UBYTE *scraddr;
+ static UBYTE *scr_ptr_limit;
+ static UBYTE *src_limit;
+ static long pixelstep;
+ static long linestep;
+ static long skipmask;
+
+ if(!active)
+ {
+ Sleep(100);
+ return;
+ }
+
+ /* Update screen mode, also thread protection by doing this */
+ if(useMode != currentScreenMode)
+ {
+ useMode = currentScreenMode;
+ pCls();
+ }
+
+ pixelstep = geom[useMode].pixelstep;
+ linestep = geom[useMode].linestep;
+ skipmask = geom[useMode].xSkipMask;
+
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+
+ scraddr += geom[useMode].startoffset;
+ scr_ptr += geom[useMode].sourceoffset;
+ //scr_ptr_limit = scr_ptr + geom[useMode].lineLimit;
+ //src_limit = scr_ptr + geom[useMode].xLimit;
+
+ /* Update offsets to the current line */
+ scraddr += y * linestep;
+ scr_ptr_limit = scr_ptr + width * height;
+ src_limit = scr_ptr + width;
+
+ /* Internal pixel loops */
+ if(skipmask == 3 && smooth_filter)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ UBYTE r, g, b;
+ if (!own_palette) {
+ r = (3*palRed[*(src+0)] + palRed[*(src+1)])>>2;
+ g = (3*palGreen[*(src+0)] + palGreen[*(src+1)])>>2;
+ b = (3*palBlue[*(src+0)] + palBlue[*(src+1)])>>2;
+ } else {
+ r = (3 * own_palette[3 * *(src + 0)] +
+ own_palette[3 * *(src + 1)]) >> 2;
+ g = (3 * own_palette[3 * *(src + 0) + 1] +
+ own_palette[3 * *(src + 1) + 1]) >> 2;
+ b = (3 * own_palette[3 * *(src + 0) + 2] +
+ own_palette[3 * *(src + 1) + 2]) >> 2;
+ }
+
+ *(unsigned short*)dst = COLORCONV555(r,g,b);
+
+ dst += pixelstep;
+
+ if (!own_palette) {
+ r = (palRed[*(src+1)] + palRed[*(src+2)])>>1;
+ g = (palGreen[*(src+1)] + palGreen[*(src+2)])>>1;
+ b = (palBlue[*(src+1)] + palBlue[*(src+2)])>>1;
+ }
+ else {
+ r = (own_palette[3 * *(src + 1)] +
+ own_palette[3 * *(src + 2)]) >> 2;
+ g = (own_palette[3 * *(src + 1) + 1] +
+ own_palette[3 * *(src + 2) + 1]) >> 2;
+ b = (own_palette[3 * *(src + 1) + 2] +
+ own_palette[3 * *(src + 2) + 2]) >> 2;
+ }
+
+ *(unsigned short*)dst = COLORCONV555(r,g,b);
+
+ dst += pixelstep;
+
+ if (!own_palette) {
+ r = (palRed[*(src+2)] + 3*palRed[*(src+3)])>>2;
+ g = (palGreen[*(src+2)] + 3*palGreen[*(src+3)])>>2;
+ b = (palBlue[*(src+2)] + 3*palBlue[*(src+3)])>>2;
+ }
+ else {
+ r = (own_palette[3 * *(src + 2)] +
+ 3 * own_palette[3 * *(src + 3)]) >> 2;
+ g = (own_palette[3 * *(src + 2) + 1] +
+ 3 * own_palette[3 * *(src + 3) + 1]) >> 2;
+ b = (own_palette[3 * *(src + 2) + 2] +
+ 3 * own_palette[3 * *(src + 3) + 2]) >> 2;
+
+ }
+
+ *(unsigned short*)dst = COLORCONV555(r,g,b);
+
+ dst += pixelstep;
+
+ src += 4;
+ }
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else if(skipmask != 0xffffffff)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+
+ while(src < src_limit)
+ {
+ if((long)src & skipmask)
+ {
+ if (!own_palette)
+ *(unsigned short*)dst = pal[*src];
+ else
+ *(unsigned short*)dst =
+ COLORCONV555(own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]);
+ dst += pixelstep;
+ }
+ src ++;
+ }
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+
+ while(src < src_limit)
+ {
+ if (!own_palette)
+ *(unsigned short*)dst = pal[*src];
+ else
+ *(unsigned short*)dst =
+ COLORCONV565(own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]);
+ dst += pixelstep;
+ src ++;
+ }
+
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+
+ GXEndDraw();
+ }
+}
+
+void hicolor565_Blt(UBYTE *src_ptr) {
+ hicolor565_Blt_part(src_ptr, 0, 0, _geometry_w, _geometry_h, NULL);
+}
+
+void hicolor565_Blt_part(UBYTE * scr_ptr, int x, int y, int width, int height,
+ UBYTE * own_palette)
+{
+ static UBYTE *src;
+ static UBYTE *dst;
+ static UBYTE *scraddr;
+ static UBYTE *scr_ptr_limit;
+ static UBYTE *src_limit;
+ static long pixelstep;
+ static long linestep;
+ static long skipmask;
+
+ if(!active)
+ {
+ Sleep(100);
+ return;
+ }
+
+ /* Update screen mode, also thread protection by doing this */
+ if(useMode != currentScreenMode)
+ {
+ useMode = currentScreenMode;
+ pCls();
+ }
+
+ pixelstep = geom[useMode].pixelstep;
+ linestep = geom[useMode].linestep;
+ skipmask = geom[useMode].xSkipMask;
+
+ scraddr = (UBYTE*)GXBeginDraw();
+ if(scraddr)
+ {
+
+ scraddr += geom[useMode].startoffset;
+ scr_ptr += geom[useMode].sourceoffset;
+ //scr_ptr_limit = scr_ptr + geom[useMode].lineLimit;
+ //src_limit = scr_ptr + geom[useMode].xLimit;
+
+ /* Update offsets to the current line */
+ scraddr += y * linestep;
+ scr_ptr_limit = scr_ptr + width * height;
+ src_limit = scr_ptr + width;
+
+ /* Internal pixel loops */
+ if(skipmask == 3 && smooth_filter)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ UBYTE r, g, b;
+ if (!own_palette) {
+ r = (3*palRed[*(src+0)] + palRed[*(src+1)])>>2;
+ g = (3*palGreen[*(src+0)] + palGreen[*(src+1)])>>2;
+ b = (3*palBlue[*(src+0)] + palBlue[*(src+1)])>>2;
+ } else {
+ r = (3 * own_palette[3 * *(src + 0)] +
+ own_palette[3 * *(src + 1)]) >> 2;
+ g = (3 * own_palette[3 * *(src + 0) + 1] +
+ own_palette[3 * *(src + 1) + 1]) >> 2;
+ b = (3 * own_palette[3 * *(src + 0) + 2] +
+ own_palette[3 * *(src + 1) + 2]) >> 2;
+ }
+
+ *(unsigned short*)dst = COLORCONV565(r,g,b);
+
+ dst += pixelstep;
+
+ if (!own_palette) {
+ r = (palRed[*(src+1)] + palRed[*(src+2)])>>1;
+ g = (palGreen[*(src+1)] + palGreen[*(src+2)])>>1;
+ b = (palBlue[*(src+1)] + palBlue[*(src+2)])>>1;
+ }
+ else {
+ r = (own_palette[3 * *(src + 1)] +
+ own_palette[3 * *(src + 2)]) >> 1;
+ g = (own_palette[3 * *(src + 1) + 1] +
+ own_palette[3 * *(src + 2) + 1]) >> 1;
+ b = (own_palette[3 * *(src + 1) + 2] +
+ own_palette[3 * *(src + 2) + 2]) >> 1;
+ }
+
+ *(unsigned short*)dst = COLORCONV565(r,g,b);
+
+ dst += pixelstep;
+
+ if (!own_palette) {
+ r = (palRed[*(src+2)] + 3*palRed[*(src+3)])>>2;
+ g = (palGreen[*(src+2)] + 3*palGreen[*(src+3)])>>2;
+ b = (palBlue[*(src+2)] + 3*palBlue[*(src+3)])>>2;
+ }
+ else {
+ r = (own_palette[3 * *(src + 2)] +
+ 3 * own_palette[3 * *(src + 3)]) >> 2;
+ g = (own_palette[3 * *(src + 2) + 1] +
+ 3 * own_palette[3 * *(src + 3) + 1]) >> 2;
+ b = (own_palette[3 * *(src + 2) + 2] +
+ 3 * own_palette[3 * *(src + 3) + 2]) >> 2;
+
+ }
+
+ *(unsigned short*)dst = COLORCONV565(r,g,b);
+
+ dst += pixelstep;
+
+ src += 4;
+ }
+
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else if(skipmask != 0xffffffff)
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ if((long)src & skipmask)
+ {
+ if (!own_palette)
+ *(unsigned short*)dst = pal[*src];
+ else
+ *(unsigned short*)dst =
+ COLORCONV565(own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]);
+ dst += pixelstep;
+ }
+ src ++;
+ }
+
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+ else
+ {
+ while(scr_ptr < scr_ptr_limit)
+ {
+ int i;
+
+ src = scr_ptr;
+ dst = scraddr;
+
+ /* skip non updated pixels for this line */
+ for (i=0; i < x; i++)
+ dst += pixelstep;
+
+ while(src < src_limit)
+ {
+ if (!own_palette)
+ *(unsigned short*)dst = pal[*src];
+ else
+ *(unsigned short*)dst =
+ COLORCONV565(own_palette[3 * *src],
+ own_palette[(3 * *src) + 1],
+ own_palette[(3 * *src) + 2]);
+ dst += pixelstep;
+ src ++;
+ }
+
+ scraddr += linestep;
+ scr_ptr += width;
+ src_limit += width;
+ }
+ }
+
+ GXEndDraw();
+ }
+}
+
+
+void Translate(int* px, int* py)
+{
+ int x, y;
+
+ switch(currentScreenMode)
+ {
+ case 0: /* portrait */
+ *px = *px*4/3;
+ break;
+ case 1: /* landscape left */
+ x = 320 - *py;
+ y = *px;
+ *px = x;
+ *py = y;
+ break;
+ case 2: /* landscape right */
+ x = *py;
+ y = 240 - *px;
+ *px = x;
+ *py = y;
+ break;
+ }
+}
+
+#endif
diff --git a/backends/wince/screen.h b/backends/wince/screen.h
new file mode 100644
index 0000000000..c7eb2b3af5
--- /dev/null
+++ b/backends/wince/screen.h
@@ -0,0 +1,58 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+/* Original code by Vasyl Tsvirkunov */
+
+#ifndef SCREEN_H
+#define SCREEN_H
+
+#ifndef UBYTE
+#define UBYTE unsigned char
+#endif
+
+void SetScreenGeometry(int w, int h);
+void LimitScreenGeometry();
+void RestoreScreenGeometry();
+int GraphicsOn(HWND hWndMain);
+void GraphicsOff();
+void GraphicsSuspend();
+void GraphicsResume();
+
+void SetPalEntry(int ent, UBYTE r, UBYTE g, UBYTE b);
+void Blt(UBYTE * scr_ptr);
+
+/* meaning: 0 - portrait, 1 - left hand landscape, 2 - right hand landscape */
+void SetScreenMode(int mode);
+int GetScreenMode();
+void drawWait();
+
+void Translate(int* x, int* y);
+
+typedef enum ToolbarSelected {
+ ToolbarNone,
+ ToolbarSaveLoad,
+ ToolbarMode,
+ ToolbarSkip,
+ ToolbarSound
+} ToolbarSelected;
+
+
+#endif